Skip to content

Commit 3bf9268

Browse files
committed
Fix typo
Azure container registry -> Azure Container Registry
1 parent 2155d2f commit 3bf9268

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)