The Azure Quickstart templates are currently available in English
ExpressRoute circuit with private peering and Azure VNet
This template configure ExpressRoute Microsoft peering, deploy an Azure VNet with Expressroute gateway and link the VNet to the ExpressRoute circuit
Ezt az Azure Resource Manager-sablont (ARM-sablont) nem a Microsoft, hanem a közösség egyik tagja készítette. Az egyes ARM-sablonok nem a Microsofttól, hanem a sablon tulajdonosától licencelhetők licencszerződés keretében. A Microsoft semmilyen felelősséget nem vállalal a közösség tagjai által biztosított és licencbe adott ARM-sablonokért, és azokat a biztonság, kompatibilitás és teljesítmény szempontjából nem ellenőrzi. A közösségi ARM-sablonokat a Microsoft semmilyen terméktámogatási programja vagy szolgáltatása nem támogatja, és ezek „adott állapotukban” állnak rendelkezésre, mindennemű garancia nélkül.
Paraméterek
Paraméter neve | Leírás |
---|---|
location | Location for all resources deployed in the ARM template |
erpeeringLocation | ExpressRoute peering location |
erCircuitName | Name of the ExpressRoute circuit |
serviceProviderName | Name of the ExpressRoute provider |
erSKU_Tier | Tier ExpressRoute circuit |
erSKU_Family | Billing model ExpressRoute circuit |
bandwidthInMbps | Bandwidth ExpressRoute circuit |
peerASN | autonomous system number used to create private peering between the customer edge router and MSEE routers |
primaryPeerAddressPrefix | point-to-point network prefix of primary link between the customer edge router and MSEE router |
secondaryPeerAddressPrefix | point-to-point network prefix of secondary link between the customer edge router and MSEE router |
vlanId | VLAN Id used between the customer edge routers and MSEE routers. primary and secondary link have the same VLAN Id |
vnetName | name of the Virtual Network |
subnet1Name | name of the subnet |
vnetAddressSpace | address space assigned to the Virtual Network |
subnet1Prefix | network prefix assigned to the subnet |
gatewaySubnetPrefix | network prefixes assigned to the gateway subnet. It has to be a network prefix with mask /27 or larger |
gatewayName | name of the ExpressRoute Gateway |
gatewaySku | ExpressRoute Gateway SKU |
A sablon használata
PowerShell
New-AzResourceGroup -Name <resource-group-name> -Location <resource-group-location> #use this command when you need to create a new resource group for your deploymentAz Azure PowerShell telepítése és konfigurálása
New-AzResourceGroupDeployment -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-expressroute-private-peering-vnet/azuredeploy.json
Parancssor
az group create --name <resource-group-name> --location <resource-group-location> #use this command when you need to create a new resource group for your deploymentAz Azure többplatformos parancssori felületének telepítése és beállítása
az group deployment create --resource-group <my-resource-group> --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-expressroute-private-peering-vnet/azuredeploy.json