|
1 | 1 | ---
|
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 |
3 | 3 | description: Configure a web app as a part of the control plane to help creating and deploying SAP workload zones and systems on Azure.
|
4 | 4 | author: wsheehan
|
5 | 5 | ms.author: wsheehan
|
6 | 6 | ms.reviewer: wsheehan
|
7 |
| -ms.date: 06/21/2022 |
| 7 | +ms.date: 08/1/2022 |
8 | 8 | ms.topic: conceptual
|
9 | 9 | ms.service: virtual-machines-sap
|
10 | 10 | ---
|
11 | 11 |
|
12 |
| -# Configure the Control Plane UX Web Application |
| 12 | +# Configure the Control Plane Web Application |
13 | 13 |
|
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. |
15 | 15 |
|
16 | 16 | :::image type="content" source="./media/automation-deployment-framework/webapp-front-page.png" alt-text="Web app front page":::
|
17 | 17 |
|
| 18 | +> [!IMPORTANT] |
| 19 | +> Control Plane Web Application is currently in PREVIEW and not yet available in the main branch. |
| 20 | +
|
18 | 21 | ## Create an app registration
|
19 | 22 |
|
20 | 23 | 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
|
57 | 60 | ```
|
58 | 61 | ---
|
59 | 62 |
|
60 |
| -## Deploy via Azure DevOps (pipelines) |
| 63 | +## Deploy via Azure Pipelines |
61 | 64 |
|
62 | 65 | 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)
|
63 | 66 |
|
@@ -91,7 +94,7 @@ For full instructions on setting up the web app using the Azure CLI, see [Deploy
|
91 | 94 |
|
92 | 95 | ## Using the web app
|
93 | 96 |
|
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. |
95 | 98 | If deploying using Azure Pipelines, you have ability to deploy these workload zones and system infrastructures right from the web app.
|
96 | 99 | 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.
|
97 | 100 |
|
|
0 commit comments