WORKSPACES/SYSTEM/DEV-WEEU-SAP01-X00/sap-parameters.yaml (13 lines of code) (raw):
---
#############################################################################
# Application tier #
#############################################################################
# sap_sid is the application SID
sap_sid: X00
# scs_high_availability is a boolean flag indicating
# if the SAP Central Services are deployed using high availability
scs_high_availability: true
scs_cluster_type: AFA
#############################################################################
# Database tier #
#############################################################################
# sap_sid is the database SID
db_sid: HDB
db_instance_number: "00"
# platform defines the database platform
# valid values are:HANA
platform: HANA
database_high_availability: true
database_cluster_type: AFA
#############################################################################
# Storage Profile #
#############################################################################
NFS_provider: AFS
#############################################################################
# Key Vault Parameters (optional) #
#############################################################################
key_vault_id: /subscriptions/<subscription-id>/resourceGroups/<resource-group>/providers/Microsoft.KeyVault/vaults/<key-vault-name>
secret_id: https://<key-vault-name>.vault.azure.net/secrets/<secret-name>/<id>
#############################################################################
# MSI Client ID #
#############################################################################
# The MSI Client ID is used to authenticate to Azure services
# and is required if the management server uses user assigned managed identity
user_assigned_identity_client_id: "00000000-0000-0000-0000-000000000000"