You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"title": "Access to this resource is governed by a network access policy. The client IP address fails to meet the criteria for access.",
30
+
"status": 403
31
+
}
32
+
```
33
+
34
+
**Reason:** The configuration store has public network access disabled and the IP address that the request originates from doesn't meet the criteria for inbound access.
35
+
36
+
**Solution:**
37
+
38
+
- When a configuration store has public network access disabled, requests must originate from within a virtual network via a private endpoint.
39
+
- Verify that the client making the request is within a virtual network and the relevant [DNS changes](./concept-private-endpoint.md#dns-changes-for-private-endpoints) are in place to ensure the endpoint of the store resolves to the IP address of a private endpoint.
40
+
- Verify that the private endpoint connection associated with the private endpoint has been approved.
41
+
42
+
## Related documentation
43
+
44
+
-[Use private endpoints for Azure App Configuration](./concept-private-endpoint.md)
45
+
-[Set up private access in Azure App Configuration](./howto-set-up-private-access.md)
46
+
-[Disable public access in Azure App Configuration](./howto-disable-public-access.md)
0 commit comments