Skip to content

Commit 6905e9d

Browse files
authored
Merge pull request #210165 from KimForss/main
Web App updates
2 parents 8f3ede3 + 7fcf21d commit 6905e9d

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

articles/virtual-machines/workloads/sap/automation-configure-devops.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Configure your Azure DevOps Services for the SAP Deployment Automat
44
author: kimforss
55
ms.author: kimforss
66
ms.reviewer: kimforss
7-
ms.date: 12/16/2021
7+
ms.date: 08/30/2022
88
ms.topic: conceptual
99
ms.service: virtual-machines-sap
1010
---
@@ -79,7 +79,7 @@ Push the changes back to the repository by selecting the source control icon and
7979

8080
## Set up the web app
8181

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:
8383

8484
# [Linux](#tab/linux)
8585
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
108108
rm ./manifest.json
109109
```
110110
---
111-
Save the app registration ID and password values for later.
111+
112+
Save the app registration ID and password values for later use.
112113

113114

114115
## Create Azure Pipelines
@@ -322,15 +323,15 @@ Create a new variable group 'SDAF-MGMT' for the control plane environment using
322323
| FENCING_SPN_TENANT | Enter the service principal tenant ID for the fencing agent. | Required for highly available deployments. |
323324
| `PAT` | `<Personal Access Token>` | Use the Personal Token defined in the previous |
324325
| `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 |
327328

328329
Save the variables.
329330

330331
> [!NOTE]
331332
> Remember to assign permissions for all pipelines using _Pipeline permissions_.
332333
>
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.
334335
>
335336
> You can use the clone functionality to create the next environment variable group.
336337

articles/virtual-machines/workloads/sap/automation-configure-workload-zone.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ ms.service: virtual-machines-sap
1111

1212
# Workload zone configuration in SAP automation framework
1313

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.":::
17+
1518

1619
## Workload zone deployment configuration
1720

32.5 KB
Loading

0 commit comments

Comments
 (0)