Skip to content

Commit 5cdaef1

Browse files
authored
Merge pull request Azure#4754 from ShuheiUda/patch-1
Update Set-AzureRmVMBootDiagnostics.md
2 parents 3a8750f + ef53723 commit 5cdaef1

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)