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.
2 parents 88482ed + 83c7f34 commit 7a46853Copy full SHA for 7a46853
articles/virtual-machines/vm-applications-how-to.md
@@ -177,7 +177,7 @@ $appversion = Get-AzGalleryApplicationVersion `
177
$packageid = $appversion.Id
178
$app = New-AzVmGalleryApplication -PackageReferenceId $packageid
179
Add-AzVmGalleryApplication -VM $vmname -GalleryApplication $app
180
-Update-AzVM -ResourceGroupName $rgname -VM $vmname
+Update-AzVM -ResourceGroupName $rgname -VM $vm
181
```
182
183
Verify the application succeeded:
0 commit comments