Skip to content

Commit 2021c96

Browse files
Merge pull request #309196 from domainname/main
Azure Spring Apps: Add service tag
2 parents f9c3df0 + 757db22 commit 2021c96

1 file changed

Lines changed: 9 additions & 27 deletions

File tree

articles/spring-apps/basic-standard/how-to-custom-domain.md

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -33,33 +33,15 @@ Certificates encrypt web traffic. These TLS/SSL certificates can be stored in Az
3333

3434
## Key Vault private link considerations
3535

36-
The IP addresses for Azure Spring Apps management aren't 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:
37-
38-
- `20.99.204.111`
39-
- `20.201.9.97`
40-
- `20.74.97.5`
41-
- `52.235.25.35`
42-
- `20.194.10.0`
43-
- `20.59.204.46`
44-
- `104.214.186.86`
45-
- `52.153.221.222`
46-
- `52.160.137.39`
47-
- `20.39.142.56`
48-
- `20.199.190.222`
49-
- `20.79.64.6`
50-
- `20.211.128.96`
51-
- `52.149.104.144`
52-
- `20.197.121.209`
53-
- `40.119.175.77`
54-
- `20.108.108.22`
55-
- `102.133.143.38`
56-
- `52.226.244.150`
57-
- `20.84.171.169`
58-
- `20.93.48.108`
59-
- `20.75.4.46`
60-
- `20.78.29.213`
61-
- `20.106.86.34`
62-
- `20.193.151.132`
36+
The IP addresses for Azure Spring Apps management aren't 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 IP addresses of Azure Spring Apps control plane **AND** the service tag to Azure Key Vault firewall.
37+
38+
| Cloud | IP Addresses | Service Tag |
39+
| -------- | ------------------------------------------------------------ | -------------------------------------------- |
40+
| Public | - `20.99.204.111`<br/>- `20.201.9.97`<br/>- `20.74.97.5`<br/>- `52.235.25.35`<br/>- `20.194.10.0`<br/>- `20.59.204.46`<br/>- `104.214.186.86`<br/>- `52.153.221.222`<br/>- `52.160.137.39`<br/>- `20.39.142.56`<br/>- `20.199.190.222`<br/>- `20.79.64.6`<br/>- `20.211.128.96`<br/>- `52.149.104.144`<br/>- `20.197.121.209`<br/>- `40.119.175.77`<br/>- `20.108.108.22`<br/>- `102.133.143.38`<br/>- `52.226.244.150`<br/>- `20.84.171.169`<br/>- `20.93.48.108`<br/>- `20.75.4.46`<br/>- `20.78.29.213`<br/>- `20.106.86.34`<br/>- `20.193.151.132` | `SystemServiceAzureSpringAppsResourceProvider` |
41+
| Mooncake | - `52.131.254.89`<br/>- `52.131.41.48`<br/>- `159.27.26.25` | N/A |
42+
43+
> [!NOTE]
44+
> For security compliance, Azure Spring Apps is going to replace these IP addresses in the public cloud with new IP addresses tagged with `SystemServiceAzureSpringAppsResourceProvider`. To avoid service disruption, add the service tag in your firewall as soon as possible.
6345
6446
## Import certificate
6547

0 commit comments

Comments
 (0)