Skip to content

Commit b585725

Browse files
update
1 parent b6bd604 commit b585725

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,13 @@ Follow these steps to assign App Configuration Data roles to your credential.
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

6767
> [!TIP]
68-
> If you got the error `AADSTS500011: The resource principal named https://appconfig.azure.com was not found in the tenant named msazurecloud.` when connecting to Azure App Configuration, it's because you're using App Configuration in specific clouds without explicitly configuring the Microsoft Entra ID audience. To resolve the issue, follow the code snippets below.
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.
6975
7076
### [.NET](#tab/dotnet)
7177

0 commit comments

Comments
 (0)