We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36dba91 commit 8b691f8Copy full SHA for 8b691f8
articles/virtual-machines/windows/create-vm-specialized.md
@@ -124,7 +124,7 @@ New-AzureRmResourceGroup -Location $location -Name $destinationResourceGroup
124
Create the new OS disk from the uploaded VHD.
125
126
```powershell
127
-$sourceUri = https://storageaccount.blob.core.windows.net/vhdcontainer/osdisk.vhd)
+$sourceUri = (https://storageaccount.blob.core.windows.net/vhdcontainer/osdisk.vhd)
128
$osDiskName = 'myOsDisk'
129
$osDisk = New-AzureRmDisk -DiskName $osDiskName -Disk `
130
(New-AzureRmDiskConfig -AccountType StandardLRS -Location $location -CreateOption Import `
0 commit comments