Azure CLI
Account management defaults
Set subscription by name
Get subscription ID of current account
Create an ARM deployment and pass in a parameter of type 'object'
The file definition.json
contains a JSON object, which is passed as-is into the ARM deployment:
The template has a corresponding type=object
parameter:
Run the Docker container
Last updated