Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ The `--detach` option runs the container in the background. The `--publish` opti
1. Set an environment variable to the value of the password for the registry.

```bash
ACR_PASSWORD=$(az acr credential show \
$ACR_PASSWORD=(az acr credential show \
--resource-group web-app-simple-rg \
--name webappacr123 \
--query "passwords[?name == 'password'].value" \
Expand Down