Azure CLI commands to deploy ASAv in Azure?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2016 04:19 AM - edited 03-12-2019 12:54 AM
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
- Labels:
-
NGFW Firewalls
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2016 06:49 AM
I managed to find the plan-name, plan-publisher and plan-product by saving the Marketplace Template, and the version number within a Github repository template:
Correct command:
azure vm create -g Basic-Infrastructure -n DMZ-ASAV01 -l northeurope -z Standard_D3 -N DMZ-ASAV01,DMZ-ASAV02,IAS-ASAV01,IAS-ASAV02 -y Linux -o nbremdmz -R vhds -u nbrem -p StrongPassword1 -Q cisco:cisco-asav:asav-azure-byol:9.5.2207 -d DMZ-ASAV01.vhd --plan-name asav-azure-byol --plan-publisher cisco --plan-product cisco-asav
