Skip to content

Commit b316a22

Browse files
author
Kimmo Forss
committed
back tick
1 parent cb19b88 commit b316a22

File tree

1 file changed

+22
-24
lines changed

1 file changed

+22
-24
lines changed

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

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Overview of the SAP workload zone configuration process within the
44
author: kimforss
55
ms.author: kimforss
66
ms.reviewer: kimforss
7-
ms.date: 11/17/2021
7+
ms.date: 08/13/2022
88
ms.topic: conceptual
99
ms.service: virtual-machines-sap
1010
---
@@ -40,14 +40,14 @@ The table below contains the parameters that define the resource group.
4040
> [!div class="mx-tdCol2BreakAll "]
4141
> | Variable | Description | Type |
4242
> | ----------------------- | -------------------------------------------------------- | ---------- |
43-
> | `resource_group_name` | Name of the resource group to be created | Optional |
43+
> | `resource_group_name` | Name of the resource group to be created | Optional |
4444
> | `resource_group_arm_id` | Azure resource identifier for an existing resource group | Optional |
4545
4646

4747
## Network Parameters
4848

4949
The automation framework supports both creating the virtual network and the subnets For green field deployments. (Green field) or using an existing virtual network and existing subnets For brown field deployments. (Brown field) or a combination of For green field deployments. and For brown field deployments.
50-
- For the green field scenario, the virtual network address space and the subnet address prefixes must be specified
50+
- For the green field scenario, the virtual network address space and the subnet address prefixes must be specified
5151
- For the brown field scenario, the Azure resource identifier for the virtual network and the subnets must be specified
5252

5353
Ensure that the virtual network address space is large enough to host all the resources
@@ -57,8 +57,8 @@ The table below contains the networking parameters.
5757
> [!div class="mx-tdCol2BreakAll "]
5858
> | Variable | Description | Type | Notes |
5959
> | -------------------------------- | --------------------------------------------------------------------- | --------- | ---------------------------- |
60-
> | `network_name` | The name of the network. | Optional | |
61-
> | `network_logical_name` | The logical name of the network, for eaxmple 'SAP01' | Required | Used for resource naming. |
60+
> | `network_name` | The name of the network. | Optional | |
61+
> | `network_logical_name` | The logical name of the network, for eaxmple 'SAP01' | Required | Used for resource naming. |
6262
> | `network_arm_id` | The Azure resource identifier for the virtual network. | Optional | For brown field deployments. |
6363
> | `network_address_space` | The address range for the virtual network. | Mandatory | For green field deployments. |
6464
> | | | | |
@@ -115,12 +115,12 @@ app_subnet_address_prefix = "10.110.32.0/19"
115115

116116
### Authentication Parameters
117117

118-
The table below defines the credentials used for defining the Virtual Machine authentication.
118+
The table below defines the credentials used for defining the Virtual Machine authentication
119119

120120
> [!div class="mx-tdCol2BreakAll "]
121121
> | Variable | Description | Type | Notes |
122122
> | ---------------------------------- | -------------------------------------| ----------- | ------------------- |
123-
> | `automation_username` | Administrator account name | Optional | Default: 'azureadm' |
123+
> | `automation_username` | Administrator account name | Optional | Default: 'azureadm' |
124124
> | `automation_password` | Administrator password | Optional | |
125125
> | `automation_path_to_public_key` | Path to existing public key | Optional | |
126126
> | `automation_path_to_private_key` | Path to existing private key | Optional | |
@@ -135,25 +135,23 @@ automation_username = "azureadm"
135135

136136
## Key Vault Parameters
137137

138-
The table below defines the parameters used for defining the Key Vault information.
138+
The table below defines the parameters used for defining the Key Vault information
139139

140140
> [!div class="mx-tdCol2BreakAll "]
141-
> | Variable | Description | Type | Notes |
142-
> | ---------------------------------------------- | ------------------------------------------------------------------------------ | ------------ | ----------------------------------- |
143-
> | `user_keyvault_id` | Azure resource identifier for existing system credentials key vault | Optional | |
144-
> | `spn_keyvault_id` | Azure resource identifier for existing deployment credentials (SPNs) key vault | Optional | |
145-
> | `enable_purge_control_for_keyvaults | Disables the purge protection for Azure key vaults. | Optional | Only use this for test environments |
146-
> | `additional_users_to_add_to_keyvault_policies` | A list of user object IDs to add to the deployment KeyVault access policies | Optional | |
147-
141+
> | Variable | Description | Type | Notes |
142+
> | ------------------------------------- | ------------------------------------------------------------------------------ | ------------ | ----------------------------------- |
143+
> | `user_keyvault_id` | Azure resource identifier for existing system credentials key vault | Optional | |
144+
> | `spn_keyvault_id` | Azure resource identifier for existing deployment credentials (SPNs) key vault | Optional | |
145+
> | `enable_purge_control_for_keyvaults` | Disables the purge protection for Azure key vaults. | Optional | Only use this for test environments |
148146
149147
## Private DNS
150148

151149

152150
> [!div class="mx-tdCol2BreakAll "]
153-
> | Variable | Description | Type |
154-
> | ---------------------------------- | -------------------------------------------------------------- | ----------- |
155-
> | `dns_label` | If specified, is the DNS name of the private DNS zone | Optional |
156-
> | `dns_resource_group_name` | The name of the resource group containing the Private DNS zone | Optional |
151+
> | Variable | Description | Type |
152+
> | ---------------------------------- | -------------------------------------------------------------- | ----------- |
153+
> | `dns_label` | If specified, is the DNS name of the private DNS zone | Optional |
154+
> | `dns_resource_group_name` | The name of the resource group containing the Private DNS zone | Optional |
157155
158156
## NFS Support
159157

@@ -237,26 +235,26 @@ ANF_service_level = "Ultra"
237235
> | `iscsi_subnet_arm_id` | The Azure resource identifier for the `iscsi` subnet. | Mandatory | For brown field deployments. |
238236
> | `iscsi_subnet_nsg_name` | The name of the `iscsi` Network Security Group name | Optional | |
239237
> | `iscsi_subnet_nsg_arm_id` | The Azure resource identifier for the `iscsi` Network Security Group | Mandatory | For brown field deployments. |
240-
> | `iscsi_count` | The number of iSCSI Virtual Machines | Optional | |
238+
> | `iscsi_count` | The number of iSCSI Virtual Machines | Optional | |
241239
> | `iscsi_use_DHCP` | Controls whether to use dynamic IP addresses provided by the Azure subnet | Optional | |
242240
> | `iscsi_image` | Defines the Virtual machine image to use, see below | Optional | |
243241
> | `iscsi_authentication_type` | Defines the default authentication for the iSCSI Virtual Machines | Optional | |
244242
> | `iscsi__authentication_username` | Administrator account name | Optional | |
245243
> | `iscsi_nic_ips` | IP addresses for the iSCSI Virtual Machines | Optional | ignored if `iscsi_use_DHCP` is defined |
246-
244+
247245

248246
## Terraform Parameters
249247

250-
The table below contains the Terraform parameters. These parameters need to be entered manually if not using the deployment scripts.
248+
The table below contains the Terraform parameters. These parameters need to be entered manually if not using the deployment scripts.
251249

252250

253251
| Variable | Description | Type |
254-
| ----------------------- | ---------- | ------------------------------------- |
252+
| ----------------------- | ---------- | ------------------------------------- |
255253
| `tfstate_resource_id` | Azure resource identifier for the Storage account in the SAP Library that will contain the Terraform state files | Required |
256254
| `deployer_tfstate_key` | The name of the state file for the Deployer | Required |
257255

258256

259257
## Next Step
260258

261259
> [!div class="nextstepaction"]
262-
> [About SAP system deployment in automation framework](automation-deploy-workload-zone.md)
260+
> [About SAP system deployment in automation framework](automation-deploy-workload-zone.md)

0 commit comments

Comments
 (0)