This template allows you to extend an existing single VNET environment to a Multi-VNET environment that extends across two datacenter regions using VNET-to-VNET gateways
Den här ARM-mallen (Azure Resource Manager) skapades av en community-medlem, inte av Microsoft. Varje ARM-mall licensieras till dig enligt ett licensavtal av respektive ägare, inte Microsoft. Microsoft ansvarar inte för ARM-mallar som erbjuds och licensieras av community-medlemmar och undersöker inte mallarnas säkerhet, kompatibilitet eller prestanda. Microsofts supportprogram och supporttjänster omfattar inte support för ARM-mallar från community-medlemmar, och dessa mallar tillhandahålls i BEFINTLIGT SKICK utan någon form av garanti.
Parametrar
Parameternamn | Beskrivning |
---|---|
existingVnetName | Name of the existing first VNET. This VNET must already have a subnet named GatewaySubnet defined with a minimum /29 address prefix |
existingVnetLocation | Region in which the first existing VNET is provisioned |
newVnetName | Name of the new second VNET. |
newVnetAddressPrefix | Address space for the second VNET. This address space must not overlap with the first VNET |
newVnetSubnetName | Name of the first subnet in the second VNET. Please note, an additional subnet called GatewaySubnet will be created where the VirtualNetworkGateway will be deployed. The name of that subnet must not be changed from GatewaySubnet. |
newVnetSubnetPrefix | The IP address prefix for the first subnet in the second VNET. |
newVnetGatewaySubnetPrefix | The prefix for the GatewaySubnet where the second VirtualNetworkGateway will be deployed. This must be at least /29. |
sharedKey | The shared key used to establish connection between the two VirtualNetworkGateways. |
Använda mallen
PowerShell
New-AzureRmResourceGroupDeployment -Name <deployment-name> -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/201-extend-vnet-to-multi-vnet/azuredeploy.jsonInstallera och konfigurera Azure PowerShell
Kommandoraden
azure config mode arm azure group deployment create <my-resource-group> <my-deployment-name> --template-uri https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/201-extend-vnet-to-multi-vnet/azuredeploy.jsonInstallera och konfigurera Azures plattformsoberoende kommandoradsgränssnitt