This template will allow you to deploy a SUSE Linux Enterprise Server VM (SLES 12), using the Pay-As-You-Go SLES VM image for the selected version on Standard D1 VM in the location of your chosen resource group with an additional 100 GiB data disk attached to the VM. Additional charges apply to this image - consult Azure VM Pricing page for details.
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 |
---|---|
adminUsername | User name for the Virtual Machine. |
adminPassword | Password for the Virtual Machine. |
dnsLabelPrefix | Unique DNS Name for the Public IP used to access the Virtual Machine. |
suseOSVersion | The SLES version for the VM. This will pick the latest available image of this given SLES version. |
location | Location for all resources. |
Bruke malen
PowerShell
New-AzureRmResourceGroupDeployment -Name <deployment-name> -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/vm-simple-sles/azuredeploy.jsonInstallere og konfigurere Azure PowerShell
Kommandolinje
azure config mode armInstaller og konfigurer Azures kommandolinjegrensesnitt for alle plattformer
azure group deployment create <my-resource-group> <my-deployment-name> --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/vm-simple-sles/azuredeploy.json