Skip to content

Commit 75ccf47

Browse files
author
Kimmo Forss
committed
Review updates
1 parent aa66f48 commit 75ccf47

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/sap/automation/deployment-framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The SAP system deployment consists of the VMs and the associated resources requi
102102

103103
For more information about how to configure and deploy the SAP system, see [Configure the SAP system](configure-system.md) and [Deploy the SAP system](deploy-system.md).
104104

105-
----
105+
106106
## Software acquisition process
107107

108108
The framework also provides an Ansible playbook that can be used to download the software from SAP and persist it in the storage accounts in the control plane's SAP library resource group.

articles/sap/automation/tutorial.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,11 @@ When you choose a name for your service principal, make sure that the name is un
214214
> [!IMPORTANT]
215215
> If you don't assign the User Access Administrator role to the service principal, you can't assign permissions by using the automation.
216216
217-
## Configure the Control Plane Web Application credentials
217+
## Configure the control plane web application credentials
218218
219219
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.
220220
221-
:::image type="content" source="./media/deployment-framework/webapp-front-page.png" alt-text="Web app front page":::
221+
:::image type="content" source="./media/deployment-framework/webapp-front-page.png" alt-text="Screenshot of Web app front page.":::
222222
223223
224224
### Create an app registration
@@ -246,7 +246,7 @@ echo "App registration password: ${webapp_client_secret}"
246246
rm manifest.json
247247
```
248248

249-
1. Copy down the output details. Make sure to save the values for `appId`, `password`, and `Tenant`.
249+
Copy down the output details. Make sure to save the values for `appId`, `password`, and `Tenant`.
250250

251251
The output maps to the following parameters. You use these parameters in later steps, with automation commands.
252252

@@ -417,7 +417,7 @@ You need to note some values for upcoming steps. Look for this text block in the
417417
#########################################################################################
418418
```
419419

420-
1. Go to the [Azure portal](https://portal.azure.com).
420+
2. Go to the [Azure portal](https://portal.azure.com).
421421

422422
Select **Resource groups**. Look for new resource groups for the deployer infrastructure and library. For example, you might see `MGMT-[region]-DEP00-INFRASTRUCTURE` and `MGMT-[region]-SAP_LIBRARY`.
423423

0 commit comments

Comments
 (0)