Connect your Static Web Apps to Azure Databases using REST or GraphQL | Azure Friday

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 พ.ย. 2024

ความคิดเห็น • 17

  • @hydtechietalks3607
    @hydtechietalks3607 ปีที่แล้ว +1

    CRUD is Create, Read, Update, and Delete - we do everday - There you Go!, Scott.. you are for the common people like me... You should run for President! Love you Scott!!🤩

  • @JohanNordberg
    @JohanNordberg ปีที่แล้ว +2

    Static Web Apps (most misleading name ever!) is getting better and better for each version! This is really great stuff!
    But jQuery? Really? :)

  • @Gauzdx
    @Gauzdx 3 หลายเดือนก่อน

    I keep getting ‘Missing configurations file’ when I try to link my DB to the web app on the az portal. The file was generated by swa and is correctly placed in the right folder structure. What am I missing in my steps?

  • @Kjetilmann
    @Kjetilmann 2 หลายเดือนก่อน

    So. Did the api automatically get provisioned when he ran swa db init?

  • @c5ferns
    @c5ferns ปีที่แล้ว +1

    Very enlightening, thanks for making it easy

  • @TheStoibz
    @TheStoibz ปีที่แล้ว +2

    Great demo and product imho just needs more docs.
    Still have not seen documentation on the json config file. The connection string using azure ad auth is a mystery for my team who looked into this first last week.

    • @MicrosoftAzure
      @MicrosoftAzure  ปีที่แล้ว +1

      Hi Christopher! The documentation for the JSON config file is here: msft.it/6051glI8V while the using Azure AD to connect Data API builder to your database, if you are running in Azure, you need to also configure MSI (as you would need to do for any application to be able to authenticate with Azure SQL).

    • @RiteshPatel-bg1tm
      @RiteshPatel-bg1tm ปีที่แล้ว +2

      Demo looks good but you need to take a step back and describe how to generate the connection string file and configure it first. Knowing how to set this is up first is critical before anything else can happen.

  • @takistewart3404
    @takistewart3404 ปีที่แล้ว +3

    Great demo

    • @MicrosoftAzure
      @MicrosoftAzure  ปีที่แล้ว

      We're happy to hear you enjoyed it! 😀

  • @Kjetilmann
    @Kjetilmann 2 หลายเดือนก่อน

    also you should really show setting up connection strings and such. Connecting to datasources is always a pain, and it should be included in tutorials. :) Now there is another thing to learn, which probably could have been shown in 1 minute.

  • @devimani3298
    @devimani3298 ปีที่แล้ว

    how does search works here? is it simple text matching or can be more than that

  • @Jonas-zp1ep
    @Jonas-zp1ep 10 หลายเดือนก่อน

    When will Database connection (preview) feature not be a preview feature?

    • @MicrosoftAzure
      @MicrosoftAzure  10 หลายเดือนก่อน

      Hi there! We don't have any news or updates to share at this time, but keep an eye on our social media channels, as well as the Azure Blog for updates! msft.it/6058ioOSk

  • @pavel.pavlov
    @pavel.pavlov ปีที่แล้ว

    like Firebase

  • @fprz14
    @fprz14 ปีที่แล้ว

    Hello, I have a problem in my deploy when I try to make a request to the api in production. Locally I have no problems, this is the response I'm getting {"Message":"{\u0022Message\u0022:\u0022Response status code does not indicate success: 400 (Bad Request).\u0022,\u0022ActivityId\u0022:\u0022fe4f1920-3821-46b1-8cbb-6fa36af826a5\u0022}","ActivityId":"fe4f1920-3821-46b1-8cbb-6fa36af826a5"}. Hope someone can help me.

    • @Michael-ot4lq
      @Michael-ot4lq ปีที่แล้ว

      I have the exact same issue. Did you find a way to resolve it?