Versions Compared

Key

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

1- create an ressource group

2- Check he resource-group

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

Deploying vSRX on Microsoft Azure

Widget Connector
urlhttps://www.youtube.com/watch?v=3kTq0xJmNtM

Github script:

https://github.com/Juniper/vSRX-Azure

...

az group create -l westus -n vsrx-demo


az group list


On the GUI:


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