- Virtual Network Resource Group: The resource group of the existing virtual network;
- Virtual Network Name: The name of the existing virtual network;
- Subnet Name: The name the of the existing subnet;
- Admin Username: The Linux login username;
- SSH Public Key: The SSH public key used for login;
- Virtual Machine Name Base: The basename used to form the final VM/NIC/NSG name 'vm/nic/nsg-<base>-<random string>';
- Script URL: The script to run once VM is provisioned;
- Ansible Version: The first parameter sent to script.
- Log: /var/log/azure/custom-script/handler.log
- Script Output: /var/lib/waagent/custom-script/download/0/
- az group create --name <rg name> --location <location>
- az group deployment create -g <rg name> --template-file <ARM template> --parameters @<file> --query properties.outputs