Skip to content

Commit 0c092a7

Browse files
authored
Merge pull request #125995 from austintolani/user/austintolani/private-endpoint-troubleshooting
Add troubleshooting section to `concept-private-endpoint.md`
2 parents 0a724c7 + 8b45308 commit 0c092a7

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

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

Lines changed: 15 additions & 1 deletion
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 resource provider 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 'aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e' is not registered to use resource provider 'Microsoft.AppConfiguration'.
71+
72+
This error is typically seen when the private endpoint's subscription is different from the App Configuration store's subscription. To resolve:
73+
1. Register the `Microsoft.AppConfiguration` resource provider in the private endpoint's subscription.
74+
1. 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](../azure-resource-manager/management/resource-providers-and-types.md#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:
@@ -72,4 +86,4 @@ Learn more about creating a private endpoint for your App Configuration store, r
7286
Learn to configure your DNS server with private endpoints:
7387
7488
- [Name resolution for resources in Azure virtual networks](../virtual-network/virtual-networks-name-resolution-for-vms-and-role-instances.md#name-resolution-that-uses-your-own-dns-server)
75-
- [DNS configuration for Private Endpoints](../private-link/private-endpoint-overview.md#dns-configuration)
89+
- [DNS configuration for private endpoints](../private-link/private-endpoint-overview.md#dns-configuration)

0 commit comments

Comments
 (0)