You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added workaround for extension landscapes (#22932)
* Automatic commit: Move 'cp-cap-java-custom-handler' from QA to Production
* switch from sap-language to sap-locale
* new screenhot and enhanced tip
* Improvements and fixes
* temporary fix/hint until next release
* better alternative texts
* added workaround
Copy file name to clipboardExpand all lines: tutorials/cap-service-deploy/cap-service-deploy.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ The Cloud Foundry API endpoint is required so that you can log on to your SAP BT
99
99
100
100
> This will ask you to select Cloud Foundry API, org, and space.
101
101
102
-
> The API Endpoint is taken by default. If you want to change the API Endpoint use `cf api <CF_API_ENDPOINT>` to change the API. Replace `<CF_API_ENDPOINT>` with the actual value you obtained in the previous step.
102
+
> The API endpoint is taken by default. If you want to change the API endpoint use `cf api <CF_API_ENDPOINT>` to change the API. Replace `<CF_API_ENDPOINT>` with the actual value you obtained in the previous step.
103
103
104
104
> If you don't know whether you're logged on to Cloud Foundry or if you're wondering to which Cloud Foundry org and space are you logged on, you can always use `cf target` in a terminal to find out.
105
105
@@ -109,6 +109,14 @@ SAP provides an application format that respects the single modules and their te
109
109
110
110
The MBT Build tool uses the `mta.yaml` file that has been created using `cds add mta` before, to build the deployable archive. The MultiApps CF CLI plugin adds the `deploy` command and orchestrates the deployment steps.
111
111
112
+
> In the previous step, you identified your API endpoint. If that has a format like `...us10-001...`, you need to add the following configuration to your `xs-security.json`:
0 commit comments