Skip to content

Commit 6a3f786

Browse files
committed
update doc
1 parent 1fc21ac commit 6a3f786

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ If you need to secure your custom domain in Azure Container Apps, you can use a
4646

4747
If you have a private certificate stored locally, you can upload it. For more information, see [Custom domain names and bring your own certificates in Azure Container Apps](../../container-apps/custom-domains-certificates.md).
4848

49-
If your certificate is from Azure Key Vault, see [Import certificates from Azure Key Vault to Azure Container Apps](../../container-apps/key-vault-certificates-manage.md) for more information.
49+
If your certificate is from Azure Key Vault, you can import certificates to Azure Container Apps directly. For more informaiton, see [Import certificates from Azure Key Vault to Azure Container Apps](../../container-apps/key-vault-certificates-manage.md).
5050

5151
If you want to continue using the original certificate and domain name from Azure Spring Apps, you can upload the certificate to container apps or Azure Key Vault. Also, you can update the A record or CNAME in your DNS provider to redirect the original domain name to the container app IP or URL.
5252

@@ -156,7 +156,7 @@ cloud:
156156
managed-identity-enabled: true
157157
```
158158

159-
1. Update your `RestTemplate` or `WebClient` bean configuration to apply the Key Vault SSL bundle:
159+
1. To apply the Key Vault SSL bundle, update your `RestTemplate` or `WebClient` bean configuration:
160160

161161
```java
162162
// For RestTemplate
@@ -211,7 +211,7 @@ cloud:
211211
managed-identity-enabled: true
212212
```
213213

214-
1. Update your `RestTemplate` or `WebClient` bean configuration to apply the Key Vault SSL bundle:
214+
1. To apply the Key Vault SSL bundle, update your `RestTemplate` or `WebClient` bean configuration:
215215

216216
```java
217217
// For RestTemplate

0 commit comments

Comments
 (0)