Skip to content

Commit 0e68768

Browse files
Merge pull request #126632 from changeworld/patch-69
Fix typo
2 parents 170c6e0 + 3bf9268 commit 0e68768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ $VM_DISK_SIZE="64"
100100
101101
# Virtual Machine Image parameters
102102
$VM_IMAGE="<VM image, example: myacr.azurecr.io/ubuntu:20.04>"
103-
$ACR_URL="<Azure container registry URL, example: myacr.azurecr.io>"
104-
$ACR_USERNAME="<Azure container registry username>"
103+
$ACR_URL="<Azure Container Registry URL, example: myacr.azurecr.io>"
104+
$ACR_USERNAME="<Azure Container Registry username>"
105105
106106
$NETWORKATTACHMENT = New-AzNetworkCloudNetworkAttachmentObject `
107107
-AttachedNetworkId $L3_NETWORK_ID `

0 commit comments

Comments
 (0)