cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
564
Views
0
Helpful
1
Replies

Azure CLI commands to deploy ASAv in Azure?

roy.apalnes
Level 1
Level 1

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

1 Reply 1

roy.apalnes
Level 1
Level 1

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

Review Cisco Networking for a $25 gift card