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/sap/automation/deploy-workload-zone.md
+29-31Lines changed: 29 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,19 @@
1
1
---
2
-
title: About workload zone deployment in automation framework
3
-
description: Overview of the SAP workload zone deployment process within SAP Deployment Automation Framework.
2
+
title: Deploy SAP workload zones with the automation framework
3
+
description: Learn how to deploy SAP workload zones using SAP Deployment Automation Framework on Azure.
4
4
author: kimforss
5
5
ms.author: kimforss
6
-
ms.reviewer: kimforss
7
-
ms.date: 11/17/2021
8
-
ms.topic: concept-article
6
+
ms.date: 04/13/2026
7
+
ms.topic: how-to
9
8
ms.service: sap-on-azure
10
9
ms.subservice: sap-automation
11
10
# Customer intent: As an SAP system administrator, I want to deploy workload zones using the automation framework, so that I can efficiently manage the different development tiers of my SAP applications in Azure.
12
11
---
13
12
14
-
# Workload zone deployment in the SAP automation framework
13
+
# Deploy SAP workload zones with the automation framework
15
14
16
-
An [SAP application](deployment-framework.md#sap-concepts) typically has multiple development tiers. For example, you might have development, quality assurance, and production tiers. [SAP Deployment Automation Framework](deployment-framework.md) calls these tiers [workload zones](deployment-framework.md#deployment-components).
17
-
18
-
You can use workload zones in multiple Azure regions. Each workload zone then has its own instance of Azure Virtual Network.
15
+
An [SAP application](deployment-framework.md#sap-concepts) typically has multiple development tiers. For example, you might have development, quality assurance, and production tiers. [SAP Deployment Automation Framework](deployment-framework.md) calls these tiers [workload zones](deployment-framework.md#deployment-components). You can use workload zones in multiple Azure regions. Each workload zone then has its own instance
16
+
of Azure Virtual Network.
19
17
20
18
The following services are provided by the SAP workload zone:
21
19
@@ -24,14 +22,19 @@ The following services are provided by the SAP workload zone:
24
22
- An Azure Storage account for boot diagnostics
25
23
- A Storage account for cloud witnesses
26
24
- An Azure NetApp Files account and capacity pools (optional)
-[Azure Monitor for SAP](integration-azure-monitor-sap.md) (optional)
29
27
30
28
:::image type="content" source="./media/deployment-framework/workload-zone.png" alt-text="Diagram that shows an SAP workload zone.":::
31
29
32
-
The workload zones are typically deployed in spokes in a hub-and-spoke architecture. They can be in their own subscriptions.
30
+
The workload zones are typically deployed in spokes in a hub-and-spoke architecture. They can be in their own subscriptions. The private DNS is supported from the control plane or from a configurable source.
31
+
32
+
## Prerequisites
33
33
34
-
The private DNS is supported from the control plane or from a configurable source.
34
+
- A deployed [SAP Deployment Automation Framework control plane](deploy-control-plane.md).
35
+
- An Azure subscription. If you don't have one, [create a free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
36
+
- An Azure account with permissions to create service principals.
37
+
- The [Azure CLI](/cli/azure/install-azure-cli) is installed on your device or you have access to Cloud Shell.
@@ -157,11 +151,13 @@ To begin, be sure to replace:
157
151
158
152
Open [Azure DevOps](https://dev.azure.com) and go to your Azure DevOps Services project.
159
153
160
-
Ensure that the `Deployment_Configuration_Path` variable in the `SDAF-General` variable group is set to the folder that contains your configuration files. For this example, you can use `samples/WORKSPACES`.
154
+
Ensure that the `Deployment_Configuration_Path` variable in the `SDAF-General` variable group is set to the folder that contains your configuration files. For this example, you can use
155
+
`samples/WORKSPACES`.
161
156
162
157
The deployment uses the configuration defined in the Terraform variable file located in the `samples/WORKSPACES/LANDSCAPE/DEV-WEEU-SAP01-INFRASTRUCTURE` folder.
163
158
164
-
Run the pipeline by selecting the `Deploy workload zone` pipeline from the **Pipelines** section. Enter the workload zone configuration name and the deployer environment name. Use `DEV-WEEU-SAP01-INFRASTRUCTURE` as the workload zone configuration name and `MGMT` as the deployer environment name.
159
+
Run the pipeline by selecting the `Deploy workload zone` pipeline from the **Pipelines** section. Enter the workload zone configuration name and the deployer environment name. Use
160
+
`DEV-WEEU-SAP01-INFRASTRUCTURE` as the workload zone configuration name and `MGMT` as the deployer environment name.
165
161
166
162
You can track the progress in the Azure DevOps Services portal. After the deployment is finished, you can see the workload zone details on the **Extensions** tab.
167
163
@@ -170,7 +166,9 @@ You can track the progress in the Azure DevOps Services portal. After the deploy
170
166
> [!TIP]
171
167
> If the scripts fail to run, it can sometimes help to clear the local cache files by removing the `~/.sap_deployment_automation/` and `~/.terraform.d/` directories before you run the scripts again.
172
168
173
-
## Next step
169
+
## Related content
174
170
175
-
> [!div class="nextstepaction"]
176
-
> [SAP system deployment with the automation framework](configure-system.md)
171
+
-[Configure SAP workload zone](configure-workload-zone.md)
172
+
-[Deploy SAP system infrastructure](deploy-system.md)
173
+
-[Configure SAP system infrastructure](configure-system.md)
0 commit comments