Power BI, PowerShell and Azure Functions Deep Dive

Поділитися
Вставка
  • Опубліковано 3 лис 2024

КОМЕНТАРІ • 16

  • @ZachRenwickData
    @ZachRenwickData 3 роки тому +1

    I was really struggling to get the PBI service app to work correctly, thanks for showing all the steps!

  • @snowke5095
    @snowke5095 3 роки тому

    Thanks for putting this video together. I appreciated the step-by-step approach of this video, especially as I'm currently working on automating more and more of what we do in Power BI.

    • @SteveWinward
      @SteveWinward  3 роки тому +1

      Excellent! I’m planning on doing a follow up to this to show how you can use GitHub actions to automatically deploy updates to an Azure Function app. Stay tuned!

  • @AyanMullick
    @AyanMullick 3 роки тому

    More PowerBI PowerShell videos would be great. Thanks for the video

    • @SteveWinward
      @SteveWinward  3 роки тому +1

      Thank you for the feedback. Glad you enjoyed this video.

  • @Obizzy8
    @Obizzy8 3 роки тому

    This was awesome Steve! ✨

    • @SteveWinward
      @SteveWinward  3 роки тому +1

      Glad you enjoyed it. It was a lot of fun putting this video together.

  • @shantanudeshmukh4390
    @shantanudeshmukh4390 Рік тому

    Hi Steve, This is very nice and exactly what I need to do. One question though, how do I trigger this function (HttpTrigger) from an external applications? Can you please explain this? We are trying to trigger it using Autosys. Is there any possibility of triggering this function using autosys?

  • @belhajkhouloud7788
    @belhajkhouloud7788 3 роки тому +1

    Hi Steve, I have tried what you have done step by step. But the part of the azure function doesn't work for me, I'm having the follow error : Could not load type 'System.Security.Cryptography.SHA256Cng' from assembly 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.)Exception :Type : System.AggregateExceptionInnerExceptions.
    Do you have any idea of how to resolve this issue related to azure functions ?

    • @SteveWinward
      @SteveWinward  3 роки тому

      I have not seen that error before. When do you get the error? Do you get it when you try and run the function? Is the Azure function PowerShell based and not C# based?

    • @belhajkhouloud7788
      @belhajkhouloud7788 3 роки тому +1

      @@SteveWinward Yes I get it when I try to run the function.It's based on PowerShell Core.I made a research and this is what I found about this issue:github.com/microsoft/powerbi-powershell/issues/288

    • @SteveWinward
      @SteveWinward  3 роки тому +1

      Got it. Nice find with the GitHub issue that was submitted. It looks like this issue will be resolved by June 18! Thanks for posting the GitHub issue link with your comment!

    • @belhajkhouloud7788
      @belhajkhouloud7788 3 роки тому +1

      @@SteveWinward I'm the one who have to thank you for this great video you made ! I hope this issue will be resolved soon that we can get the benefit of azure function modules.

  • @renetaffin5937
    @renetaffin5937 2 роки тому

    @Steve Winward
    Thanks for your video. I tried the same with the DataGateway module but the next instruction finishes in time-out
    #Connect-DataGatewayServiceAccount -ApplicationId $appid -ClientSecret $securePassword -Tenant $TenantId
    The requirements.psd1 file has been configured this way 'DataGateway'='3000.*'
    Do you have an idea? Let me know

  • @renetaffin5937
    @renetaffin5937 2 роки тому

    Thanks for your video. I tried the same with the DataGateway module but the next instruction finishes in time-out
    #Connect-DataGatewayServiceAccount -ApplicationId $appid -ClientSecret $securePassword -Tenant $TenantId
    The requirements.psd1 file has been configured this way 'DataGateway'='3000.*'
    Do you have an idea? Let me know