Skip to content

Commit 0f29425

Browse files
authored
Prepare cds add app-front (#2095)
Using the new `app-front` as the suggested way to deploy single-tenant UI apps, instead of the former solution relying on the predecessor HTML5 repo (transitively via WorkZone).
1 parent f047619 commit 0f29425

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

guides/deployment/to-cf.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,22 +194,20 @@ Two deployment options are available:
194194

195195
#### Option A: SAP Cloud Portal
196196

197-
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):
197+
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):
198198

199199
```sh
200200
cds add portal
201201
```
202202

203-
#### Option B: SAP Build Work Zone, Standard Edition <Beta />
203+
#### Option B: SAP BTP Application Frontend <Beta />
204204

205-
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):
205+
For **single-tenant** applications, you can use the new [SAP BTP Application Frontend](https://help.sap.com/docs/application-frontend-service) service:
206206

207207
```sh
208-
cds add workzone
208+
cds add app-front
209209
```
210210

211-
**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).
212-
213211
### 6. Optional: Multitenancy { #add-multitenancy }
214212

215213
To enable multitenancy for production, run the following command:

0 commit comments

Comments
 (0)