Hi,
I would need the CLI parameters to deploy the ASAv image in Azure, because the Marketplace template is locked to only be deployed in a new Resource Group.
For a CSR 1000v, it is like this from the Developer Command Prompt for VS2015:
azure vm create -g Basic-Infrastructure -n DMZ-CSR01 -l northeurope -z Standard_D2 -N DMZ-CSR01,IAS-CSR01 -y Linux -o nbremdmz -R vhds -u nbrem -p StrongPassword01 -Q cisco:cisco-csr-1000v:csr-azure-byol:3.16.2 -d DMZ-CSR01.vhd --plan-name csr-azure-byol --plan-publisher cisco --plan-product cisco-csr-1000v
But I don't know the image name, plan-name, or plan-product for the ASAv, and was hoping someone here could help me.
Roy Apalnes