Hello All,
I have an Azure function Python 3.6, Consumption Plan and SQL Azure. Enabled system identity for the function.. Created User for this function in SQL Azure.
Now need help on implementing the connectivity using managed identity.
Based on the link here -> https://docs.microsoft.com/en-us/azure/app-service/overview-managed-identity?tabs=python
I am not getting how to set the MSI_Endpoint and MSI_Header for my function.
Any help appreciated.
Regards
Madhavan.TR