SAP NetWeaver 3-tier multi SID (A)SCS (managed disks)
This template allows you to deploy a VM using a operating system that is supported by SAP.
Ezt az Azure Resource Manager-sablont (ARM-sablont) nem a Microsoft, hanem a közösség egyik tagja készítette. Az egyes ARM-sablonok nem a Microsofttól, hanem a sablon tulajdonosától licencelhetők licencszerződés keretében. A Microsoft semmilyen felelősséget nem vállalal a közösség tagjai által biztosított és licencbe adott ARM-sablonokért, és azokat a biztonság, kompatibilitás és teljesítmény szempontjából nem ellenőrzi. A közösségi ARM-sablonokat a Microsoft semmilyen terméktámogatási programja vagy szolgáltatása nem támogatja, és ezek „adott állapotukban” állnak rendelkezésre, mindennemű garancia nélkül.
Paraméterek
Paraméter neve | Leírás |
---|---|
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. |
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. |
A sablon használata
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-md/azuredeploy.jsonAz Azure PowerShell telepítése és konfigurálása
Parancssor
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-md/azuredeploy.jsonAz Azure többplatformos parancssori felületének telepítése és beállítása