Skip to content

Commit c57011a

Browse files
Improve microservices docu (#1900)
- add missing file name for code block - processed-after fix already released --------- Co-authored-by: René Jeglinsky <rene.jeglinsky@sap.com>
1 parent 0b4329f commit c57011a

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

guides/deployment/microservices.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -466,18 +466,6 @@ resources:
466466
```
467467
:::
468468

469-
Add the *processed-after* property, so that the xsuaa instance is created after the messaging:
470-
471-
::: code-group
472-
```yaml [mta.yaml]
473-
resources:
474-
...
475-
- name: samples-auth
476-
processed-after: #[!code ++]
477-
- samples-messaging #[!code ++]
478-
```
479-
:::
480-
481469
::: details Configure each app for cloud readiness
482470
Enable messaging for the modules that use it:
483471

@@ -593,7 +581,7 @@ mv app/router .deploy/app-router
593581
```
594582

595583
::: code-group
596-
```yaml
584+
```yaml [mta.yaml]
597585
modules:
598586
...
599587
- name: samples

0 commit comments

Comments
 (0)