Skip to content

Commit 3d73529

Browse files
edits
1 parent 1e5e2fa commit 3d73529

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/container-registry/quickstart-connected-registry-arc-cli.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,10 @@ By deploying the connected Registry Arc extension, you can synchronize container
124124
--query ACR_REGISTRY_CONNECTION_STRING \
125125
--output tsv \
126126
--yes | tr -d '\r')\" }" > settings.json
127-
```
127+
```
128128

129-
**Note:** The cat and echo commands create the `protected-settings-extension.json` file with the connection string details, injecting the contents of the connection string into the `protected-settings-extension.json` file, a necessary step for the extension deployment. The [az acr connected-registry get-settings][az-acr-connected-registry-get-settings] command generates the connection string, including the creation of a new password and the specification of the transport protocol.
129+
>[!NOTE]
130+
> The cat and echo commands create the `protected-settings-extension.json` file with the connection string details, injecting the contents of the connection string into the `protected-settings-extension.json` file, a necessary step for the extension deployment. The [az acr connected-registry get-settings][az-acr-connected-registry-get-settings] command generates the connection string, including the creation of a new password and the specification of the transport protocol.
130131
131132
2. Deploy the connected registry extension
132133

0 commit comments

Comments
 (0)