An Azure communication platform for deploying applications across devices and platforms.
Hello @Nicholas ,
Set the following environment variables in your production environment in App Service :
AZURE_CLIENT_ID=<your-app-client-id>
AZURE_TENANT_ID=<your-azure-ad-tenant-id>
AZURE_CLIENT_SECRET=<your-app-client-secret>
Make sure you enable Identity in the Azure Web App, enable System Assigned Managed Identity, and assign the appropriate roles such as 'Communication and Email Service Owner', or any other required roles?
If you are having below problems
after enabling identity, follow the process below:
After enabling identity, go to Communication Service and select Access Control. Then, select Communication and Email Service Owner, choose Managed Identity, search for the web app name with identity enabled, assign roles, and try again.
Hope this helps!
If this answers your query, do click Accept Answer and Yes for was this answer helpful, which may help members with similar questions.
If you have any other questions or are still experiencing issues, feel free to ask in the "comments" section, and I'd be happy to help.