With the Azure Resource Manager templates below you can deploy Azure infrastructure for various types of SAP systems. As far as possible the resource names like hostname are calculated from the SAP system ID. You can adapt the variables within the templates to your own naming convention.
Deploy a virtual network, 2 subnets, a single network security group, and a storage account for diagnostics
Deploy an Azure NetApp Files account and a capacity pool, if you want to use ANF for shared filesystems like /sapmnt
Note: Disk configurations for SAP HANA are based on the Microsoft recommended layouts at: https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/sap/hana-vm-operations-storage.
You select the disk sizes for executables, datafiles, and transaction logs.
- For a non-redundant system like sandbox, development, etc. deploy:
- one application server VM using template (3)
- one HANA or AnyDB VM using template (4a) or (4b)
- For a fully redundant system like production, deploy:
- one ANF account/pool using template (2) or two NFS VMs using template (3)
- two ASCS VMs using template (3)
- two HANA or AnyDB VMs using template (4a) or (4b)
- any number of application server VMs using template (3)