Skip to content

Commit 305e8a8

Browse files
Merge pull request #222713 from KimForss/main
Windows Domain requirements
2 parents 5daf1d3 + df6a2c1 commit 305e8a8

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

articles/virtual-machines/workloads/sap/automation-plan-deployment.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,25 @@ Before you design your workload zone layout, consider the following questions:
9696

9797
* How many workload zones does your scenario require?
9898
* In which regions do you need to deploy workloads?
99+
* How is DNS handled?
99100
* What storage type do you need for the shared storage?
100101
* What's your [deployment scenario](#supported-deployment-scenarios)?
101102

102103
For more information, see [how to configure a workload zone deployment for automation](automation-deploy-workload-zone.md).
103104

105+
### Windows based deployments
106+
107+
When doing Windows based deployments the Virtual Machines in the workload zone's Virtual Network need to be able to communicate with Active Directory in order to join the SAP Virtual Machines to the Active Directory Domain. The provided DNS name needs to be resolvable by the Active Directory.
108+
109+
The workload zone key vault must contain the following secrets:
110+
111+
| Credential | Name | Example |
112+
| ------------------------------------------------------ | ----------------------------------------- | --------------------------------------- |
113+
| Account that can perform domain join activities | [IDENTIFIER]-ad-svc-account | DEV-WEEU-SAP01-ad-svc-account |
114+
| Password for the account that performs the domain join | [IDENTIFIER]-ad-svc-account-password | DEV-WEEU-SAP01-ad-svc-account-password |
115+
| sidadm account password | [IDENTIFIER]-winsidadm_password_id | DEV-WEEU-SAP01-winsidadm_password_id |
116+
| SID Service account password | [IDENTIFIER]-svc-sidadm-password | DEV-WEEU-SAP01-svc-sidadm-password |
117+
104118

105119
## Credentials management
106120

@@ -110,13 +124,15 @@ The automation framework uses [Service Principals](#service-principal-creation)
110124

111125
The automation framework will use the workload zone key vault for storing both the automation user credentials and the SAP system credentials. The virtual machine credentials are named as follows:
112126

113-
| Credential | Name | Example |
114-
| ------------------ | ------------------------------- | ------------------------------- |
115-
| Private key | [IDENTIFIER]-sshkey | DEV-WEEU-SAP01-sid-sshkey |
116-
| Public key | [IDENTIFIER]-sshkey-pub | DEV-WEEU-SAP01-sid-sshkey-pub |
117-
| Username | [IDENTIFIER]-username | DEV-WEEU-SAP01-sid-username |
118-
| Password | [IDENTIFIER]-password | DEV-WEEU-SAP01-sid-password |
119-
| sidadm Password | [IDENTIFIER]-[SID]-sap-password | DEV-WEEU-SAP01-X00-sap-password |
127+
| Credential | Name | Example |
128+
| ---------------------------- | ---------------------------------- | ------------------------------------ |
129+
| Private key | [IDENTIFIER]-sshkey | DEV-WEEU-SAP01-sid-sshkey |
130+
| Public key | [IDENTIFIER]-sshkey-pub | DEV-WEEU-SAP01-sid-sshkey-pub |
131+
| Username | [IDENTIFIER]-username | DEV-WEEU-SAP01-sid-username |
132+
| Password | [IDENTIFIER]-password | DEV-WEEU-SAP01-sid-password |
133+
| sidadm Password | [IDENTIFIER]-[SID]-sap-password | DEV-WEEU-SAP01-X00-sap-password |
134+
| sidadm account password | [IDENTIFIER]-winsidadm_password_id | DEV-WEEU-SAP01-winsidadm_password_id |
135+
| SID Service account password | [IDENTIFIER]-svc-sidadm-password | DEV-WEEU-SAP01-svc-sidadm-password |
120136

121137

122138
### Service principal creation

0 commit comments

Comments
 (0)