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
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).
Copy file name to clipboardExpand all lines: guides/deployment/to-cf.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,22 +194,20 @@ Two deployment options are available:
194
194
195
195
#### Option A: SAP Cloud Portal
196
196
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):
198
198
199
199
```sh
200
200
cds add portal
201
201
```
202
202
203
-
#### Option B: SAP Build Work Zone, Standard Edition <Beta />
203
+
#### Option B: SAP BTP Application Frontend <Beta />
204
204
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:
206
206
207
207
```sh
208
-
cds add workzone
208
+
cds add app-front
209
209
```
210
210
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).
0 commit comments