Skip to content

Instantly share code, notes, and snippets.

@jesseloudon
Created March 3, 2020 04:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesseloudon/b76250d5fce395c9a7c64771cbfcdb30 to your computer and use it in GitHub Desktop.
Save jesseloudon/b76250d5fce395c9a7c64771cbfcdb30 to your computer and use it in GitHub Desktop.
Deploy VNETs with AZCLI/AZBB
#AuthN
az login
#AZBB Deploy VNETs
azbb -g "VNET-AZBB-RG" -s "your-subscription-id" -l "your-azurelocation" -p "C:\Temp\Scripts\VNET-AZBB.json" --deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment