Skip to content

Commit 14f6945

Browse files
committed
and fixed credential add command
1 parent b7b850d commit 14f6945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-registry/container-registry-tutorial-multistep-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ Pass the service principal application ID and password in the following `az acr
345345
```azurecli-interactive
346346
az acr task credential add --name example2 \
347347
--registry $ACR_NAME \
348-
--login-server danlep0429a.azurecr.io \
348+
--login-server mycontainerregistrydate.azurecr.io \
349349
--username <service-principal-application-id> \
350350
--password <service-principal-password>
351351
```

0 commit comments

Comments
 (0)