The Azure Quickstart templates are currently available in English
Guacamole VM in existing VNet
Poslední aktualizace: 02.05.2016
This template deploys a VM with Guacamole, the free, open source HTML5 RDP/VNC proxy. An existing Virtual Network and a subnet are required for using this template. The base image is CoreOS Stable, and the deployment uses Docker containers.
Tuto šablonu Azure Resource Manageru (ARM) vytvořil člen komunity a ne Microsoft. Licenci na každou šablonu ARM vám na základě licenční smlouvy uděluje její vlastník, ne Microsoft. Za šablony ARM poskytované a licencované členy komunity nenese Microsoft žádnou odpovědnost ani neprověřuje jejich zabezpečení, kompatibilitu nebo výkon. Šablony ARM komunity nejsou podporované v rámci žádné služby nebo programu podpory Microsoftu a jsou dostupné TAK JAK JSOU, bez jakékoliv záruky.
Parametry
Název parametru | Popis |
---|---|
existingVNETLocation | Location of the existing VNet (in which to deploy this VM) |
vmName | Name for the Guacamole VM |
vmSize | Instance size for the Guacamole VM |
adminUsername | Username to login to the VMs |
sshKeyData | Public key for SSH authentication |
existingVirtualNetworkName | Name of the existing VNet |
existingVirtualNetworkResourceGroup | Name of the Resource Group containing the existing VNet |
existingSubnetName | Name of the subnet in the VNet you want to use |
Použití šablony
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 deploymentInstalace a konfigurace Azure PowerShell
New-AzResourceGroupDeployment -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/guacamole-rdp-vnc-gateway-existing-vnet/azuredeploy.json
Příkazový řádek
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 deploymentInstalace a konfigurace rozhraní 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/guacamole-rdp-vnc-gateway-existing-vnet/azuredeploy.json