Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

1- Login into azure ( CLI or PowerShell)

2- create an ressource group

3- Check he resource-group

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

Deploying vSRX on Microsoft Azure

Github script:

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



1- Login into azure ( CLI or PowerShell)

Connect-AzureRmAccount   ( in PowerShell )


az group create -l westus -n vsrx-demo


az group list


On the GUI:

Access Azure Portal:  https://portal.azure.com/


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



4- delete a group

az group delete --resource-group cli-demo




  • No labels