Skip to content

Commit 2eefb77

Browse files
updated rest api for linux doc
1 parent b314faa commit 2eefb77

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ PUT /subscriptions/<subscriptionId>/resourceGroups/<resourceGroupName>/providers
121121
"location": "<location>",
122122
"properties": {
123123
"source": {
124-
"script": "echo Hello World",
125-
"scriptUri": "<URI>",
124+
"script": "Write-Host Hello World!",
125+
"scriptUri": "<SAS URI of a storage blob with read access or public URI>",
126126
"commandId": "<Id>"
127127
},
128128
"parameters": [
@@ -148,8 +148,8 @@ PUT /subscriptions/<subscriptionId>/resourceGroups/<resourceGroupName>/providers
148148
"runAsUser": "userName",
149149
"runAsPassword": "userPassword",
150150
"timeoutInSeconds": 3600,
151-
"outputBlobUri": "<URI>",
152-
"errorBlobUri": "<URI>"
151+
"outputBlobUri": "< SAS URI of a storage append blob with read, add, create, write access>",
152+
"errorBlobUri": "< SAS URI of a storage append blob with read, add, create, write access >"
153153
}
154154
}
155155
```

0 commit comments

Comments
 (0)