sapien47 / sap-hana-bicep

Automatic deployment of SAP HANA on Azure using Bicep

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SAP HANA Deployment via Bicep

The repository is used to install SAP HANA on a single VM using the Bicep language. It applies a similar logic as the SAP-HANA-ARM repository:

  1. infrastracture deployment with predefined SKUs and recommended disk layout
  2. custom script extension for the OS update and configuration of the VM
  3. installation of SAP HANA using SAP media located in the defined Storage Account
  4. preparation for Azure backup with SAP HANA

Deployment steps

At this time (December 2021), there is no direct way to deploy Bicep files through Azure portal (as with ARM templates). However, we can use Azure CLI or PowerShell for the local deployment.

Don't forget to download the media (SAP HANA server package + SAPCAR) and provide access to your storage account including the SAS token.

git clone https://github.com/1lomeno3/sap-hana-bicep.git
cd sap-hana-bicep
az deployment sub create -l westeurope -f main.bicep -p parameters-newvnet.json

Parameters

List of parameters which are not defined in the bicep file or in the parameter file:

Links

https://docs.microsoft.com/en-us/azure/azure-resource-manager/bicep/overview
https://docs.microsoft.com/en-us/learn/paths/fundamentals-bicep
https://github.com/Azure/bicep

About

Automatic deployment of SAP HANA on Azure using Bicep


Languages

Language:Bicep 55.3%Language:Shell 44.7%