This template allows you to deploy a VM using a operating system that is supported by SAP.
Este modelo de Gestor de Recursos do Azure (Azure Resource Manager, ARM) foi criado por um membro da comunidade e não pela Microsoft. Cada modelo de ARM está licenciado para si ao abrigo de um contrato de licença pelo respetivo proprietário e não pela Microsoft. A Microsoft não é responsável por modelos de ARM fornecidos e licenciados por membros da comunidade e não os analisa quanto a a segurança, compatibilidade ou desempenho. Os modelos de ARM da comunidade não são suportados ao abrigo de nenhum programa de suporte ou serviço da Microsoft e são disponibilizados TAL COMO ESTÃO sem qualquer tipo de garantia.
Parâmetros
Nome do Parâmetro | Descrição |
---|---|
sapSystemId | SAP System ID. |
osType | The type of the operating system you want to deploy. |
sapSystemSize | The size of the SAP System you want to deploy. |
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. |
subnetId | The id of the subnet you want to use. |
_artifactsLocation | The base URI where artifacts required by this template are located. When the template is deployed using the accompanying scripts, a private location in the subscription will be used and this value will be automatically generated. |
_artifactsLocationSasToken | The sasToken required to access _artifactsLocation. When the template is deployed using the accompanying scripts, a sasToken will be automatically generated. |
Utilizar o modelo
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-apps-md/azuredeploy.jsonInstalar e configurar o PowerShell para Azure
Linha de comandos
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-apps-md/azuredeploy.jsonInstalar e Configurar a Interface de Linha de Comandos para Várias Plataformas do Azure