Skip to content

Commit b9f6971

Browse files
Merge pull request #235346 from KimForss/main
Parameter updates
2 parents 6705416 + 5f7ae2b commit b9f6971

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/sap/automation/configure-system.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,16 +115,17 @@ The database tier defines the infrastructure for the database tier, supported da
115115
> | `database_vm_admin_nic_ips` | Defines the IP addresses for the database servers (admin subnet). | Optional | |
116116
> | `database_vm_image` | Defines the Virtual machine image to use, see below. | Optional | |
117117
> | `database_vm_authentication_type` | Defines the authentication type (key/password). | Optional | |
118-
> | `database_no_avset` | Controls if the database virtual machines are deployed without availability sets. | Optional | default is false |
119-
> | `database_no_ppg` | Controls if the database servers will not be placed in a proximity placement group. | Optional | default is false |
120-
> | `database_vm_avset_arm_ids` | Defines the existing availability sets Azure resource IDs. | Optional | Primarily used together with ANF pinning|
118+
> | `database_use_avset` | Controls if the database servers are placed in availability sets. | Optional | default is false |
119+
> | `database_use_ppg` | Controls if the database servers will be placed in a proximity placement groups. | Optional | default is true |
120+
> | `database_vm_avset_arm_ids` | Defines the existing availability sets Azure resource IDs. | Optional | Primarily used with ANF pinning |
121121
> | `hana_dual_nics` | Controls if the HANA database servers will have dual network interfaces. | Optional | default is true |
122122
123123
The Virtual Machine and the operating system image is defined using the following structure:
124124

125125
```python
126126
{
127127
os_type="linux"
128+
type="marketplace"
128129
source_image_id=""
129130
publisher="SUSE"
130131
offer="sles-sap-15-sp3"

0 commit comments

Comments
 (0)