From 9fe7380821c6e91888018b0f529d17c4679ac672 Mon Sep 17 00:00:00 2001 From: Tim Schulze-Hartung Date: Fri, 23 May 2025 16:34:40 +0200 Subject: [PATCH 1/5] Hint at App-Router URL for extensibility commands (CF) --- guides/deployment/to-cf.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/guides/deployment/to-cf.md b/guides/deployment/to-cf.md index bb5e1888a..a588eec83 100644 --- a/guides/deployment/to-cf.md +++ b/guides/deployment/to-cf.md @@ -294,10 +294,14 @@ 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. +::: 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 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. ::: From 9823fd3ffb9d10c5f3ba3e9e34a8c7a596bc2b61 Mon Sep 17 00:00:00 2001 From: Tim Schulze-Hartung Date: Fri, 23 May 2025 16:35:17 +0200 Subject: [PATCH 2/5] Hint at App-Router URL for extensibility commands (Kyma) --- guides/deployment/to-kyma.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guides/deployment/to-kyma.md b/guides/deployment/to-kyma.md index c1d01c696..1dd824181 100644 --- a/guides/deployment/to-kyma.md +++ b/guides/deployment/to-kyma.md @@ -225,6 +225,10 @@ Your services are available at: You can use this URL to access the approuter as the entry point of your application. +::: 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). +::: +