Deploy .NET Apps to Containers [6 of 8] | .NET on Azure for Beginners

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 7

  • @EnriqueMartinezInter
    @EnriqueMartinezInter 2 месяца назад

    What a wonderful video series, all MS tutorials should be like this one

  • @abhinavbhatt-k4f
    @abhinavbhatt-k4f Месяц назад

    why azure managed identity did not worked here, as we already removed the connection string in previous video

  • @rezvlt9285
    @rezvlt9285 Год назад

    Amazing video series learning so much.

  • @dsfgato
    @dsfgato Год назад

    Fantastic!! Great content as always!

  • @ugochukwuumerie6378
    @ugochukwuumerie6378 Год назад

    How do you determine regions best for your app, Ex. in Africa?

  • @crazy4drumming
    @crazy4drumming Год назад

    How come you didn't need to set firewall permissions for the production instance? Does Azure Sql Server automatically allow any incoming connections from container instances?

    • @marna_li
      @marna_li Год назад +2

      A little late, but you can use managed identities and assign your container app a role in the SQL server in Azure.
      You assign the identity to the container. Then you use a special connection string that will tell your apo to authorize with Managed identity.
      You also need to add users and roles in each database for each accessing service. Azure can’t do that for you.