Skip to content

Commit 476f6df

Browse files
authored
Update diagnostics-linux.md
1 parent 6bcd976 commit 476f6df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/virtual-machines/extensions/diagnostics-linux.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ az vm extension set --publisher Microsoft.Azure.Diagnostics --name LinuxDiagnost
145145

146146
```powershell
147147
Set-AzVMExtension -ResourceGroupName <resource_group_name> -VMName <vm_name> -Location <vm_location> -ExtensionType LinuxDiagnostic -Publisher Microsoft.Azure.Diagnostics -Name LinuxDiagnostic -SettingString $publicSettings -ProtectedSettingString $protectedSettings -TypeHandlerVersion 4.0 -EnableAutomaticUpgrade $true
148+
```
148149

149150
---
150151

0 commit comments

Comments
 (0)