Skip to content

resource group, vnet, subnets, network security groups

Pre-release
Pre-release
Compare
Choose a tag to compare
@grahamcrowell grahamcrowell released this 19 Apr 16:46
· 265 commits to master since this release

Nested Linked Templates

Execute json_deployment_templates/linked_templates/deploy.ps1 to create new

  • storage account
  • vnet
  • subnet
  • network security group

Deployment walk through:

  1. execute PowerShell script deploy.ps1
  • creates new resource group and starts deployment of resources therein
  • starts deployment of azuredeploy.json
  1. azuredeploy.json template
  • main entry point into deployment
  • doesn't deploy any resources
  • starts deployment of azuredeploy_sharedResources.json
  1. azuredeploy_sharedResources.json template
  • creates shared resources vnet, storage account
  • loops over array type parameter workloadConfigs
    • each iteration uses element of workloadConfigs as parameter for deployment of azuredeploy_subnets.json using
  1. azuredeploy_subnets.json template
  • creates subnet, network security group for each "workload"