Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

1- Login into azure ( CLI or PowerShell)

...

1- Login into azure ( CLI or PowerShell)

Connect-AzureRmAccount   ( in PowerShell , may need to install AzureRM.profile  Module )


az group create -l westus -n vsrx-demo

...

3- create resources ( vSRX ) based on the json files 

az group deployment create --template-file vsrx.json --parameters vsrx.parameters.json --resource-group cli-demo --name vsrx1

Image Modified


Image Modified


4- delete a group

az group delete --resource-group cli-demo