Skip to content

Commit 9ce6952

Browse files
abbi-gauravmmitoraj
andcommitted
Apply suggestions from code review
Co-authored-by: Małgorzata Świeca <malgorzata.swieca@sap.com>
1 parent 05e8a6f commit 9ce6952

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

address-completion-s4/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,19 +106,19 @@ This step creats the connection between the two Message Clients in SAP Event Mes
106106
## Using SAP Data Quality Services
107107

108108
> [!NOTE]
109-
> SAP Data Quality Services (DQS) is available only for Cloud Foundry (CF) environments. See the [pricing and region availability details](https://discovery-center.cloud.sap/serviceCatalog/data-quality-services?region=all&tab=service_plan).
110-
> The steps below describe how to create the service instance in CF and make its credentials available to Kyma.
111-
> The [API reference](https://api.sap.com/api/mld/resource) for the addressCleanse endpoint is available here.
109+
> SAP Data Quality Services (DQS) are available only for the Cloud Foundry (CF) environment. See the [pricing and region availability details](https://discovery-center.cloud.sap/serviceCatalog/data-quality-services?region=all&tab=service_plan).
110+
> The steps below describe how to create an SAP DSQ service instance in CF and make its credentials available to Kyma.
111+
> For the `addressCleanse` endpoint, see the [API reference](https://api.sap.com/api/mld/resource).
112112
113-
### Create the SAP DQS Service Instance in Cloud Foundry
113+
### Create an SAP DQS Service Instance in Cloud Foundry
114114

115115
- Set up a subaccount with a CF environment and space in a region where DQS is available (e.g. AWS: Europe (Frankfurt))
116116
- Create an instance named `data-quality-service` of `Data Quality Services` with plan `standard` in that CF space
117117
- Create a Service Key for the instance
118118

119119
### Copy the DQS Credentials to Kyma
120120

121-
Copy the CF service key credentials into a Kubernetes secret using the [secret-from-cf-service-key](../secret-from-cf-service-key/README.md) utility:
121+
Copy the CF service key credentials into a Kubernetes Secret using the [secret-from-cf-service-key](../secret-from-cf-service-key/README.md) utility:
122122

123123
```bash
124124
node create-k8s-secret-from-cf-service-key.js data-quality-service-sb {your-service-key-name} | kubectl -n dev apply -f -

0 commit comments

Comments
 (0)