Skip to content

Commit bbd136b

Browse files
author
Kimmo Forss
committed
Improve readability
1 parent 7f4fa5d commit bbd136b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/sap/automation/configure-workload-zone.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,21 +73,25 @@ This table contains the networking parameters.
7373
> | `network_name` | The name of the network | Optional | |
7474
> | `network_arm_id` | The Azure resource identifier for the virtual network | Optional | For brown-field deployments |
7575
> | `network_address_space` | The address range for the virtual network | Mandatory | For green-field deployments |
76+
> | | | | |
7677
> | `admin_subnet_address_prefix` | The address range for the `admin` subnet | Mandatory | For green-field deployments |
7778
> | `admin_subnet_arm_id` | The Azure resource identifier for the `admin` subnet | Mandatory | For brown-field deployments |
7879
> | `admin_subnet_name` | The name of the `admin` subnet | Optional | |
7980
> | `admin_subnet_nsg_name` | The name of the `admin`network security group | Optional | |
8081
> | `admin_subnet_nsg_arm_id` | The Azure resource identifier for the `admin` network security group | Mandatory | For brown-field deployments |
82+
> | | | | |
8183
> | `db_subnet_address_prefix` | The address range for the `db` subnet | Mandatory | For green-field deployments |
8284
> | `db_subnet_arm_id` | The Azure resource identifier for the `db` subnet | Mandatory | For brown-field deployments |
8385
> | `db_subnet_name` | The name of the `db` subnet | Optional | |
8486
> | `db_subnet_nsg_name` | The name of the `db` network security group | Optional | |
8587
> | `db_subnet_nsg_arm_id` | The Azure resource identifier for the `db` network security group | Mandatory | For brown-field deployments |
88+
> | | | | |
8689
> | `app_subnet_address_prefix` | The address range for the `app` subnet | Mandatory | For green-field deployments |
8790
> | `app_subnet_arm_id` | The Azure resource identifier for the `app` subnet | Mandatory | For brown-field deployments |
8891
> | `app_subnet_name` | The name of the `app` subnet | Optional | |
8992
> | `app_subnet_nsg_name` | The name of the `app` network security group | Optional | |
9093
> | `app_subnet_nsg_arm_id` | The Azure resource identifier for the `app` network security group | Mandatory | For brown-field deployments |
94+
> | | | | |
9195
> | `web_subnet_address_prefix` | The address range for the `web` subnet | Mandatory | For green-field deployments |
9296
> | `web_subnet_arm_id` | The Azure resource identifier for the `web` subnet | Mandatory | For brown-field deployments |
9397
> | `web_subnet_name` | The name of the `web` subnet | Optional | |
@@ -203,13 +207,13 @@ This table defines the parameters used for defining the key vault information.
203207
> | `create_transport_storage` | If defined, create storage for the transport directories. | Optional | |
204208
> | `export_install_path` | If provided, export mount path for the installation media. | Optional | |
205209
> | `export_transport_path` | If provided, export mount path for the transport share. | Optional | |
210+
> | `install_always_create_fileshares` | Always create file shares. | Optional | |
206211
> | `install_private_endpoint_id` | Azure resource ID for the `install` private endpoint. | Optional | For existing endpoints |
207-
> | `transport_private_endpoint_id` | Azure resource ID of the key vault's private endpoint | Optional | |
208212
> | `install_volume_size` | Defines the size (in GB) for the `install` volume. | Optional | |
209213
> | `NFS_provider` | Defines what NFS back end to use. | Optional | The options are `AFS` for Azure Files NFS or `ANF` for Azure NetApp Files, `NONE` for NFS from the SCS server, or `NFS` for an external NFS solution. |
214+
> | `transport_private_endpoint_id` | Azure resource ID of the key vault's private endpoint | Optional | |
210215
> | `transport_volume_size` | Defines the size (in GB) for the `transport` volume. | Optional | |
211216
> | `use_AFS_for_installation_media` | If provided, uses AFS for the installation media. | Optional | |
212-
> | `install_always_create_fileshares` | Always create file shares. | Optional | |
213217
214218
### Azure Files NFS support
215219

0 commit comments

Comments
 (0)