YAML examples for Azure CLI
Execute Azure CLI commands
yaml- action: "Azure CLI" type: "AZURE_CLI" integration: my-azure shell: "SH" setup_commands: - "az --version" execute_commands: - "az account show" - "az group list"
yaml- action: "Azure CLI" type: "AZURE_CLI" integration: my-azure shell: "SH" setup_commands: - "az --version" execute_commands: - "az account show" - "az group list"