Skip to content

Commit 5475be5

Browse files
Merge pull request #227227 from brhamilton529/patch-44
IP addresses for tutorial-custom-domain - Patch 44
2 parents ac34e98 + d2e1178 commit 5475be5

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

articles/spring-apps/tutorial-custom-domain.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,35 @@ Certificates encrypt web traffic. These TLS/SSL certificates can be stored in Az
2929
* A private certificate (that is, your self-signed certificate) from a third-party provider. The certificate must match the domain.
3030
* A deployed instance of [Azure Key Vault](../key-vault/general/overview.md)
3131

32-
## Keyvault Private Link Considerations
33-
34-
The Azure Spring Apps management IPs are not yet part of the Azure Trusted Microsoft services. Therefore, to allow Azure Spring Apps to load certificates from a Key Vault protected with Private endpoint connections, you must add the following IPs to Azure Key Vault Firewall: `20.99.204.111, 20.201.9.97, 20.74.97.5, 52.235.25.35, 20.194.10.0, 20.59.204.46, 104.214.186.86, 52.153.221.222, 52.160.137.39, 20.39.142.56, 20.199.190.222, 20.79.64.6, 20.211.128.96, 52.149.104.144, 20.197.121.209, 40.119.175.77, 20.108.108.22, 102.133.143.38, 52.226.244.150, 20.84.171.169, 20.93.48.108, 20.75.4.46, 20.78.29.213, 20.106.86.34, 20.193.151.132`
32+
## Key Vault private link considerations
33+
34+
The IP addresses for Azure Spring Apps management are not yet part of the Azure Trusted Microsoft services. Therefore, to enable Azure Spring Apps to load certificates from a Key Vault protected with private endpoint connections, you must add the following IP addresses to Azure Key Vault firewall:
35+
36+
* `20.99.204.111`
37+
* `20.201.9.97`
38+
* `20.74.97.5`
39+
* `52.235.25.35`
40+
* `20.194.10.0`
41+
* `20.59.204.46`
42+
* `104.214.186.86`
43+
* `52.153.221.222`
44+
* `52.160.137.39`
45+
* `20.39.142.56`
46+
* `20.199.190.222`
47+
* `20.79.64.6`
48+
* `20.211.128.96`
49+
* `52.149.104.144`
50+
* `20.197.121.209`
51+
* `40.119.175.77`
52+
* `20.108.108.22`
53+
* `102.133.143.38`
54+
* `52.226.244.150`
55+
* `20.84.171.169`
56+
* `20.93.48.108`
57+
* `20.75.4.46`
58+
* `20.78.29.213`
59+
* `20.106.86.34`
60+
* `20.193.151.132`
3561

3662
## Import certificate
3763

0 commit comments

Comments
 (0)