Skip to content

Commit ee8617d

Browse files
Merge pull request #209031 from KimForss/main
ANF Updates
2 parents 6a104b7 + 349d623 commit ee8617d

File tree

2 files changed

+40
-34
lines changed

2 files changed

+40
-34
lines changed

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

Lines changed: 31 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -336,32 +336,37 @@ By default the SAP System deployment uses the credentials from the SAP Workload
336336
### Azure NetApp Files Support
337337

338338
> [!div class="mx-tdCol2BreakAll "]
339-
> | Variable | Description | Type | Notes |
340-
> | ---------------------------------- | -----------------------------------------------------------------------| ----------- | --------------------------- |
341-
> | `ANF_use_for_HANA_data` | Create Azure NetApp Files volume for HANA data. | Optional | |
342-
> | `ANF_use_existing_data_volume` | Use existing Azure NetApp Files volume for HANA data. | Optional | Use for pre-created volumes |
343-
> | `ANF_data_volume_name` | Azure NetApp Files volume name for HANA data. | Optional | |
344-
> | `ANF_HANA_data_volume_size` | Azure NetApp Files volume size in GB for HANA data. | Optional | default size 256 |
345-
> | | | | |
346-
> | `ANF_use_for_HANA_log` | Create Azure NetApp Files volume for HANA log. | Optional | |
347-
> | `ANF_use_existing_log_volume` | Use existing Azure NetApp Files volume for HANA log. | Optional | Use for pre-created volumes |
348-
> | `ANF_log_volume_name` | Azure NetApp Files volume name for HANA log. | Optional | |
349-
> | `ANF_HANA_log_volume_size` | Azure NetApp Files volume size in GB for HANA log. | Optional | default size 128 |
350-
> | | | | |
351-
> | `ANF_use_for_HANA_shared` | Create Azure NetApp Files volume for HANA shared. | Optional | |
352-
> | `ANF_use_existing_shared_volume` | Use existing Azure NetApp Files volume for HANA shared. | Optional | Use for pre-created volumes |
353-
> | `ANF_shared_volume_name` | Azure NetApp Files volume name for HANA shared. | Optional | |
354-
> | `ANF_HANA_shared_volume_size` | Azure NetApp Files volume size in GB for HANA shared. | Optional | default size 128 |
355-
> | | | | |
356-
> | `ANF_use_for_sapmnt` | Create Azure NetApp Files volume for sapmnt. | Optional | |
357-
> | `ANF_use_existing_sapmnt_volume` | Use existing Azure NetApp Files volume for sapmnt. | Optional | Use for pre-created volumes |
358-
> | `ANF_sapmnt_volume_name` | Azure NetApp Files volume name for sapmnt. | Optional | |
359-
> | `ANF_sapmnt_volume_size` | Azure NetApp Files volume size in GB for sapmnt. | Optional | default size 128 |
360-
> | | | | |
361-
> | `ANF_use_for_usrsap` | Create Azure NetApp Files volume for usrsap. | Optional | |
362-
> | `ANF_use_existing_usrsap_volume` | Use existing Azure NetApp Files volume for usrsap. | Optional | Use for pre-created volumes |
363-
> | `ANF_usrsap_volume_name` | Azure NetApp Files volume name for usrsap. | Optional | |
364-
> | `ANF_usrsap_volume_size` | Azure NetApp Files volume size in GB for usrsap. | Optional | default size 128 |
339+
> | Variable | Description | Type | Notes |
340+
> | ----------------------------------- | -----------------------------------------------------------------------| ----------- | --------------------------- |
341+
> | `ANF_HANA_data` | Create Azure NetApp Files volume for HANA data. | Optional | |
342+
> | `ANF_HANA_data_use_existing_volume` | Use existing Azure NetApp Files volume for HANA data. | Optional | Use for pre-created volumes |
343+
> | `ANF_HANA_data_volume_name` | Azure NetApp Files volume name for HANA data. | Optional | |
344+
> | `ANF_HANA_data_volume_size` | Azure NetApp Files volume size in GB for HANA data. | Optional | default size 256 |
345+
> | `ANF_HANA_data_volume_throughput` | Azure NetApp Files volume throughput for HANA data. | Optional | default is 128 MBs/s |
346+
> | | | | |
347+
> | `ANF_HANA_log` | Create Azure NetApp Files volume for HANA log. | Optional | |
348+
> | `ANF_HANA_log_use_existing` | Use existing Azure NetApp Files volume for HANA log. | Optional | Use for pre-created volumes |
349+
> | `ANF_HANA_log_volume_name` | Azure NetApp Files volume name for HANA log. | Optional | |
350+
> | `ANF_HANA_log_volume_size` | Azure NetApp Files volume size in GB for HANA log. | Optional | default size 128 |
351+
> | `ANF_HANA_log_volume_throughput` | Azure NetApp Files volume throughput for HANA log. | Optional | default is 128 MBs/s |
352+
> | | | | |
353+
> | `ANF_HANA_shared` | Create Azure NetApp Files volume for HANA shared. | Optional | |
354+
> | `ANF_HANA_shared_use_existing` | Use existing Azure NetApp Files volume for HANA shared. | Optional | Use for pre-created volumes |
355+
> | `ANF_HANA_shared_volume_name` | Azure NetApp Files volume name for HANA shared. | Optional | |
356+
> | `ANF_HANA_shared_volume_size` | Azure NetApp Files volume size in GB for HANA shared. | Optional | default size 128 |
357+
> | `ANF_HANA_shared_volume_throughput` | Azure NetApp Files volume throughput for HANA shared. | Optional | default is 128 MBs/s |
358+
> | | | | |
359+
> | `ANF_sapmnt` | Create Azure NetApp Files volume for sapmnt. | Optional | |
360+
> | `ANF_sapmnt_use_existing_volume` | Use existing Azure NetApp Files volume for sapmnt. | Optional | Use for pre-created volumes |
361+
> | `ANF_sapmnt_volume_name` | Azure NetApp Files volume name for sapmnt. | Optional | |
362+
> | `ANF_sapmnt_volume_size` | Azure NetApp Files volume size in GB for sapmnt. | Optional | default size 128 |
363+
> | `ANF_sapmnt_throughput` | Azure NetApp Files volume throughput for sapmnt. | Optional | default is 128 MBs/s |
364+
> | | | | |
365+
> | `ANF_usr_sap` | Create Azure NetApp Files volume for usrsap. | Optional | |
366+
> | `ANF_usr_sap_use_existing` | Use existing Azure NetApp Files volume for usrsap. | Optional | Use for pre-created volumes |
367+
> | `ANF_usr_sap_volume_name` | Azure NetApp Files volume name for usrsap. | Optional | |
368+
> | `ANF_usr_sap_volume_size` | Azure NetApp Files volume size in GB for usrsap. | Optional | default size 128 |
369+
> | `ANF_usr_sap_throughput` | Azure NetApp Files volume throughput for usrsap. | Optional | default is 128 MBs/s |
365370
366371

367372
## Oracle parameters

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -187,22 +187,23 @@ use_private_endpoint = true
187187
> [!div class="mx-tdCol2BreakAll "]
188188
> | Variable | Description | Type | Notes |
189189
> | ------------------------------------ | -----------------------------------------------------------------------| ----------- | ------ |
190-
> | `ANF_account_arm_id` | Azure resource identifier for the Azure NetApp Files Account. | Optional | For brown field deployments. |
191190
> | `ANF_account_name` | Name for the Azure NetApp Files Account. | Optional | |
192191
> | `ANF_service_level` | Service level for the Azure NetApp Files Capacity Pool. | Optional | |
193-
> | `ANF_use_existing_pool` | Use existing the Azure NetApp Files Capacity Pool. | Optional | |
194192
> | `ANF_pool_size` | The size (in GB) of the Azure NetApp Files Capacity Pool. | Optional | |
193+
> | `ANF_qos_type` | The Quality of Service type of the pool (Auto or Manual). | Optional | |
194+
> | `ANF_use_existing_pool` | Use existing the Azure NetApp Files Capacity Pool. | Optional | |
195195
> | `ANF_pool_name` | The name of the Azure NetApp Files Capacity Pool. | Optional | |
196+
> | `ANF_account_arm_id` | Azure resource identifier for the Azure NetApp Files Account. | Optional | For brown field deployments. |
196197
> | | | | |
197-
> | `ANF_use_existing_transport_volume` | Defines if an existing transport volume is used. | Optional | |
198-
> | `ANF_transport_volume_name` | Defines the transport volume name. | Optional | |
198+
> | `ANF_transport_volume_use_existing` | Defines if an existing transport volume is used. | Optional | |
199+
> | `ANF_transport_volume_name` | Defines the transport volume name. | Optional | For brown field deployments. |
199200
> | `ANF_transport_volume_size` | Defines the size of the transport volume in GB. | Optional | |
200201
> | `ANF_transport_volume_throughput` | Defines the throughput of the transport volume. | Optional | |
201202
> | | | | |
202-
> | `ANF_use_existing_install_volume` | Defines if an existing install volume is used. | Optional | |
203-
> | `ANF_install_volume_name` | Defines the install volume name. | Optional | |
204-
> | `ANF_install_volume_size` | Defines the size of the install volume in GB. | Optional | |
205-
> | `ANF_install_volume_throughput` | Defines the throughput of the install volume. | Optional | |
203+
> | `ANF_install_volume_use_existing` | Defines if an existing install volume is used. | Optional | |
204+
> | `ANF_install_volume_name` | Defines the install volume name. | Optional | For brown field deployments. |
205+
> | `ANF_install_volume_size` | Defines the size of the install volume in GB. | Optional | |
206+
> | `ANF_install_volume_throughput` | Defines the throughput of the install volume. | Optional | |
206207
207208

208209
**Minimum required ANF definition**

0 commit comments

Comments
 (0)