Skip to content

Commit fb8e206

Browse files
Apply suggestions from code review
Co-authored-by: Karl Erickson <[email protected]>
1 parent 959242c commit fb8e206

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/spring-apps/how-to-configure-enterprise-spring-cloud-gateway.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ After a few minutes, **URL** shows the configured endpoint URL. Save the URL to
6060

6161
#### [Azure CLI](#tab/Azure-CLI)
6262

63-
Use the following command to assign the endpoint. Specify `true` to assign the endpoint, otherwise `false`.
63+
Use the following command to assign the endpoint.
6464

6565
```azurecli
6666
az spring gateway update \
@@ -371,7 +371,7 @@ You can now test whether the application is TLS enabled with the endpoint of the
371371

372372
### Rotate certificates
373373

374-
As certificates expire, you need to rotate certificates in Spring Cloud Gateway by using the following procedure:
374+
As certificates expire, you need to rotate certificates in Spring Cloud Gateway by using the following steps:
375375

376376
- Generate new certificates from a trusted CA.
377377
- Import the certificates into Azure Spring Apps. For more information, see the [Import a certificate](how-to-use-tls-certificate.md#import-a-certificate) section of [Use TLS/SSL certificates in your application in Azure Spring Apps](how-to-use-tls-certificate.md).

articles/spring-apps/how-to-use-enterprise-spring-cloud-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Use the following steps to create a sample application using Spring Cloud Gatewa
138138

139139
:::image type="content" source="media/how-to-use-enterprise-spring-cloud-gateway/gateway-overview.png" alt-text="Screenshot of Azure portal Azure Spring Apps overview page with 'Assign endpoint' highlighted." lightbox="media/how-to-use-enterprise-spring-cloud-gateway/gateway-overview.png":::
140140

141-
You can also use Azure CLI to assign the endpoint. Use the following command to assign the endpoint. Specify `true` to assign the endpoint, otherwise `false`.
141+
You can also use Azure CLI to assign the endpoint. Use the following command to assign the endpoint.
142142

143143
```azurecli
144144
az spring gateway update \

0 commit comments

Comments
 (0)