Skip to content

Commit a815fe9

Browse files
authored
Merge pull request #23032 from cjbernal/master
Updated images in sapui5-101-deploy-application
2 parents 64427e5 + 00253c1 commit a815fe9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
Loading
Binary file not shown.
Loading
Loading

tutorials/sapui5-101-deploy-application/sapui5-101-deploy-application.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,34 +18,34 @@ author_profile: https://github.com/nicoschoenteich
1818
- How to build a multi-target application (MTA).
1919
- How to deploy a multi-target application to Cloud Foundry.
2020

21-
---
2221

2322
### Build the application
2423

2524
Build (aka package) the project to an `.mtar` archive to deploy it to Cloud Foundry.
2625

2726
1. Right-click on the `mta.yaml` file and select **Build MTA Project** to trigger this process.
2827

29-
<!-- border -->![build](./buildMTA.png)
28+
![build](buildMTA.png)
3029

3130
2. Once the build is finished, you can see a message in the log. You can now find the generated `.mtar` archive in the project tree in the `mta_archives` directory.
3231

33-
<!-- border -->![buildSuccess](./buildSuccess.png)
32+
![buildSuccessMessage](successLog.png)
3433

3534
### Deploy the application
3635

3736
1. If you don't have the **Application Info** page open, you can open the Command Palette from menu **View > Command Palette**, type **Application Info**, and select **Fiori: Open Application Info**. Click on the **Deploy Application** tile to start deployment process.
3837

39-
<!-- border -->![deploy](./deployTile.png)
38+
<!-- border -->
39+
![deploy](deployTile.png)
4040

4141
2. Once the process is finished, you can get the URL of the deployed app by running `cf html5-list -u -di sap-btp-sapui5-destination-service -u --runtime launchpad` in a new terminal session.
4242

43-
<!-- border -->![cfapps](./deployedAppUrl.png)
43+
<!-- border -->
44+
![cfapps](deployedAppUrl.png)
4445

4546
> Use the following command in case you use the Portal service
4647
>
4748
> `cf html5-list -di sap-btp-sapui5-destination-service -u --runtime cpp`
4849
4950
3. Follow the link in the console to open the application in your browser. You might need to log in with your SAP ID (the same credentials you use for the SAP BTP Cockpit).
5051

51-
---
Loading

0 commit comments

Comments
 (0)