Deploying & Debugging C# Web API Custom Connectors from within Visual Studio! 🚀

Sdílet
Vložit
  • čas přidán 9. 07. 2024
  • If you are a C# developer who wants to create custom connectors for the Power Platform, you will love this new feature in Visual Studio 2022 preview! You can now deploy and debug a Web API project as a custom connector directly from Visual Studio, without leaving your familiar development environment.
    In this video, I will show you how to:
    ✨Create a simple C# Web API
    ✨Deploy the Web API as a custom connector into the Power Platform right from inside Visual Studio.
    ✨Use Visual Studio Dev Tunnels to test your connector from a Power App or Flow and debug locally right inside Visual Studio!
    Check out the blog post from Marcel Ferreira on the Power Apps team:
    🔗powerapps.microsoft.com/en-us...
    Visual Studio 2023 Preview:
    🔗learn.microsoft.com/en-us/vis...
    Create 3 Development Environments for FREE:
    🔗learn.microsoft.com/en-gb/pow...
    Visual Studio Connected Services Preview:
    🔗learn.microsoft.com/en-gb/pow...
    ------------------------------
    00:00 Intro
    00:31 What does the new feature do?
    02:22 Creating a C# Web Api in Visual Studio
    04:14 Deploying as a Custom Connector
    05.56 Debugging with a dev tunnel
    07:41 Testing & Debugging when called from a canvas app
    #powerapps #powerplatform #visualstudio2022 #howto
  • Jak na to + styl

Komentáře • 21

  • @yeraldo05
    @yeraldo05 Před rokem +3

    This is amazing Scott!!! Thanks for sharing your knowledge with us, everytime you upload a new video/features it blows my mind 🤯.
    I'll definitely use this feature right away!!
    Thanks!🎉

    • @ScottDurow
      @ScottDurow  Před rokem +5

      Thank you for saying such nice words! I’m really pleased you find my videos useful! This new feature is definitely a cool one! Thanks again for watching and your support 🤩

  • @anbu6751
    @anbu6751 Před rokem +1

    Thanks for sharing, now that its in preview, we can all give this a go, its going to make connector api development a lot simpler. I hope in the long run they would allow us to debug plugins and custom APIs using this approach rather than using a profiler based debugging.

    • @ScottDurow
      @ScottDurow  Před rokem +1

      Thank you for watching ☺️ Debugging plugins like this would be totally awesome!

  • @jjpk80
    @jjpk80 Před rokem +1

    This is mind blowing

    • @ScottDurow
      @ScottDurow  Před rokem

      It is isn’t it!! Thanks for watching 😊

  • @MrPirani
    @MrPirani Před rokem

    Excellent video, out in no time as soon as MS announced. Thank you for the tutorial.

    • @ScottDurow
      @ScottDurow  Před rokem

      Thank you and thanks for watching ☺️ glad it was helpful.

  • @robertoel-hajjboutros

    Thank scott for this amazing video, very helful 👌👌🔥🔥🔥

  • @abdulrahmansalama8318

    Thanks a lot, Could you please help me , which is the best way to connect powerapp to cloud oracle servers?

  • @SauloOliveira
    @SauloOliveira Před rokem

    Very cool, thank you Scott!!

    • @ScottDurow
      @ScottDurow  Před rokem

      Totally agree! I think I say 'cool' about 10 times in the video 😅Thank you for watching and commenting.

    • @SauloOliveira
      @SauloOliveira Před rokem

      @@ScottDurow using debug will save me a lot of deploys 😂

    • @ScottDurow
      @ScottDurow  Před rokem

      @@SauloOliveira Oh me too!!!! 😅😅

  • @kannank7313
    @kannank7313 Před rokem

    Sorry I didn't get it. Where is the code deployed when you publish the connector ?

    • @ScottDurow
      @ScottDurow  Před rokem

      H! Thanks for watching! The web api code is deployed to Azure eventually - but you don’t need to when using dev tunnels to debug because it is running on your own machine until you want to publish so that it is externally accessible.

  • @saurabhtalele1537
    @saurabhtalele1537 Před rokem

    Cool one .... But how to refresh gallery automatically... We need to press that get call button.....

  • @DoctorDalek
    @DoctorDalek Před rokem

    This is cool, but I'd be worried about licensing costs. Usually if you're going to resort to a code solution it means you might need to do something that requires a bit more computing power. The automatic connector creation is nice as well, but it'd be nice to have similar functionality for any externally-hosted web application. The importing of an OpenAPI definition file is so bare bones at the moment and doesn't even support v3.

    • @ScottDurow
      @ScottDurow  Před rokem

      Agree on all counts! Thank you for watching and takin the time to comment with your thoughts🤩🤩