Skip to content

Commit 4277ffe

Browse files
committed
minor edits
1 parent 366702f commit 4277ffe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/container-registry/container-registry-health-error-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This error means that the DNS for the given registry login server was pinged but
5252

5353
## CONNECTIVITY_FORBIDDEN_ERROR
5454

55-
This error means that the challenge endpoint for the given registry responded with a 403 Forbidden HTTP status. This error means that users don't have access to the registry, most likely because of a virtual network configuration or because access to the registry's public endpoint is not set. To see the currently configured firewall rules, run `az acr show --query networkRuleSet --name <registry>`.
55+
This error means that the challenge endpoint for the given registry responded with a 403 Forbidden HTTP status. This error means that users don't have access to the registry, most likely because of a virtual network configuration or because access to the registry's public endpoint is not allowed. To see the currently configured firewall rules, run `az acr show --query networkRuleSet --name <registry>`.
5656

5757
*Potential solutions*: Remove virtual network rules, or add the current client IP address to the allowed list.
5858

articles/container-registry/container-registry-private-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Set up a private link when you create a registry, or add a private link to an ex
229229
| Resource group | Enter the name of an existing group or create a new one.|
230230
| **Instance details** | |
231231
| Name | Enter a name. |
232-
|Target subresource |Select **registry**|
232+
|Region|Select a region.|
233233
|||
234234
5. Select **Next: Resource**.
235235
6. Enter or select the following information:

articles/container-registry/container-registry-vnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Error response from daemon: login attempt to https://xxxxxxx.azurecr.io/v2/ fail
136136

137137
## Restore default registry access
138138

139-
To restore the registry to allow, access by default, remove any network rules that are configured. Then set the default action to allow access. Equivalent steps using the Azure CLI and Azure portal are provided.
139+
To restore the registry to allow access by default, remove any network rules that are configured. Then set the default action to allow access. Equivalent steps using the Azure CLI and Azure portal are provided.
140140

141141
### Restore default registry access - CLI
142142

0 commit comments

Comments
 (0)