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 3a8750f + ef53723 commit 5cdaef1Copy full SHA for 5cdaef1
src/ResourceManager/Compute/Stack/Commands.Compute/help/Set-AzureRmVMBootDiagnostics.md
@@ -32,6 +32,7 @@ The **Set-AzureRmVMBootDiagnostics** cmdlet modifies boot diagnostics properties
32
```
33
PS C:\> $VM = Get-AzureRmVM -ResourceGroupName "ResourceGroup11" -Name "ContosoVM07"
34
PS C:\> Set-AzureRmVMBootDiagnostics -VM $VM -Enable -ResourceGroupName "ResourceGroup11" -StorageAccountName "DiagnosticStorage"
35
+PS C:\> Update-AzureRmVM -ResourceGroup "ResourceGroup11" -VM $VM
36
37
38
The first command gets the virtual machine named ContosoVM07 by using **Get-AzureRmVM**.
0 commit comments