Feb 10 2022 06:51 AM
Hi,
I need to connect an azure web app to a storage account using system assigned managed identity. My APP is using PHP. Did the configuration following: https://docs.microsoft.com/en-us/azure/app-service/scenario-secure-app-access-storage?tabs=azure-por... and is ok.
The example there is using C# I can’t find an example with PHP. Anybody knows how to connect an azure web app with PHP using system assigned managed identity to a storage account blob?
Thanks,