Skip to content

Commit 913deb9

Browse files
committed
Update Note and image/add redirection to new article
1 parent 0910122 commit 913deb9

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15273,6 +15273,11 @@
1527315273
"redirect_url": "/azure/developer/jenkins/deploy-to-azure-spring-cloud-using-azure-cli",
1527415274
"redirect_document_id": false
1527515275
},
15276+
{
15277+
"source_path_from_root": "/articles/azure/spring-cloud/how-to-enable-end-to-end-tls.md",
15278+
"redirect_url": "/azure/spring-cloud/how-to-enable-ingress-to-app-tls",
15279+
"redirect_document_id": false
15280+
},
1527615281
{
1527715282
"source_path_from_root": "/articles/jenkins/tutorial-build-deploy-jenkins.md",
1527815283
"redirect_url": "/azure/developer/jenkins/deploy-to-linux-vm-using-azure-devops-services",

articles/spring-cloud/how-to-enable-ingress-to-app-tls.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ ms.custom: devx-track-java
1313

1414
**This article applies to:** ✔️ Standard tier ✔️ Enterprise tier
1515

16-
> Note: This feature is not available in Basic tier.
16+
> [!NOTE]
17+
> This feature is not available in Basic tier.
1718
1819
This article describes secure communications in Azure Spring Cloud. The article also explains how to enable ingress-to-app SSL/TLS to secure traffic from an ingress controller to applications that support HTTPS.
1920

2021
The following picture shows the overall secure communication support in Azure Spring Cloud.
2122

22-
![Secured TLS in Azure Spring Cloud diagram.](media/enable-end-to-end-tls/secured-tls.png)
23+
:::image type="content" source="media/enable-end-to-end-tls/secured-tls.png" alt-text="Screenshot of secured T L S flow in Azure Spring Cloud.":::
2324

2425
## Secure communication model within Azure Spring Cloud
2526

@@ -74,7 +75,7 @@ To enable ingress-to-app TLS in the [Azure portal](https://portal.azure.com/), f
7475
3. Select **Ingress-to-app TLS**.
7576
4. Switch **Ingress-to-app TLS** to *Yes*.
7677

77-
![Enable Ingress-to-app TLS in portal](./media/enable-end-to-end-tls/enable-i2a-tls.png)
78+
![Screenshot showing where to enable Ingress-to-app TLS in portal.](./media/enable-end-to-end-tls/enable-i2a-tls.png)
7879

7980
### Verify ingress-to-app TLS status
8081

0 commit comments

Comments
 (0)