Templat Azure Quickstart saat ini tersedia dalam bahasa Inggris
This template provides high availability to RD Gateway and RD Web Access servers in an existing RDS deployment
Templat Azure Resource Manager ini dibuat oleh anggota komunitas dan bukan oleh Microsoft. Setiap templat Resource Manager dilisensikan kepada Anda berdasarkan perjanjian lisensi oleh pemiliknya, bukan Microsoft. Microsoft tidak bertanggung jawab atas templat Resource Manager yang disediakan dan dilisensikan oleh anggota komunitas dan tidak menyaring keamanan, kompatibilitas, atau performa. Templat Community Resource Manager tidak didukung di bawah program atau layanan dukungan Microsoft apa pun, dan tersedia SEBAGAIMANA ADANYA tanpa jaminan apa pun.
Parameter
Nama Parameter | Deskripsi |
---|---|
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. |
Menggunakan templat
Windows 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 deploymentMenginstal dan mengonfigurasi Azure PowerShell
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
Baris perintah
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 deploymentMenginstal dan Mengonfigurasi Azure Cross-Platform Command-Line Interface
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