azure-quickstart-templates
azure-quickstart-templates copied to clipboard
Storage Subnet Created But Never Used
Issue Details
This ARM template includes code to deploy a subnet intended to be used for storage. However, the subnet is never used for anything and the template will work successfully WITHOUT this subnet deployed.
Repro steps (if necessary, delete otherwise)
- remove storageSubnetName parameter
- remove storageSubnetAddressPrefix parameter
- remove lines 220-238 (Microsoft.Network/virtualNetworks/subnets block)
- remove storageSubnetId output
- deploy updated template - cloud shell still works as expected