Skip to content

Commit a045533

Browse files
authored
Merge pull request #198295 from KimForss/main
ANF and Oracle parameters
2 parents fddddf2 + be46607 commit a045533

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

articles/virtual-machines/workloads/sap/automation-configure-system.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,32 @@ By default the SAP System deployment uses the credentials from the SAP Workload
298298
> | ---------------------------------- | ----------------------------------------------------------------------- | ----------- |
299299
> | `azure_files_storage_account_id` | If provided the Azure resource ID of the storage account for Azure Files | Optional |
300300
301+
### Azure NetApp Files Support
302+
303+
> [!div class="mx-tdCol2BreakAll "]
304+
> | Variable | Description | Type | Notes |
305+
> | ---------------------------------- | -----------------------------------------------------------------------| ----------- | ------ |
306+
> | `ANF_use_for_HANA_data` | Create Azure NetApp Files volume for HANA data | Optional | |
307+
> | `ANF_use_existing_data_volume` | Use existing Azure NetApp Files volume for HANA data | Optional | Use for pre-created volumes |
308+
> | `ANF_data_volume_name` | Azure NetApp Files volume name for HANA data | Optional | |
309+
> | `ANF_HANA_data_volume_size` | Azure NetApp Files volume size in GB for HANA data | Optional | default size 256 |
310+
> | `ANF_use_for_HANA_log` | Create Azure NetApp Files volume for HANA data | Optional | |
311+
> | `ANF_use_existing_log_volume` | Use existing Azure NetApp Files volume for HANA data | Optional | Use for pre-created volumes |
312+
> | `ANF_log_volume_name` | Azure NetApp Files volume name for HANA data | Optional | |
313+
> | `ANF_HANA_log_volume_size` | Azure NetApp Files volume size in GB for HANA data | Optional | default size 128 |
314+
315+
316+
## Oracle parameters
317+
318+
When deploying Oracle based systems these parameters need to be updated in the sap-parameters.yaml file.
319+
320+
> [!div class="mx-tdCol2BreakAll "]
321+
> | Variable | Description | Type | Notes |
322+
> | ---------------------------------- | -----------------------------------------------------------------------| ----------- | ------ |
323+
> | `ora_release` | Release of Oracle, e.g. 19 | Mandatory | |
324+
> | `ora_version` | Version of Oracle, e.g. 19.0.0 | Mandatory | |
325+
> | `oracle_sbp_patch` | Oracle SBP patch file name, e.g. SAP19P_2202-70004508.ZIP | Mandatory | Must be part of the Bill of Materials |
326+
301327
## Terraform parameters
302328

303329
The table below contains the Terraform parameters, these parameters need to be entered manually if not using the deployment scripts.

articles/virtual-machines/workloads/sap/automation-configure-workload-zone.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,10 @@ The table below defines the parameters used for defining the Key Vault informati
171171
> | `anf_subnet_name` | The name of the ANF subnet | Optional | |
172172
> | `anf_subnet_arm_id` | The Azure resource identifier for the `ANF` subnet | Required | For existing environment deployments |
173173
> | `anf_subnet_address_prefix` | The address range for the `ANF` subnet | Required | For new environment deployments |
174-
> | `transport_volume_size` | Defines the size (in GB) for the 'saptransport' volume | Optional |
175174
176175

177176
## Other Parameters
178177

179-
180178
> [!div class="mx-tdCol2BreakAll "]
181179
> | Variable | Description | Type | Notes |
182180
> | ------------------------------------ | ---------------------------------------------------------------------- | -------- | ------------------------------------- |

0 commit comments

Comments
 (0)