Skip to content

Commit 6b6b38a

Browse files
removed json under running instances of run command in linux doc
1 parent a948222 commit 6b6b38a

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

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

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -167,44 +167,7 @@ PUT /subscriptions/<subscriptionId>/resourceGroups/<resourceGroupName>/providers
167167
GET /subscriptions/<subscriptionId>/resourceGroups/<resourceGroupName>/providers/Microsoft.Compute/virtualMachines/<vmName>/runcommands?api-version=2019-12-01
168168
```
169169

170-
```json
171-
{
172-
"location": "<location>",
173-
"properties": {
174-
"source": {
175-
"script": "echo Hello World",
176-
"scriptUri": "< SAS URI of a storage blob with read access or public URI>",
177-
"commandId": "<Id>"
178-
},
179-
"parameters": [
180-
{
181-
"name": "param1",
182-
"value": "value1"
183-
},
184-
{
185-
"name": "param2",
186-
"value": "value2"
187-
}
188-
],
189-
"protectedParameters": [
190-
{
191-
"name": "secret1",
192-
"value": "value1"
193-
},
194-
{
195-
"name": "secret2",
196-
"value": "value2"
197-
}
198-
],
199-
"runAsUser": "userName",
200-
"runAsPassword": "userPassword",
201-
"timeoutInSeconds": 3600,
202-
"outputBlobUri": "< SAS URI of a storage append blob with read, add, create, write access>",
203-
"errorBlobUri": "< SAS URI of a storage append blob with read, add, create, write access >"
204-
}
205-
}
206170

207-
```
208171

209172
### Get output details for a specific Run Command deployment
210173

0 commit comments

Comments
 (0)