Skip to content

Commit ac2fa97

Browse files
Merge pull request #223395 from cynthn/101938
Public pull 101938
2 parents 70f92df + 044ca5c commit ac2fa97

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

articles/virtual-machines/linux/run-command.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ If needing to remove your action run command Linux extension, refer to the below
120120
```azurecli-interactive
121121
az vm run-command invoke --command-id RemoveRunCommandLinuxExtension --name vmname -g rgname
122122
```
123+
> [!NOTE]
124+
> When you apply a Run Command again, the extension will get installed automatically. You can use the extension removal command to troubleshoot any issues related to the extension.
123125
124126
## Next steps
125127

articles/virtual-machines/windows/run-command.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ If needing to remove your action run command Windows extension, refer to the bel
149149
```azurecli-interactive
150150
az vm run-command invoke --command-id RemoveRunCommandWindowsExtension --name vmname -g rgname
151151
```
152+
> [!NOTE]
153+
> When you apply a Run Command again, the extension will get installed automatically. You can use the extension removal command to troubleshoot any issues related to the extension.
152154
153155
## Next steps
154156

0 commit comments

Comments
 (0)