Skip to content
Merged
8 changes: 6 additions & 2 deletions guides/deployment/to-cf.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,13 @@ Application "bookshop" started and available at
[…]
```

You can use this URL to access the approuter as the entry point of your application.
You can use this URL to access the App Router as the entry point of your application.

For **multitenant applications**, you have to subscribe a tenant first. The application is accessible via a tenant-specific URL after subscription.
For **multitenant applications**, you have to subscribe a tenant first. The application is accessible via a tenant-specific App Router URL after subscription.

::: info SaaS Extensibility
Share the generic App-Router URL with SaaS consumers for logging in as extension developers using `cds login` or other [extensibility-related commands](../extensibility/customization#prep-as-operator).
:::

::: tip No index page and SAP Fiori preview in the cloud
The default index page and [SAP Fiori preview](../../advanced/fiori#sap-fiori-preview), that you are used to seeing during local development, are only meant for the development profile and not available in the cloud. For productive applications, you should add a proper SAP Fiori elements application through on of the [user interface options](#add-ui) outlined before.
Expand Down
6 changes: 6 additions & 0 deletions guides/deployment/to-kyma.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,12 @@ Your services are available at:

You can use this URL to access the approuter as the entry point of your application.

For **multitenant applications**, you have to subscribe a tenant first. The application is accessible via a tenant-specific URL after subscription.

::: info SaaS Extensibility
Share the above App-Router URL with SaaS consumers for logging in as extension developers using `cds login` or other [extensibility-related commands](https://cap.cloud.sap/docs/guides/extensibility/customization#prep-as-operator).
:::

<!-- ::: tip See the examples
Try out the [CAP SFLIGHT](https://github.com/SAP-samples/cap-sflight)
and [CAP for Java](https://github.com/SAP-samples/cloud-cap-samples-java) examples on Kyma.
Expand Down