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 dce26d3 commit 83c7f34Copy full SHA for 83c7f34
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