From 84ce509963c581228d35108852277931cfda2487 Mon Sep 17 00:00:00 2001 From: Steffen Waldmann Date: Tue, 16 Sep 2025 20:02:40 +0200 Subject: [PATCH 1/2] Prepare `cds add app-front` --- guides/deployment/to-cf.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/guides/deployment/to-cf.md b/guides/deployment/to-cf.md index bff80285d..28fa9eb1e 100644 --- a/guides/deployment/to-cf.md +++ b/guides/deployment/to-cf.md @@ -200,9 +200,17 @@ If you intend to deploy user interface applications, you also need to set up the cds add portal ``` -#### Option B: SAP Build Work Zone, Standard Edition +#### Option B: SAP BTP Application Frontend -For **single-tenant applications**, you can use [SAP Build Work Zone, Standard Edition](https://discovery-center.cloud.sap/serviceCatalog/sap-build-work-zone-standard-edition): +For **single-tenant applications**, you can use the new [SAP BTP Application Frontend](https://help.sap.com/docs/application-frontend-service) service: + +```sh +cds add app-front +``` + +#### Option C: SAP Build Work Zone, Standard Edition + +In addition, for **single-tenant applications**, you can use [SAP Build Work Zone, Standard Edition](https://discovery-center.cloud.sap/serviceCatalog/sap-build-work-zone-standard-edition): ```sh cds add workzone From 4a486a1d99db29e77939f493c2f898956ed328e7 Mon Sep 17 00:00:00 2001 From: Steffen Waldmann Date: Thu, 2 Oct 2025 16:57:47 +0200 Subject: [PATCH 2/2] Update to-cf.md --- guides/deployment/to-cf.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/guides/deployment/to-cf.md b/guides/deployment/to-cf.md index 28fa9eb1e..9c4f408fb 100644 --- a/guides/deployment/to-cf.md +++ b/guides/deployment/to-cf.md @@ -194,7 +194,7 @@ Two deployment options are available: #### Option A: SAP Cloud Portal -If you intend to deploy user interface applications, you also need to set up the [HTML5 Application Repository](https://discovery-center.cloud.sap/serviceCatalog/html5-application-repository-service) in combination with the [SAP Cloud Portal service](https://discovery-center.cloud.sap/serviceCatalog/cloud-portal-service): +If you intend to deploy **multi-tenant** user interface applications, you also need to set up the [HTML5 Application Repository](https://discovery-center.cloud.sap/serviceCatalog/html5-application-repository-service) in combination with the [SAP Cloud Portal service](https://discovery-center.cloud.sap/serviceCatalog/cloud-portal-service): ```sh cds add portal @@ -202,22 +202,12 @@ cds add portal #### Option B: SAP BTP Application Frontend -For **single-tenant applications**, you can use the new [SAP BTP Application Frontend](https://help.sap.com/docs/application-frontend-service) service: +For **single-tenant** applications, you can use the new [SAP BTP Application Frontend](https://help.sap.com/docs/application-frontend-service) service: ```sh cds add app-front ``` -#### Option C: SAP Build Work Zone, Standard Edition - -In addition, for **single-tenant applications**, you can use [SAP Build Work Zone, Standard Edition](https://discovery-center.cloud.sap/serviceCatalog/sap-build-work-zone-standard-edition): - -```sh -cds add workzone -``` - -**Important:** This also requires you to set up SAP Build Work Zone, Standard Edition [according to the SAP Learning tutorial](https://developers.sap.com/tutorials/spa-configure-workzone.html). - ### 6. Optional: Multitenancy { #add-multitenancy } To enable multitenancy for production, run the following command: