resource group, vnet, subnets, network security groups
Pre-release
Pre-release
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:
- execute PowerShell script
deploy.ps1
- creates new resource group and starts deployment of resources therein
- starts deployment of
azuredeploy.json
azuredeploy.json
template
- main entry point into deployment
- doesn't deploy any resources
- starts deployment of
azuredeploy_sharedResources.json
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 ofazuredeploy_subnets.json
using
- each iteration uses element of
azuredeploy_subnets.json
template
- creates subnet, network security group for each "workload"