From ce8ad65f3882ba6bfed344d81cdf252bfb406cd1 Mon Sep 17 00:00:00 2001 From: Andrew Jandacek Date: Wed, 16 Oct 2024 16:10:43 +0200 Subject: [PATCH] initial language refactor Signed-off-by: Andrew Jandacek --- .../user-guide/api-mediation/api-mediation-multi-tenancy.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user-guide/api-mediation/api-mediation-multi-tenancy.md b/docs/user-guide/api-mediation/api-mediation-multi-tenancy.md index f33a9c1ce7..88db3042a5 100644 --- a/docs/user-guide/api-mediation/api-mediation-multi-tenancy.md +++ b/docs/user-guide/api-mediation/api-mediation-multi-tenancy.md @@ -74,10 +74,10 @@ components.gateway.apiml.service.additionalRegistration: ``` :::note - The value `discoveryServiceUrls` should contain all instances of Discovery services for a specific API ML instance. + Ensure that the value of `discoveryServiceUrls` contains all instances of Discovery services for a specific API ML instance. - Do not provide multiple API ML instance in one `discoveryServiceUrls`. Always provide the direct address to the - system, do not use DVIPA address. It could lead to unexpected behaviour. + Do not provide multiple API ML instances in one `discoveryServiceUrls`. Always provide the direct address to the + system, and not the DVIPA address. Using the DVIPA address could result in unexpected behaviour. Hostname `sys1` and `sys2` are names of LPAR in the sysplex. :::