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-configure-devops.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Configure your Azure DevOps Services for the SAP Deployment Automat
4
4
author: kimforss
5
5
ms.author: kimforss
6
6
ms.reviewer: kimforss
7
-
ms.date: 12/16/2021
7
+
ms.date: 08/30/2022
8
8
ms.topic: conceptual
9
9
ms.service: virtual-machines-sap
10
10
---
@@ -79,7 +79,7 @@ Push the changes back to the repository by selecting the source control icon and
79
79
80
80
## Set up the web app
81
81
82
-
The automation framework optionally provisions a web app as a part of the control plane to assist with the deployment of SAP workload zones and systems. If you would like to use the web app, you must first create an app registration for authentication purposes. Open the Azure Cloud Shell and execute the following commands:
82
+
The automation framework optionally provisions a web app as a part of the control plane to assist with the SAP workload zone and system configuration files. If you would like to use the web app, you must first create an app registration for authentication purposes. Open the Azure Cloud Shell and execute the following commands:
83
83
84
84
# [Linux](#tab/linux)
85
85
Replace MGMT with your environment as necessary.
@@ -108,7 +108,8 @@ az ad app credential reset --id $TF_VAR_app_registration_app_id --append --query
108
108
rm ./manifest.json
109
109
```
110
110
---
111
-
Save the app registration ID and password values for later.
111
+
112
+
Save the app registration ID and password values for later use.
112
113
113
114
114
115
## Create Azure Pipelines
@@ -322,15 +323,15 @@ Create a new variable group 'SDAF-MGMT' for the control plane environment using
322
323
| FENCING_SPN_TENANT | Enter the service principal tenant ID for the fencing agent. | Required for highly available deployments. |
323
324
|`PAT`|`<Personal Access Token>`| Use the Personal Token defined in the previous |
324
325
|`POOL`|`<Agent Pool name>`| Use the Agent pool defined in the previous |
325
-
|TF_VAR_app_registration_app_id| App registration application ID | Required if deploying the web app |
326
-
|TF_VAR_webapp_client_secret| App registration password | Required if deploying the web app |
326
+
|APP_REGISTRATION_APP_ID | App registration application ID | Required if deploying the web app |
327
+
|WEB_APP_CLIENT_SECRET | App registration password | Required if deploying the web app |
327
328
328
329
Save the variables.
329
330
330
331
> [!NOTE]
331
332
> Remember to assign permissions for all pipelines using _Pipeline permissions_.
332
333
>
333
-
> For use with the web app, assign the administrator role to the build service using _Security_.
334
+
> When using the web app, ensure that the Build Service has at least Contribute permissions.
334
335
>
335
336
> You can use the clone functionality to create the next environment variable group.
# Workload zone configuration in SAP automation framework
13
13
14
-
An [SAP application](automation-deployment-framework.md#sap-concepts) typically has multiple development tiers. For example, you might have development, quality assurance, and production tiers. The [SAP deployment automation framework on Azure](automation-deployment-framework.md) refers to these tiers as [workload zones](automation-deployment-framework.md#deployment-components).
14
+
An [SAP application](automation-deployment-framework.md#sap-concepts) typically has multiple development tiers. For example, you might have development, quality assurance, and production tiers. The [SAP deployment automation framework on Azure](automation-deployment-framework.md) refers to these tiers as [workload zones](automation-deployment-framework.md#deployment-components). See the following diagram for an example of a workload zone with two SAP systems.
15
+
16
+
:::image type="content" source="./media/automation-deployment-framework/workload-zone-architecture.png" alt-text="Diagram of SAP workflow zones and systems.":::
0 commit comments