Update az104-07-vm-template.json

This commit is contained in:
polichtm 2020-12-12 08:55:51 -05:00 committed by GitHub
parent 74c40522b5
commit 952cbbf2f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,10 +24,10 @@
},
"variables": {
"vmName": "az104-07-vm0",
"nicName": "az104-05-nic0",
"virtualNetworkName": "az104-05-vnet0",
"publicIPAddressName": "az104-05-pip0",
"nsgName": "az104-05-nsg0",
"nicName": "az104-07-nic0",
"virtualNetworkName": "az104-07-vnet0",
"publicIPAddressName": "az104-07-pip0",
"nsgName": "az104-07-nsg0",
"vnetIpPrefix": "10.70.0.0/22",
"subnetIpPrefix": "10.70.0.0/24",
"subnetName": "subnet0",
@ -169,4 +169,4 @@
}
],
"outputs": {}
}
}