Skip to content

Commit c185f72

Browse files
author
Kimmo Forss
committed
Deployer configuration updates
1 parent b8f4de9 commit c185f72

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/virtual-machines/workloads/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: virtual-machines-sap
1010
---
@@ -113,6 +113,7 @@ This table shows the parameters related to the deployer virtual machine.
113113
> | `deployer_private_ip_address` | Defines the Private IP address to use | Optional |
114114
> | `deployer_enable_public_ip` | Defines if the deployer has a public IP | Optional |
115115
> | `auto_configure_deployer` | Defines deployer will be configured with the required software (Terraform and Ansible) | Optional |
116+
> | `add_system_assigned_identity` | Defines deployer will be assigned a system identity | Optional |
116117
117118

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

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

0 commit comments

Comments
 (0)