Skip to content

Commit ef53723

Browse files
authored
1 parent 28a470e commit ef53723

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ResourceManager/Compute/Stack/Commands.Compute/help/Set-AzureRmVMBootDiagnostics.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ The **Set-AzureRmVMBootDiagnostics** cmdlet modifies boot diagnostics properties
3232
```
3333
PS C:\> $VM = Get-AzureRmVM -ResourceGroupName "ResourceGroup11" -Name "ContosoVM07"
3434
PS C:\> Set-AzureRmVMBootDiagnostics -VM $VM -Enable -ResourceGroupName "ResourceGroup11" -StorageAccountName "DiagnosticStorage"
35+
PS C:\> Update-AzureRmVM -ResourceGroup "ResourceGroup11" -VM $VM
3536
```
3637

3738
The first command gets the virtual machine named ContosoVM07 by using **Get-AzureRmVM**.

0 commit comments

Comments
 (0)