Skip to content

Commit d21ba8a

Browse files
Merge pull request #229513 from KimForss/main
Deployer configuration update
2 parents ec80e84 + b83da52 commit d21ba8a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Configure your deployment control plane for the SAP on Azure Deploy
44
author: kimforss
55
ms.author: kimforss
66
ms.reviewer: kimforss
7-
ms.date: 12/28/2022
7+
ms.date: 03/05/2023
88
ms.topic: conceptual
99
ms.service: sap-on-azure
1010
ms.subservice: sap-automation
@@ -114,6 +114,7 @@ This table shows the parameters related to the deployer virtual machine.
114114
> | `deployer_private_ip_address` | Defines the Private IP address to use | Optional |
115115
> | `deployer_enable_public_ip` | Defines if the deployer has a public IP | Optional |
116116
> | `auto_configure_deployer` | Defines deployer will be configured with the required software (Terraform and Ansible) | Optional |
117+
> | `add_system_assigned_identity` | Defines deployer will be assigned a system identity | Optional |
117118
118119

119120
The Virtual Machine image is defined using the following structure:
@@ -171,10 +172,10 @@ The table below defines the parameters used for defining the Key Vault informati
171172
> [!div class="mx-tdCol2BreakAll "]
172173
> | Variable | Description | Type |
173174
> | ----------------------------------- | -------------------------------------------------------------------- | -------- |
174-
> | `use_custom_dns_a_registration` | Use an existing Private DNS zone | Optional |
175+
> | `dns_label` | DNS name of the private DNS zone | Optional |
176+
> | `use_custom_dns_a_registration` | Uses an external system for DNS, set to false for Azure native | Optional |
175177
> | `management_dns_subscription_id` | Subscription ID for the subscription containing the Private DNS Zone | Optional |
176178
> | `management_dns_resourcegroup_name` | Resource group containing the Private DNS Zone | Optional |
177-
> | `dns_label` | DNS name of the private DNS zone | Optional |
178179
179180

180181
### Other parameters
@@ -184,6 +185,7 @@ The table below defines the parameters used for defining the Key Vault informati
184185
> | -------------------------------------------- | ---------------------------------------------------------------------- | ----------- | ----------------------------- |
185186
> | `firewall_deployment` | Boolean flag controlling if an Azure firewall is to be deployed | Optional | |
186187
> | `bastion_deployment` | Boolean flag controlling if Azure Bastion host is to be deployed | Optional | |
188+
> | `bastion_sku` | SKU for Azure Bastion host to be deployed (Basic/Standard) | Optional | |
187189
> | `enable_purge_control_for_keyvaults` | Boolean flag controlling if purge control is enabled on the Key Vault. | Optional | Use only for test deployments |
188190
> | `use_private_endpoint` | Use private endpoints | Optional |
189191
> | `use_service_endpoint` | Use service endpoints for subnets | Optional |

0 commit comments

Comments
 (0)