Skip to content

Commit a516ac0

Browse files
authored
Update parameters in configure-control-plane.md
1 parent 6058a99 commit a516ac0

1 file changed

Lines changed: 17 additions & 15 deletions

File tree

articles/sap/automation/configure-control-plane.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,15 @@ This table shows the Terraform parameters. These parameters need to be entered
4545
This table shows the parameters that define the resource naming.
4646

4747
> [!div class="mx-tdCol2BreakAll "]
48-
> | Variable | Description | Type | Notes |
49-
> | -------------------------------- | ---------------------------------------------------- | ---------- | ------------------------------------------------------------------------------------------- |
50-
> | `environment` | Identifier for the control plane (max 5 characters). | Mandatory | For example, `PROD` for a production environment and `NP` for a nonproduction environment. |
51-
> | `location` | Azure region in which to deploy. | Required | Use lowercase. |
52-
> | `codename` | Additional component for naming the resources. | Optional | |
53-
> | `name_override_file` | Name override file. | Optional | See [Custom naming](naming-module.md). |
54-
> | `place_delete_lock_on_resources` | Place a delete lock on the key resources. | Optional | |
48+
> | Variable | Description | Type | Notes |
49+
> | ---------------------------------------- | ------------------------------------------------------------- | ---------- | ------------------------------------------------------------------------------------------- |
50+
> | `environment` | Identifier for the control plane (max 5 characters). | Mandatory | For example, `PROD` for a production environment and `NP` for a nonproduction environment. |
51+
> | `location` | Azure region in which to deploy. | Required | Use lowercase. |
52+
> | `codename` | Additional component for naming the resources. | Optional | |
53+
> | `subscription_id` | Azure subscription id for the deployment. | Mandatory | Will be automatically set when using the deployment scripts. |
54+
> | `name_override_file` | Name override file. | Optional | See [Custom naming](naming-module.md). |
55+
> | `place_delete_lock_on_resources` | Place a delete lock on the key resources. | Optional | |
56+
> | `prevent_deletion_if_contains_resources` | Controls resource group deletion. | Optional | If set to `false` Terraform will delete the resource group even if it contains resources. |
5557
5658
### Resource group
5759

@@ -88,18 +90,20 @@ This table shows the networking parameters.
8890
> | | | | |
8991
> | `management_subnet_name` | The name of the subnet | Optional | |
9092
> | `management_subnet_address_prefix` | The address range for the subnet | Mandatory | For green-field deployments |
91-
> | `management_subnet_arm_id` | The Azure resource identifier for the subnet | Mandatory | For brown-field deployments |
93+
> | `management_subnet_arm_id` | The Azure resource identifier for the subnet | Mandatory | For brown-field deployments |
9294
> | `management_subnet_nsg_name` | The name of the network security group | Optional | |
9395
> | `management_subnet_nsg_arm_id` | The Azure resource identifier for the network security group | Mandatory | For brown-field deployments |
9496
> | `management_subnet_nsg_allowed_ips` | Range of allowed IP addresses to add to Azure Firewall | Optional | |
9597
> | | | | |
96-
> | `management_firewall_subnet_arm_id` | The Azure resource identifier for the Azure Firewall subnet | Mandatory | For brown-field deployments |
98+
> | `firewall_deployment` | Boolean flag that controls if an Azure firewall is to be deployed. | Optional | |
99+
> | `management_firewall_subnet_arm_id` | The Azure resource identifier for the Azure Firewall subnet | Mandatory | For brown-field deployments |
97100
> | `management_firewall_subnet_address_prefix` | The address range for the subnet | Mandatory | For green-field deployments |
98101
> | | | | |
99-
> | `management_bastion_subnet_arm_id` | The Azure resource identifier for the Azure Bastion subnet | Mandatory | For brown-field deployments |
102+
> | `bastion_deployment` | Boolean flag that controls if Azure Bastion host is to be deployed. | Optional | |
103+
> | `management_bastion_subnet_arm_id` | The Azure resource identifier for the Azure Bastion subnet | Mandatory | For brown-field deployments |
100104
> | `management_bastion_subnet_address_prefix` | The address range for the subnet | Mandatory | For green-field deployments |
101105
> | | | | |
102-
> | `webapp_subnet_arm_id` | The Azure resource identifier for the web app subnet | Mandatory | For brown-field deployments |
106+
> | `webapp_subnet_arm_id` | The Azure resource identifier for the web app subnet | Mandatory | For brown-field deployments |
103107
> | `webapp_subnet_address_prefix` | The address range for the subnet | Mandatory | For green-field deployments |
104108
> | | | | |
105109
> | `use_private_endpoint` | Use private endpoints. | Optional | |
@@ -117,8 +121,8 @@ This table shows the parameters related to the deployer VM.
117121
> | ------------------------------- | ---------------------------------------------------------------------------------------- | ---------- |
118122
> | `deployer_size` | Defines the VM SKU to use, default: Standard_D4ds_v4 | Optional |
119123
> | `deployer_count` | Defines the number of deployers | Optional |
120-
> | `deployer_image` | Defines the VM image to use, default: Ubuntu 22.04 | Optional |
121-
> | `plan` | Defines the plan associated to the VM image | Optional |
124+
> | `deployer_image` | Defines the VM image to use, default: Ubuntu 24.04 | Optional |
125+
> | `plan` | Defines the plan associated to the VM image | Optional |
122126
> | `deployer_disk_type` | Defines the disk type, default: Premium_LRS | Optional |
123127
> | `deployer_use_DHCP` | Controls if the Azure subnet-provided IP addresses should be used (dynamic) true | Optional |
124128
> | `deployer_private_ip_address` | Defines the private IP address to use | Optional |
@@ -192,8 +196,6 @@ This section defines the parameters used for defining the Azure Key Vault inform
192196
> [!div class="mx-tdCol2BreakAll "]
193197
> | Variable | Description | Type | Notes |
194198
> | -------------------------------------------- | ---------------------------------------------------------------------------- | ----------- | ----------------------------- |
195-
> | `firewall_deployment` | Boolean flag that controls if an Azure firewall is to be deployed. | Optional | |
196-
> | `bastion_deployment` | Boolean flag that controls if Azure Bastion host is to be deployed. | Optional | |
197199
> | `bastion_sku` | SKU for Azure Bastion host to be deployed (Basic/Standard). | Optional | |
198200
> | `enable_purge_control_for_keyvaults` | Boolean flag that controls if purge control is enabled on the key vault. | Optional | Use only for test deployments. |
199201
> | `enable_firewall_for_keyvaults_and_storage` | Restrict access to selected subnets. | Optional |

0 commit comments

Comments
 (0)