Skip to content

Commit f5ee82c

Browse files
Merge pull request #312359 from zhiyuanliang-ms/zhiyuanliang/cloud-audience
[Azure App Configuration] - Add tips for AADSTS500011
2 parents b8c0fcc + b585725 commit f5ee82c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

articles/azure-app-configuration/concept-enable-rbac.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,15 @@ Follow these steps to assign App Configuration Data roles to your credential.
6464

6565
When using Entra ID and the following Azure App Configuration libraries in clouds other than Azure cloud, Azure Government, and Microsoft Azure operated by 21Vianet, an appropriate Entra ID audience must be configured to enable authentication.
6666

67+
> [!TIP]
68+
> If you encounter the following error when connecting to Azure App Configuration, it’s typically because you’re using App Configuration in a specific cloud without explicitly configuring the Microsoft Entra ID audience.
69+
>
70+
> ```console
71+
> AADSTS500011: The resource principal named https://appconfig.azure.com was not found in the tenant named msazurecloud.
72+
> ```
73+
>
74+
> To resolve this issue, configure the appropriate Entra ID audience as shown in the code snippets below.
75+
6776
### [.NET](#tab/dotnet)
6877
6978
The Audience for the target cloud must be configured for the following packages.

0 commit comments

Comments
 (0)