Skip to content

Commit aabc021

Browse files
Merge pull request #126631 from changeworld/patch-68
Fix typo
2 parents 0e68768 + 414fc4a commit aabc021

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/operator-nexus/quickstarts-virtual-machine-deployment-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ VM_DISK_SIZE="64"
7878

7979
# Virtual Machine Image parameters
8080
VM_IMAGE="<VM image, example: myacr.azurecr.io/ubuntu:20.04>"
81-
ACR_URL="<Azure container registry URL, example: myacr.azurecr.io>"
82-
ACR_USERNAME="<Azure container registry username>"
83-
ACR_PASSWORD="<Azure container registry password>"
81+
ACR_URL="<Azure Container Registry URL, example: myacr.azurecr.io>"
82+
ACR_USERNAME="<Azure Container Registry username>"
83+
ACR_PASSWORD="<Azure Container Registry password>"
8484
```
8585

8686
> [!IMPORTANT]

0 commit comments

Comments
 (0)