Skip to content

Commit 8666de0

Browse files
author
Kimmo Forss
committed
DNS Information
1 parent 07b359b commit 8666de0

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

articles/sap/automation/plan-deployment.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,29 @@ use_service_endpoint = true
7171
use_private_endpoint = true
7272
enable_firewall_for_keyvaults_and_storage = true
7373
74-
#management_dns_subscription_id="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
75-
#management_dns_resourcegroup_name="MGMT-DNS"
76-
#use_custom_dns_a_registration=true
7774
```
7875

76+
### DNS considerations
77+
78+
When planning the DNS configuration for the deployment environment, consider the following questions:
79+
- Is there an existing Private DNS that the solutions needs to integrate with?
80+
- Do you need to use a custom Private DNS zone for the deployment environment?
81+
- Are you going to use predefined IP addresses for the Virtual Machines or let Azure assign them dynamically?
82+
83+
You can integrate with exiting Private DNS Zones by providing the following values in your tfvars files:
84+
85+
```tfvars
86+
management_dns_subscription_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
87+
#management_dns_resourcegroup_name = "RESOURCEGROUPNAME"
88+
use_custom_dns_a_registration = false
89+
```
90+
91+
Without these values a Private DNS Zone will be created in the SAP Library resource group.
92+
7993
For more information, see the [in-depth explanation of how to configure the deployer](configure-control-plane.md).
8094

95+
96+
8197
## SAP Library configuration
8298

8399
The SAP library provides storage for SAP installation media, Bill of Material (BOM) files, Terraform state files and optionally a Private DNS Zone. The configuration file defines the region and environment name for the SAP library. For parameter information and examples, see [how to configure the SAP library for automation](configure-control-plane.md).

0 commit comments

Comments
 (0)