Skip to content

Commit eb9548a

Browse files
edits for indention
1 parent 6120b38 commit eb9548a

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

articles/container-registry/dedicated-data-endpoints.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -80,34 +80,34 @@ To use the Azure CLI steps in this article, Azure CLI version 2.4.0 or later is
8080

8181
>* Run the [az acr update](/cli/azure/acr#az-acr-update) command to enable dedicated data endpoint.
8282
83-
```azurecli-interactive
84-
az acr update --name contoso --data-endpoint-enabled
85-
```
83+
```azurecli-interactive
84+
az acr update --name contoso --data-endpoint-enabled
85+
```
8686

8787
>* Run the [az acr show](/cli/azure/acr#az-acr-show-endpoints) command to view the data endpoints, including regional endpoints for geo-replicated registries.
8888
89-
```azurecli-interactive
90-
az acr show-endpoints --name contoso
91-
```
89+
```azurecli-interactive
90+
az acr show-endpoints --name contoso
91+
```
9292

9393
Sample output:
9494

95-
```
96-
{
97-
"loginServer": "contoso.azurecr.io",
98-
"dataEndpoints": [
99-
{
100-
"region": "eastus",
101-
"endpoint": "contoso.eastus.data.azurecr.io",
102-
},
103-
{
104-
"region": "westus",
105-
"endpoint": "contoso.westus.data.azurecr.io",
106-
}
107-
]
108-
}
95+
```json
96+
{
97+
"loginServer": "contoso.azurecr.io",
98+
"dataEndpoints": [
99+
{
100+
"region": "eastus",
101+
"endpoint": "contoso.eastus.data.azurecr.io",
102+
},
103+
{
104+
"region": "westus",
105+
"endpoint": "contoso.westus.data.azurecr.io",
106+
}
107+
]
108+
}
109109

110-
```
110+
```
111111

112112
## Next Steps
113113

0 commit comments

Comments
 (0)