Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalvanderheiden committed Apr 25, 2024
1 parent d239a8e commit d7da184
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ Read more: [Architecture in detail](#architecture-in-detail)
### Prerequisites

- [Azure Developer CLI](https://docs.microsoft.com/en-us/azure/developer/azure-developer-cli/)
- An SAP Environment. See below on how to setup your own SAP OData API.
- An SAP Environment. See below on how to setup your own SAP OData API.

### SAP OData API

You can setup SAP OData API in minutes. You need to signup and then you can tryout the API [here](https://api.sap.com/api/API_BUSINESS_PARTNER/tryout). You'll find the API documentation [here](https://api.sap.com/api/API_BUSINESS_PARTNER/overview).

If you used the SAP Sandbox environment as mentioned above, the SAP_ENDPOINT is https://sandbox.api.sap.com/s4hanacloud/sap/opu/odata/sap/API_BUSINESS_PARTNER. The SAP_APIKEY can be found in the SAP API Business Hub.
If you used the SAP Sandbox environment as mentioned above, the SAP_ENDPOINT is [here](https://sandbox.api.sap.com/s4hanacloud/sap/opu/odata/sap/API_BUSINESS_PARTNER). The SAP_APIKEY can be found in the SAP API Business Hub.

OData API type just got into public preview. You can find more information about how you can add your own SAP OData APIs in Azure API Management [here](https://learn.microsoft.com/en-us/azure/api-management/sap-api?tabs=odata).

Expand Down Expand Up @@ -164,7 +164,7 @@ A [tests.http](tests.http) file with relevant tests you can perform is included,
azd env get-values
```

### Build Status
### Build Status

After forking this repo, you can use this GitHub Action to enable CI/CD for your fork. Just adjust the README in your fork to point to your own GitHub repo.

Expand Down Expand Up @@ -208,4 +208,4 @@ When it comes to security, there are recommendations mentioned for securing your

### Azure Key Vault

[Azure Key Vault](https://azure.microsoft.com/en-us/services/key-vault/) allows you to store and manage your application's secrets. You can use this to store your application's secrets.
[Azure Key Vault](https://azure.microsoft.com/en-us/services/key-vault/) allows you to store and manage your application's secrets. You can use this to store your application's secrets.

0 comments on commit d7da184

Please sign in to comment.