Skip to content

Commit 42648ea

Browse files
authored
Merge pull request #207219 from KimForss/main
Prerelease update
2 parents 392a476 + 7e118fd commit 42648ea

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

articles/virtual-machines/workloads/sap/automation-configure-control-plane.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Configure your deployment control plane for the SAP deployment auto
44
author: kimforss
55
ms.author: kimforss
66
ms.reviewer: kimforss
7-
ms.date: 11/17/2021
7+
ms.date: 8/8/2022
88
ms.topic: conceptual
99
ms.service: virtual-machines-sap
1010
---

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
---
2-
title: Configure a Deployer UX Web Application for SAP Deployment Automation Framework
2+
title: Configure a Deployer Web Application for SAP Deployment Automation Framework
33
description: Configure a web app as a part of the control plane to help creating and deploying SAP workload zones and systems on Azure.
44
author: wsheehan
55
ms.author: wsheehan
66
ms.reviewer: wsheehan
7-
ms.date: 06/21/2022
7+
ms.date: 08/1/2022
88
ms.topic: conceptual
99
ms.service: virtual-machines-sap
1010
---
1111

12-
# Configure the Control Plane UX Web Application
12+
# Configure the Control Plane Web Application
1313

14-
As a part of the SAP automation framework control plane, you can optionally create an interactive web application that will assist you in creating the required configuration files and deploying SAP workload zones and systems using Azure DevOps Pipelines.
14+
As a part of the SAP automation framework control plane, you can optionally create an interactive web application that will assist you in creating the required configuration files and deploying SAP workload zones and systems using Azure Pipelines.
1515

1616
:::image type="content" source="./media/automation-deployment-framework/webapp-front-page.png" alt-text="Web app front page":::
1717

18+
> [!IMPORTANT]
19+
> Control Plane Web Application is currently in PREVIEW and not yet available in the main branch.
20+
1821
## Create an app registration
1922

2023
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:
@@ -57,7 +60,7 @@ rm ./manifest.json
5760
```
5861
---
5962

60-
## Deploy via Azure DevOps (pipelines)
63+
## Deploy via Azure Pipelines
6164

6265
For full instructions on setting up the web app using Azure DevOps, see [Use SAP Deployment Automation Framework from Azure DevOps Services](automation-configure-devops.md)
6366

@@ -91,7 +94,7 @@ For full instructions on setting up the web app using the Azure CLI, see [Deploy
9194

9295
## Using the web app
9396

94-
The web app allows you to create SAP workload zone objects and system infrastructure objects. These are essentially another representation of the Terraform configuration file.
97+
The web app allows you to create SAP workload zone objects and system infrastructure objects. These objects are essentially another representation of the Terraform configuration file.
9598
If deploying using Azure Pipelines, you have ability to deploy these workload zones and system infrastructures right from the web app.
9699
If deploying using the Azure CLI, you can download the parameter file for any landscape or system object you create, and use that in your command line deployments.
97100

articles/virtual-machines/workloads/sap/automation-deploy-control-plane.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,10 @@ cd sap-automation/deploy/scripts
281281
The script will install Terraform and Ansible and configure the deployer.
282282

283283

284-
## Deploy the web app software
284+
## Deploy the Control Plane Web Application
285+
286+
> [!IMPORTANT]
287+
> Control Plane Web Application is currently in PREVIEW and not yet available in the main branch.
285288
286289
If you would like to use the web app, follow the steps below. If not, ignore this section.
287290

0 commit comments

Comments
 (0)