Skip to content

Commit 044ca5c

Browse files
committed
Public PR
1 parent ab6816e commit 044ca5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ If needing to remove your action run command Linux extension, refer to the below
121121
az vm run-command invoke --command-id RemoveRunCommandLinuxExtension --name vmname -g rgname
122122
```
123123
> [!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.
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.
125125
126126
## Next steps
127127

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ If needing to remove your action run command Windows extension, refer to the bel
150150
az vm run-command invoke --command-id RemoveRunCommandWindowsExtension --name vmname -g rgname
151151
```
152152
> [!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.
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.
154154
155155
## Next steps
156156

0 commit comments

Comments
 (0)