Skip to content

Commit 27ed285

Browse files
authored
Merge pull request #23636 from nicoschoenteich/master
Thorough review of tutorial mission
2 parents c49362b + c58fc3f commit 27ed285

54 files changed

Lines changed: 388 additions & 475 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
5.58 KB
Loading

tutorials/cp-cf-create-destination/cp-cf-create-destination.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ author_profile: https://github.com/nicoschoenteich
2323
- How to specify the SAP Business Application Studio usage parameter for a generic OData service.
2424

2525
## Intro
26-
Destinations are key building blocks in SAP BTP, as they are used to define connections for outbound communication from your application to remote systems. These remote systems can be on-premises or in the cloud.
26+
Destinations are key building blocks on SAP BTP, as they are used to define connections for outbound communication from your application to remote systems. These remote systems can be on-premises or in the cloud.
2727

2828
A destination has a name, a URL, authentication details, and other optional configuration details.
2929

@@ -35,23 +35,23 @@ The Northwind OData services are available in several versions. Most tutorials c
3535

3636
### Enter your SAP BTP account
3737

38-
- For Free Trial Accounts: <https://account.hanatrial.ondemand.com>
38+
- For (free) Trial Accounts: <https://account.hanatrial.ondemand.com>
3939
- For Free Tier and Enterprise Accounts on **feature set A**: <https://account.hana.ondemand.com>
40-
- For Free Tier and Enterprise Accounts on **feature set B**: The link depends on your region. One option is <https://cockpit.eu10.hana.ondemand.com/cockpit/>. (Replace "eu10" with your region.)
40+
- For Free Tier and Enterprise Accounts on **feature set B**: The link depends on your region. One option is <https://cockpit.eu10.hana.ondemand.com/cockpit/>. (Replace `eu10` with your region.)
4141

4242

4343
### Access your subaccount
4444

4545
Click on the tile of your Cloud Foundry subaccount:
4646

47-
<!-- border -->![subaccount](./subaccount.png)
47+
![subaccount](./subaccount.png)
4848

4949

5050
### Open the Destinations view
5151

52-
Click on the **Destinations** button on the left panel and click **New Destination** to open a new destination configuration form:
52+
Click on the **Destinations** button on the left panel and click **Create Destination** to open a new destination configuration form:
5353

54-
<!-- border -->![destination](./destination.png)
54+
![destination](./destination.png)
5555

5656
### Create a new destination
5757

@@ -77,12 +77,12 @@ Property Name | Value
7777
7878
When specifying a URL with the HTTPS scheme, a checkbox **Use default JDK truststore** will appear. Ensure that this is checked.
7979

80-
<!-- border -->![new destination entered](./newdest.png)
80+
![new destination entered](./newdest.png)
8181

8282

8383
### Check the connection
8484

85-
Click on the `Check Connection` icon on the newly created Destination to see if everything works as expected:
85+
Click on the **Check Connection** icon on the newly created destination to see if everything works as expected:
8686

87-
<!-- border -->![check destination function](./checkdest.png)
87+
![check destination function](./checkdest.png)
8888

-2.67 KB
Loading
-2.29 KB
Loading
-45.3 KB
Loading
33 KB
Loading

tutorials/cp-cf-download-cli/cp-cf-download-cli.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
parser: v2
33
auto_validation: true
4-
author_name: Marius Obert
5-
author_profile: https://github.com/iobert
4+
author_name: Nico Schoenteich
5+
author_profile: https://github.com/nicoschoenteich
66
tags: [tutorial>beginner, topic>cloud, products>sap-business-technology-platform ]
77
primary_tag: products>sap-btp--cloud-foundry-environment
88
time: 15
@@ -12,9 +12,9 @@ time: 15
1212
<!-- description --> Download and install the CLI, which allows access via the command line.
1313

1414
## You will learn
15-
- How to download the Command Line Interface (CLI) package
16-
- How to install the CLI and connect it to Cloud Foundry
17-
- How to explore a few basic CLI commands
15+
- How to download the Command Line Interface (CLI) package.
16+
- How to install the CLI and connect it to Cloud Foundry.
17+
- How to explore a few basic CLI commands.
1818

1919
---
2020

@@ -30,6 +30,7 @@ Open the installer on your computer, and follow the installation instructions.
3030

3131
> For more help with the CLI installation, look at the [Cloud Foundry CLI installation documentation](http://docs.cloudfoundry.org/cf-cli/install-go-cli.html).
3232
33+
3334
### Test the Cloud Foundry CLI
3435

3536
Open a command prompt on your computer.
@@ -44,11 +45,14 @@ Next, test the Cloud Foundry command line interface to make sure it is installed
4445

4546
To test the CLI, type in the following:
4647

47-
cf
48+
```Bash
49+
cf
50+
```
4851

4952
You should see a list of Cloud Foundry commands.
5053

51-
<!-- border -->![Cloud Foundry list of Commands](cfhelp.png)
54+
![Cloud Foundry list of Commands](cfhelp.png)
55+
5256

5357
### Determine your Cloud Foundry URL
5458

@@ -66,15 +70,15 @@ You can also identify your API Endpoint using your Cloud Foundry account:
6670

6771
First, navigate to the [SAP BTP cockpit](https://hanatrial.ondemand.com) and select **Enter Your Trial Account**
6872

69-
<!-- border -->![entertrial](entertrial.png)
73+
![entertrial](entertrial.png)
7074

7175
Next, click on the subaccount.
7276

73-
<!-- border -->![subaccount](subaccount.png)
77+
![subaccount](subaccount.png)
7478

7579
The **API Endpoint** is displayed on the left-hand side of the **Overview** page.
7680

77-
<!-- border -->![endpoint](endpoint.png)
81+
![endpoint](endpoint.png)
7882

7983
### Log in using the CLI
8084

@@ -83,7 +87,7 @@ Next, open a command line prompt on your computer. In the command line screen,
8387
```bash
8488
cf login -a <URL>
8589
```
86-
> Replace the `<URL>` section with the URL you selected from the table.
90+
> Replace the `<URL>` section with the URL you selected from the table. For more information on the log in using the Command Line Interface (CLI), go to the SAP BTP Help Portal [Log On to the Cloud Foundry Environment Using the Cloud Foundry Command Line Interface](https://help.sap.com/products/BTP/65de2977205c403bbc107264b8eccf4b/7a37d66c2e7d401db4980db0cd74aa6b.html?locale=en-US) website.
8791
8892
When prompted, enter your username and password. Once you are logged in, you should see your API endpoint, user, org, and space.
8993

119 KB
Loading
-62.5 KB
Loading
38.6 KB
Loading

0 commit comments

Comments
 (0)