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/tutorial.md
+42-1Lines changed: 42 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ A valid SAP user account (SAP-User or S-User account) with software download pri
158
158
159
159
To run the automation framework, update to the following versions:
160
160
161
-
- `az` version 2.4.0 or higher.
161
+
- `az` version 2.5.0 or higher.
162
162
- `terraform` version 1.5 or higher. [Upgrade by using the Terraform instructions](https://www.terraform.io/upgrade-guides/0-12.html), as necessary.
163
163
164
164
## Create a service principal
@@ -214,6 +214,47 @@ When you choose a name for your service principal, make sure that the name is un
214
214
> [!IMPORTANT]
215
215
> If you don't assign the User Access Administrator role to the service principal, you can't assign permissions by using the automation.
216
216
217
+
## Configure the Control Plane Web Application credentials
218
+
219
+
As a part of the SAP automation framework control plane, you can optionally create an interactive web application that assists you in creating the required configuration files and deploying SAP workload zones and systems using Azure Pipelines.
220
+
221
+
:::image type="content" source="./media/deployment-framework/webapp-front-page.png" alt-text="Web app front page":::
222
+
223
+
224
+
### Create an app registration
225
+
226
+
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:
0 commit comments