Skip to content

Commit d5d1211

Browse files
committed
update
1 parent 7918de4 commit d5d1211

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/spring-apps/migration/migrate-to-azure-container-apps-custom-domain.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,7 @@ For more information, see the [Peer-to-peer encryption](../../container-apps/net
117117

118118
## Traffic to external services
119119

120-
When you define a certificate, you create a reference to a certificate stored in Azure Key Vault. You can enable TLS and mTLS for traffic to external services by loading the certificate from Azure Key Vault with `spring-cloud-azure-starter-keyvault-jca`.
121-
122-
To use this feature, your java project must be Spring Boot 3.1+ and adding the following dependency to your `pom.xml`:
120+
This sample shows how to enable TLS and mTLS for traffic to external services by loading the certificate from Azure Key Vault using the `spring-cloud-azure-starter-keyvault-jca` library. Your Java project must use Spring Boot 3.1+ and include the following dependency in `pom.xml`:
123121

124122
```xml
125123
<dependency>

0 commit comments

Comments
 (0)