Skip to content

Commit 351ac62

Browse files
committed
Update error message in articles/azure-app-configuration/network-access-errors.md
1 parent f5829f5 commit 351ac62

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)