Skip to content

Commit ab6816e

Browse files
committed
Merge branch 'akhilthomas-patch5' of https://github.com/akhilthomas011/azure-docs into 101938
2 parents 26701ca + 155433b commit ab6816e

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 execute a Run Command again, the extension will get installed automatically. Hence, 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 execute a Run Command again, the extension will get installed automatically. Hence, 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)