Skip to content

Commit 1771ee2

Browse files
Merge pull request #268512 from KimForss/main
Variable updates
2 parents 2b759d3 + 135fc90 commit 1771ee2

File tree

5 files changed

+406
-305
lines changed

5 files changed

+406
-305
lines changed

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

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,14 @@ xxx_vm_image = {
147147
This section defines the parameters used for defining the VM authentication.
148148

149149
> [!div class="mx-tdCol2BreakAll "]
150-
> | Variable | Description | Type |
151-
> | ------------------------------------------------ | --------------------------------------------------- | --------- |
152-
> | `deployer_vm_authentication_type` | Defines the default authentication for the deployer | Optional |
153-
> | `deployer_authentication_username` | Administrator account name | Optional |
154-
> | `deployer_authentication_password` | Administrator password | Optional |
155-
> | `deployer_authentication_path_to_public_key` | Path to the public key used for authentication | Optional |
156-
> | `deployer_authentication_path_to_private_key` | Path to the private key used for authentication | Optional |
150+
> | Variable | Description | Type |
151+
> | ------------------------------------------------ | ---------------------------------------------------------------------------------------- | --------- |
152+
> | `deployer_vm_authentication_type` | Defines the default authentication for the deployer | Optional |
153+
> | `deployer_authentication_username` | Administrator account name | Optional |
154+
> | `deployer_authentication_password` | Administrator password | Optional |
155+
> | `deployer_authentication_path_to_public_key` | Path to the public key used for authentication | Optional |
156+
> | `deployer_authentication_path_to_private_key` | Path to the private key used for authentication | Optional |
157+
> | `use_spn` | If defined the deployment will be performed using a Service Principal, otherwise an MSI | Optional |
157158
158159
### Key vault parameters
159160

@@ -185,13 +186,15 @@ This section defines the parameters used for defining the Azure Key Vault inform
185186
### Other parameters
186187

187188
> [!div class="mx-tdCol2BreakAll "]
188-
> | Variable | Description | Type | Notes |
189-
> | -------------------------------------------- | ---------------------------------------------------------------------- | ----------- | ----------------------------- |
190-
> | `firewall_deployment` | Boolean flag that controls if an Azure firewall is to be deployed. | Optional | |
191-
> | `bastion_deployment` | Boolean flag that controls if Azure Bastion host is to be deployed. | Optional | |
192-
> | `bastion_sku` | SKU for Azure Bastion host to be deployed (Basic/Standard). | Optional | |
193-
> | `enable_purge_control_for_keyvaults` | Boolean flag that controls if purge control is enabled on the key vault. | Optional | Use only for test deployments. |
194-
> | `enable_firewall_for_keyvaults_and_storage` | Restrict access to selected subnets. | Optional |
189+
> | Variable | Description | Type | Notes |
190+
> | -------------------------------------------- | ---------------------------------------------------------------------------- | ----------- | ----------------------------- |
191+
> | `firewall_deployment` | Boolean flag that controls if an Azure firewall is to be deployed. | Optional | |
192+
> | `bastion_deployment` | Boolean flag that controls if Azure Bastion host is to be deployed. | Optional | |
193+
> | `bastion_sku` | SKU for Azure Bastion host to be deployed (Basic/Standard). | Optional | |
194+
> | `enable_purge_control_for_keyvaults` | Boolean flag that controls if purge control is enabled on the key vault. | Optional | Use only for test deployments. |
195+
> | `enable_firewall_for_keyvaults_and_storage` | Restrict access to selected subnets. | Optional |
196+
> | `Agent_IP` | IP address of the agent. | Optional |
197+
> | `add_Agent_IP` | Controls if Agent IP is added to the key vault and storage account firewalls | Optional |
195198
196199
### Web App parameters
197200

0 commit comments

Comments
 (0)