Skip to content

Commit ed530dd

Browse files
move to faq
1 parent 946f558 commit ed530dd

2 files changed

Lines changed: 14 additions & 5 deletions

File tree

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -285,10 +285,5 @@ For Azure App Configuration in the national clouds, use the applicable audience
285285
| Microsoft Azure operated by 21Vianet | `https://appconfig.azure.cn` |
286286
| Bleu | `https://appconfig.sovcloud-api.fr` |
287287

288-
> [!TIP]
289-
> 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, configure the cloud-specific **audience** for Entra ID authentication. For more information, see [Cloud-specific audience for Entra ID authentication](./concept-enable-rbac.md#cloud-specific-audience-for-entra-id-authentication).
290-
>
291-
> In older versions of the Azure App Configuration SDK and configuration provider packages, this condition surfaces as the raw Microsoft Entra sign-in error `AADSTS500011`, which can be confusing. In the latest versions, this error message is replaced with a more informative one.
292-
293288
## Next steps
294289
Learn how to [use managed identities to access your App Configuration store](howto-integrate-azure-managed-service-identity.md).

articles/azure-app-configuration/faq.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,20 @@ sections:
237237
238238
Feature filters can evaluate a feature flag based on the properties of an HTTP Request. This is usually performed by inspecting the `HttpContext` through the singleton `IHttpContextAccessor` [pattern](https://learn.microsoft.com/en-us/azure/azure-app-configuration/howto-targetingfilter-aspnet-core#update-the-web-application-code-to-use-targetingfilter). However, this pattern doesn't work for [Blazor server applications](https://learn.microsoft.com/en-us/aspnet/core/blazor/security/server/interactive-server-side-rendering?view=aspnetcore-7.0#ihttpcontextaccessorhttpcontext-in-razor-components) where scoped services should be used instead. In this case, `AddScopedFeatureManagement` method should be used.
239239
240+
- question: Why do I get the AADSTS500011 error when connecting to my Azure App Configuration?
241+
answer: |
242+
If you get the following error:
243+
244+
```bash
245+
AADSTS500011: The resource principal named https://appconfig.azure.com was not found in the tenant named msazurecloud. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant.
246+
```
247+
248+
This error occurs when you're using Azure App Configuration in specific clouds, but the Microsoft Entra ID audience isn't explicitly configured.
249+
250+
The issue doesn't occur in Azure Public Cloud, Azure Government, Microsoft Azure operated by 21Vianet (China). In these clouds, the Azure App Configuration SDK automatically sets the correct Microsoft Entra ID audience.
251+
252+
To resolve the issue, configure the cloud-specific **audience** for Entra ID authentication. For more information, see [Cloud-specific audience for Entra ID authentication](./concept-enable-rbac.md#cloud-specific-audience-for-entra-id-authentication).
253+
240254
- question: How can I receive announcements on new releases and other information related to App Configuration?
241255
answer: |
242256
Subscribe to our [GitHub announcements repo](https://github.com/Azure/AppConfiguration-Announcements).

0 commit comments

Comments
 (0)