Skip to content

Commit 1449ca1

Browse files
author
Kimmo Forss
committed
Add use_service_endpoint flag
1 parent 0f1e806 commit 1449ca1

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

articles/virtual-machines/workloads/sap/automation-configure-control-plane.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ The table below defines the parameters used for defining the Key Vault informati
164164
> | `firewall_deployment` | Boolean flag controlling if an Azure firewall is to be deployed | Optional | |
165165
> | `bastion_deployment` | Boolean flag controlling if Azure Bastion host is to be deployed | Optional | |
166166
> | `enable_purge_control_for_keyvaults` | Boolean flag controlling if purge control is enabled on the Key Vault. | Optional | Use only for test deployments |
167-
> | `use_private_endpoint` | Boolean flag controlling if private endpoints are used. | Optional | Recommended |
167+
> | `use_private_endpoint` | Are private endpoints created for storage accounts and key vaults. | Optional | |
168+
> | `use_service_endpoint` | Are service endpoints defined for the subnets. | Optional | |
168169
169170
### Example parameters file for deployer (required parameters only)
170171

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,11 @@ ANF_service_level = "Ultra"
220220
> [!div class="mx-tdCol2BreakAll "]
221221
> | Variable | Description | Type | Notes |
222222
> | ------------------------------------ | ---------------------------------------------------------------------- | -------- | ------------------------------------- |
223-
> | `enable_purge_control_for_keyvaults` | Boolean flag controlling if purge control is enabled on the Key Vault. | Optional | Use only for test deployments |
224-
> | `use_private_endpoint` | Boolean flag controlling if private endpoints are used for storage accounts and key vaults. | Optional | |
225-
> | `diagnostics_storage_account_arm_id` | The Azure resource identifier for the diagnostics storage account | Required | For brown field deployments. |
226-
> | `witness_storage_account_arm_id` | The Azure resource identifier for the witness storage account | Required | For brown field deployments. |
223+
> | `enable_purge_control_for_keyvaults` | Is purge control is enabled on the Key Vault. | Optional | Use only for test deployments |
224+
> | `use_private_endpoint` | Are private endpoints created for storage accounts and key vaults. | Optional | |
225+
> | `use_service_endpoint` | Are service endpoints defined for the subnets. | Optional | |
226+
> | `diagnostics_storage_account_arm_id` | The Azure resource identifier for the diagnostics storage account | Required | For brown field deployments. |
227+
> | `witness_storage_account_arm_id` | The Azure resource identifier for the witness storage account | Required | For brown field deployments. |
227228
228229

229230
## ISCSI Parameters

0 commit comments

Comments
 (0)