Os modelos de Início Rápido do Azure estão atualmente disponíveis em inglês
This template provides high availability to RD Gateway and RD Web Access servers in an existing RDS deployment
Este modelo do ARM (Azure Resource Manager) foi criado por um membro da comunidade, e não pela Microsoft. Cada modelo do ARM é licenciado para você de acordo com o contrato de licença de seu proprietário, e não da Microsoft. A Microsoft não é responsável por modelos do ARM fornecidos e licenciado por membros da comunidade e não avalia sua segurança, compatibilidade ou desempenho. Modelos do ARM da comunidade não têm suporte de nenhum programa ou serviço de suporte da Microsoft e são disponibilizados DA FORMA COMO ESTÃO, sem nenhum tipo de garantia.
Parâmetros
Nome do parâmetro | Descrição |
---|---|
dnsLabelPrefix | Unique public DNS prefix for the deployment. The fqdn will look something like '<dnsname>.westus.cloudapp.azure.com'. Up to 62 chars, digits or dashes, lowercase, should start with a letter: must conform to '^[a-z][a-z0-9-]{1,61}[a-z0-9]$'. |
loadBalancer | The Loadbalancer name must match from the RDS deployment. And default value taken by template is loadbalancer. |
backendAddressPools | The backendAddressPools name must match from the RDS deployment. And default value taken by template is LBBAP. |
gw-AvailabilitySet | The gw-availabilityset name must match from the RDS deployment. And default value taken by template is gw-availabilityset. |
adDomainName | The FQDN of the AD domain |
adminUsername | The name of the administrator of the new VM and the domain. Exclusion list: 'administrator |
adminPassword | The password for the administrator account of the new VM and the domain |
numberOfWebGwInstances | Number of RD Gateway instances |
brokerServer | FQDN for Broker Server |
WebURL | This is RD Gateway external FQDN. This shall be picked from existing basic RDS deploment. |
domainNetbios | Netbios Name for Domain |
imageSKU | Windows server SKU |
vmSize | Size for the new RD Gateway VMs |
existingVnet | The vnet name of AD domain. For example johnvnet1 |
existingSubnet | The subnet name of AD domain. For example johnsubnet1 |
existingVnetResourceGroup | The name of the resourceGroup for the vnet |
location | Location for all resources. |
Usar o modelo
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 deploymentInstale e configure o PowerShell do Azure
New-AzResourceGroupDeployment -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/application-workloads/rds/rds-deployment-ha-gateway/azuredeploy.json
Linha de comando
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 deploymentInstalar e configurar a Interface de Linha de Comando de Plataforma Cruzada do Azure
az group deployment create --resource-group <my-resource-group> --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/application-workloads/rds/rds-deployment-ha-gateway/azuredeploy.json