This template allows you to deploy a VM using a operating system that is supported by SAP.
此 Azure Resource Manager (ARM) 模板由社区的某个成员(而不是由 Microsoft)创建。每个 ARM 模板都根据其所有者(不是 Microsoft)的许可协议向你授予许可。Microsoft 不对由社区成员提供并授予许可的 ARM 模板负责,并且不针对安全性、兼容性和性能进行筛选。社区 ARM 模板不由任何 Microsoft 支持计划或服务提供支持,按“原样”提供,没有任何种类的担保。
参数
参数名 | 说明 |
---|---|
resourcePrefix | The prefix that should be used to create the resource names. |
stackType | The stack type of the SAP system. |
osType | The type of the operating system you want to deploy. |
sapSystemCount | The number of SAP systems of this multi SID setup. |
systemAvailability | Determines whether this is a high available deployment or not. A HA deployment contains multiple instances of single point of failures. |
adminUsername | Username for the Virtual Machine. |
adminPassword | Password for the Virtual Machine. |
newOrExistingSubnet | Determines whether a new virtual network and subnet should be created or an existing subnet should be used. |
subnetId | The id of the subnet you want to use. |
使用模板
PowerShell
New-AzureRmResourceGroupDeployment -Name <deployment-name> -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/sap-3-tier-marketplace-image-multi-sid-xscs/azuredeploy.json安装和配置 Azure PowerShell
命令行
azure config mode arm azure group deployment create <my-resource-group> <my-deployment-name> --template-uri https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/sap-3-tier-marketplace-image-multi-sid-xscs/azuredeploy.json安装和配置 Azure 跨平台命令行界面