Skip to content

Commit bbf12c1

Browse files
committed
alt-text and misc edits
1 parent fb8e206 commit bbf12c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,9 @@ You must specify the protocol as HTTPS in the route configuration. The following
361361

362362
```azurecli
363363
az spring gateway route-config create \
364-
--name test-tls-app \
365364
--resource-group <resource-group-name> \
366365
--service <Azure-Spring-Apps-instance-name> \
366+
--name test-tls-app \
367367
--routes-file test-tls-route.json
368368
```
369369

@@ -373,9 +373,9 @@ You can now test whether the application is TLS enabled with the endpoint of the
373373

374374
As certificates expire, you need to rotate certificates in Spring Cloud Gateway by using the following steps:
375375

376-
- Generate new certificates from a trusted CA.
377-
- 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).
378-
- Synchronize the certificates, using the Azure portal or the Azure CLI.
376+
1. Generate new certificates from a trusted CA.
377+
1. 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).
378+
1. Synchronize the certificates, using the Azure portal or the Azure CLI.
379379

380380
The gateway restarts accordingly to ensure that the gateway uses the new certificate for all connections.
381381

@@ -388,7 +388,7 @@ Use the following steps to synchronize certificates.
388388
1. Select the certificate you imported in **Certificates**.
389389
1. Select **sync certificate**, and confirm the operation.
390390

391-
:::image type="content" source="media/how-to-configure-enterprise-spring-cloud-gateway/gateway-sync-certificate.png" alt-text="Screenshot of the Azure portal showing the Spring Cloud Gateway page for an Azure Spring Apps instance, with Certificate Management selected and the prompt to sync the certificate highlighted." lightbox="media/how-to-configure-enterprise-spring-cloud-gateway/gateway-sync-certificate.png":::
391+
:::image type="content" source="media/how-to-configure-enterprise-spring-cloud-gateway/gateway-sync-certificate.png" alt-text="Screenshot of the Azure portal showing the Spring Cloud Gateway page for Certificate Management with the sync certificate prompt highlighted." lightbox="media/how-to-configure-enterprise-spring-cloud-gateway/gateway-sync-certificate.png":::
392392

393393
#### [Azure CLI](#tab/Azure-CLI)
394394

0 commit comments

Comments
 (0)