Skip to content

Commit 9c0815a

Browse files
Merge pull request #310447 from austintolani/update-pe-error-message
[AppConfiguration] Update data plane network error message
2 parents 156a078 + 351ac62 commit 9c0815a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/azure-app-configuration/network-access-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Content-Type: application/problem+json; charset=utf-8
2626
```json
2727
{
2828
"type": "https://azconfig.io/errors/ip-address-rejected",
29-
"title": "Access to this resource is governed by a network access policy. The client IP address fails to meet the criteria for access.",
29+
"title": "Access to this resource is governed by a network access policy. The client IP address fails to meet the criteria for access. See https://aka.ms/appconfig/network-access-errors for more information.",
3030
"status": 403
3131
}
3232
```

0 commit comments

Comments
 (0)