diff --git a/guides/deploy/microservices.md b/guides/deploy/microservices.md index 0428a7a61..8cc6e4a73 100644 --- a/guides/deploy/microservices.md +++ b/guides/deploy/microservices.md @@ -284,7 +284,7 @@ npm i @cap-js/hana --workspace reviews ### Applications -Replace the MTA module for `samples-srv` with versions for each CAP service and adjust `name`, `path`, and `provides[0].name` to match the module name. Also change the `npm-ci` builder to the `npm` builder. +Replace the MTA module for `samples-srv` with versions for each CAP service and adjust `name`, `path`, and `provides[0].name` to match the module name. ::: code-group ```yaml [mta.yaml] @@ -296,7 +296,7 @@ modules: instances: 1 buildpack: nodejs_buildpack build-parameters: - builder: npm # [!code focus] + builder: npm-ci provides: # [!code focus] - name: bookstore-api # [!code focus] properties: @@ -314,7 +314,7 @@ modules: instances: 1 buildpack: nodejs_buildpack build-parameters: - builder: npm # [!code focus] + builder: npm-ci provides: # [!code focus] - name: orders-api # [!code focus] properties: @@ -332,7 +332,7 @@ modules: instances: 1 buildpack: nodejs_buildpack build-parameters: - builder: npm # [!code focus] + builder: npm-ci provides: # [!code focus] - name: reviews-api # [!code focus] properties: @@ -367,8 +367,8 @@ build-parameters: Add [security configuration](../security/authentication) using the command: -```shell -cds add xsuaa --for production +```sh +cds add xsuaa ``` Add the admin role