You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/workloads/sap/automation-plan-deployment.md
+23-7Lines changed: 23 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,11 +96,25 @@ Before you design your workload zone layout, consider the following questions:
96
96
97
97
* How many workload zones does your scenario require?
98
98
* In which regions do you need to deploy workloads?
99
+
* How is DNS handled?
99
100
* What storage type do you need for the shared storage?
100
101
* What's your [deployment scenario](#supported-deployment-scenarios)?
101
102
102
103
For more information, see [how to configure a workload zone deployment for automation](automation-deploy-workload-zone.md).
103
104
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:
| SID Service account password |[IDENTIFIER]-svc-sidadm-password | DEV-WEEU-SAP01-svc-sidadm-password |
117
+
104
118
105
119
## Credentials management
106
120
@@ -110,13 +124,15 @@ The automation framework uses [Service Principals](#service-principal-creation)
110
124
111
125
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:
0 commit comments