Tag: Managed Identity

  • Grant Azure Managed Identity Access to Azure SQL Database

    Maybe more explanation later, but for now, just this snippet: Assumes you have an Azure Function App called my-azure-function-app and used the Identity blade to create a System assigned identity, which was also named my-azure-function-app. Some other sources suggested using the Object ID of the managed identity, but I had no luck with that approach.…