Skip to content

Commit e7ceb1e

Browse files
added note for VMSS CLI app status check
1 parent 76fb6e7 commit e7ceb1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/virtual-machines/vm-applications-how-to.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,9 @@ $ids | Foreach-Object {
169169
az vmss get-instance-view --ids $_.id --query "extensions[?name == 'VMAppExtension']"
170170
}
171171
```
172+
> [!NOTE]
173+
> The VMSS deployment status contains PowerShell syntax. Refer to the 2nd [vm-extension-delete](/cli/azure/vm/extension#az-vm-extension-delete-examples) example as there is precedence for it.
174+
172175

173176
### [PowerShell](#tab/powershell)
174177

0 commit comments

Comments
 (0)