Skip to content

Commit 5a7fe10

Browse files
edits
1 parent c09d930 commit 5a7fe10

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -126,16 +126,6 @@ By deploying the connected Registry Arc extension, you can synchronize container
126126
--yes | tr -d '\r')\" }" > settings.json
127127
```
128128
129-
echo "{\"connectionString\":\"$(az acr connected-registry get-settings \
130-
--name myconnectedregistry \
131-
--registry myacrregistry \
132-
--parent-protocol https \
133-
--generate-password 1 \
134-
--query ACR_REGISTRY_CONNECTION_STRING \
135-
--output tsv \
136-
--yes | tr -d '\r')\" }" > settings.json
137-
```
138-
139129
**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.
140130
141131
2. Deploy the connected registry extension

0 commit comments

Comments
 (0)