Skip to content

Commit 5af56bd

Browse files
author
Kimmo Forss
committed
review steps
1 parent bbeacf4 commit 5af56bd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/sap/automation/tutorial.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ As a part of the SAP automation framework control plane, you can optionally crea
226226
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:
227227
228228
Replace MGMT with your environment as necessary.
229+
229230
```bash
230231
echo '[{"resourceAppId":"00000003-0000-0000-c000-000000000000","resourceAccess":[{"id":"e1fe6dd8-ba31-4d61-89e7-88639da4683d","type":"Scope"}]}]' >> manifest.json
231232
@@ -259,10 +260,10 @@ The output maps to the following parameters. You use these parameters in later s
259260

260261
1. Open Visual Studio Code from Cloud Shell.
261262

262-
```cloudshell-interactive
263-
cd ~/Azure_SAP_Automated_Deployment/WORKSPACES
264-
code .
265-
```
263+
```cloudshell-interactive
264+
cd ~/Azure_SAP_Automated_Deployment/WORKSPACES
265+
code .
266+
```
266267

267268
1. Expand the `WORKSPACES` directory. There are five subfolders: `CONFIGURATION`, `DEPLOYER`, `LANDSCAPE`, `LIBRARY`, `SYSTEM`, and `BOMS`. Expand each of these folders to find regional deployment configuration files.
268269

0 commit comments

Comments
 (0)