The Azure Quickstart templates are currently available in English
This template provides high availability to RD Gateway and RD Web Access servers in an existing RDS deployment
Denne Azure Resource Manager (ARM)-malen ble opprettet av et medlem av fellesskapet og ikke av Microsoft. Hver ARM-mal er lisensiert til deg i henhold til en lisensavtale med eieren, ikke med Microsoft. Microsoft er ikke ansvarlig for ARM-maler som leveres og lisensieres av medlemmer og siler dem ikke ut med tanke på sikkerhet, kompatibilitet eller ytelse. Fellesskapets ARM-maler støttes ikke av noe Microsoft-støtteprogram eller -tjeneste, og er gjort tilgjengelig SOM DE ER, uten noen form for garanti.
Parametere
Parameternavn | Beskrivelse |
---|---|
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. |
Bruke malen
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 deploymentInstallere og konfigurere Azure PowerShell
New-AzResourceGroupDeployment -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/rds-deployment-ha-gateway/azuredeploy.json
Kommandolinje
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 deploymentInstaller og konfigurer Azures kommandolinjegrensesnitt for alle plattformer
az group deployment create --resource-group <my-resource-group> --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/rds-deployment-ha-gateway/azuredeploy.json