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
+26-30Lines changed: 26 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,18 @@
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 of Azure Virtual Network.
19
16
20
17
The following services are provided by the SAP workload zone:
21
18
@@ -24,14 +21,19 @@ The following services are provided by the SAP workload zone:
24
21
- An Azure Storage account for boot diagnostics
25
22
- A Storage account for cloud witnesses
26
23
- An Azure NetApp Files account and capacity pools (optional)
-[Azure Monitor for SAP](integration-azure-monitor-sap.md) (optional)
29
26
30
27
:::image type="content" source="./media/deployment-framework/workload-zone.png" alt-text="Diagram that shows an SAP workload zone.":::
31
28
32
-
The workload zones are typically deployed in spokes in a hub-and-spoke architecture. They can be in their own subscriptions.
29
+
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.
30
+
31
+
## Prerequisites
33
32
34
-
The private DNS is supported from the control plane or from a configurable source.
33
+
- A deployed [SAP Deployment Automation Framework control plane](deploy-control-plane.md).
34
+
- 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).
35
+
- An Azure account with permissions to create service principals.
36
+
- The [Azure CLI](/cli/azure/install-azure-cli) is installed on your device or you have access to Cloud Shell.
@@ -161,7 +154,8 @@ Ensure that the `Deployment_Configuration_Path` variable in the `SDAF-General` v
161
154
162
155
The deployment uses the configuration defined in the Terraform variable file located in the `samples/WORKSPACES/LANDSCAPE/DEV-WEEU-SAP01-INFRASTRUCTURE` folder.
163
156
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.
157
+
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
158
+
`DEV-WEEU-SAP01-INFRASTRUCTURE` as the workload zone configuration name and `MGMT` as the deployer environment name.
165
159
166
160
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
161
@@ -170,7 +164,9 @@ You can track the progress in the Azure DevOps Services portal. After the deploy
170
164
> [!TIP]
171
165
> 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
166
173
-
## Next step
167
+
## Related content
174
168
175
-
> [!div class="nextstepaction"]
176
-
> [SAP system deployment with the automation framework](configure-system.md)
169
+
-[Configure SAP workload zone](configure-workload-zone.md)
170
+
-[Deploy SAP system infrastructure](deploy-system.md)
171
+
-[Configure SAP system infrastructure](configure-system.md)
0 commit comments