MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.09k stars 21.13k forks source link

Azure Communication Services: Authentication docs need more detail #115487

Open sam-byng opened 9 months ago

sam-byng commented 9 months ago

Suggestion: Update the communication services authentication document to make it clearer that other services can use managed identity for authentication.

The following documents do not make it clear that other Azure services can, in fact, authenticate to ACS using AAD managed identity and the 'Contributor' role. This is for use with the SmsClient and the Call Automation client.

Fix:

e.g. Add 'Contributor' role for your app service over the ACS instance . Update code: _callAutomationClient = new CallAutomationClient(new Uri(), new DefaultAzureCredential());


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

SaibabaBalapur-MSFT commented 9 months ago

@sam-byng Thanks for your feedback! We will investigate and update as appropriate.

RyanHill-MSFT commented 9 months ago

Hi @sam-byng, I have assigned the issue to the content author to investigate further and update the document as appropriate.

fowl2 commented 2 months ago

looks like this has been further discussed here: https://github.com/MicrosoftDocs/azure-docs/issues/109461