azure-vm-run-command-script-parameters
Managed Run Command definitions persist scripts, ordinary parameters, and potentially credential-bearing SAS blob URIs.
Where it sits
| location | Microsoft.Compute/virtualMachines/runCommands.properties.{source.script,parameters,outputBlobUri,errorBlobUri} |
| location kind | bootstrap_script |
| data kinds | credential password api_key access_key secret_key oauth_token connection_string source_code_secret |
| emits edge | ContainsSecret |
| service | Virtual Machines (azure:vm) |
Collection recipe
| access mode | read_api |
| operation | Virtual Machine Run Commands - Get By Virtual Machine |
| response path | properties.{source.script,parameters,outputBlobUri,errorBlobUri} |
| encoding | json |
| params | {"resource_id": "\u003cazure-resource-id\u003e"} |
Required permissions
Microsoft.Compute/virtualMachines/runCommands/read
References