This template deploys a Virtual Network, segregates the network through subnets, deploys VMs and configures load balancing
Esta plantilla de Azure Resource Manager (ARM) la creó un miembro de la comunidad, no Microsoft. Su propietario (no Microsoft) le permite usar las plantillas de ARM con arreglo a un contrato de licencia. Microsoft no se responsabiliza de ninguna plantilla de ARM que le proporcionen los miembros de la comunidad (o cuya licencia le otorguen) en cuanto a su seguridad, compatibilidad ni rendimiento. Las plantillas de ARM de la comunidad no reciben ningún tipo de soporte en ningún servicio ni programa de soporte de Microsoft. Dichas plantillas se proporcionan TAL CUAL, sin garantía de ningún tipo.
Parámetros
Nombre del parámetro | Descripción |
---|---|
region1-Location-Name | Azure Region valid name |
region2-Location-Name | Azure Region valid name |
trafficManagerProfile_name | Traffice Manager profile name |
adminuser | Admin username |
adminuserPassword | Admin Password |
app-prefix | Application prefix name, should be <= 10 characters |
imageSKU | The Windows version for the VM |
vmSize | Size of the virtual machine, must be available in the virtual machine's location |
numberOfVMInstances | Number of VM instances to be created behind internal load balancer control |
loadbalancer-dns-prefix | Loadbalancer dns name should be lowercase letters! |
appGW-skuName | Choose Application gateway SKU! |
appGW-capacity | Number of Application Gateway instances |
appGW-pathMatch1 | Path match string for Path Rule 1 |
appGW-pathMatch2 | Path match string for Path Rule 2 |
location | Location for all resources. |
Uso de la plantilla
PowerShell
New-AzureRmResourceGroupDeployment -Name <deployment-name> -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/301-multi-tier-loadbalancing/azuredeploy.jsonInstalar y configurar PowerShell de Azure
Línea de comandos
azure config mode armInstalación y configuración de la interfaz de línea de comandos multiplataforma de Azure
azure group deployment create <my-resource-group> <my-deployment-name> --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/301-multi-tier-loadbalancing/azuredeploy.json