You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/extensions/custom-script-linux.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -448,27 +448,26 @@ Here you can see:
448
448
* The extension downloading file and the result of that.
449
449
* The command being run and the result.
450
450
451
-
You can also retrieve the execution state of the Custom Script Extension **including the actual arguments passed as the `commandToExecute`** by using Azure CLI:
451
+
You can also retrieve the execution state of the Custom Script Extension including the actual arguments passed as the `commandToExecute` by using Azure CLI:
452
452
453
453
```azurecli
454
454
az vm extension list -g myResourceGroup --vm-name myVM
455
455
```
456
456
457
-
The output looks like the following text, abbreviated for clarity:
0 commit comments