Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
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 cre...
Hello,
I am in the need of establishing the CSR 1000v for S2S/C2S VPN and a DMZ, but into an existing Resource Group.
The templates only continues if I choose to create a new Resource Group, but that doesn't work even with S2S VPN between two vNets i...
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 ...
I managed to get the Azure CLI command right when working with Microsoft Premier Support:
azure vm create -g Basic-Infrastructure -n DMZ-CSR03 -l northeurope -z Standard_D2 -N DMZ-CSR03,IAS-CSR03 -y Linux -o nbremdmz -R vhds -u nbrem -p ExtremePasswo...
Hi, I did not manage to successfully deploy the template with the CLI commands, but the command seemed right, because it started without any errors, but it stands still as mention above.
The only message I see in the Developer Command Prompt for VS20...