Skip to content

Commit 364226b

Browse files
committed
Add troubleshooting section
1 parent 777d04c commit 364226b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

articles/azure-app-configuration/concept-private-endpoint.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,20 @@ If you are using a custom DNS server on your network, you need to configure it t
6161
6262
Enabling private endpoints requires a [Standard or Premium tier](https://azure.microsoft.com/pricing/details/app-configuration/) App Configuration store. To learn about private link pricing details, see [Azure Private Link pricing](https://azure.microsoft.com/pricing/details/private-link).
6363
64+
## Troubleshooting private endpoint errors
65+
66+
### Troubleshoot RP registration errors
67+
68+
The following error indicates that the private endpoint being connected to an App Configuration store is in a subscription that has not registered the Azure App Configuration resource provider:
69+
70+
> The private endpoint's subscription '00000000-0000-0000-0000-000000000000' is not registered to use resource provider 'Microsoft.AppConfiguration'. See https://aka.ms/azconfig/PrivateEndpointTroubleshooting for instructions on how to register a subscription to a resource provider.
71+
72+
This error is typically seen when the private endpoint's subscription is different to the App Configuration store's subscription. To resolve:
73+
1. Register the private endpoint's subscription to the `Microsoft.AppConfiguration` resource provider.
74+
2. Reconnect the private endpoint to the App Configuration store.
75+
76+
For more details on registering a subscription to a resource provider, see [Register resource provider](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider).
77+
6478
## Next steps
6579
6680
Learn more about creating a private endpoint for your App Configuration store, refer to the following articles:

0 commit comments

Comments
 (0)