Skip to content

Commit ecdb082

Browse files
authored
Merge pull request #7466 from pijemcolu/task/51789-static-ips-for-umbraco-cloud-services
Document Umbraco Cloud internal services static IPs
2 parents 85fabad + e9cc933 commit ecdb082

File tree

4 files changed

+63
-0
lines changed

4 files changed

+63
-0
lines changed

umbraco-cloud/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
* [Umbraco Forms on Cloud](expand-your-projects-capabilities/cloud-extensions/umbraco-forms-on-cloud.md)
9292
* [External Services](expand-your-projects-capabilities/external-services/README.md)
9393
* [Application Insights](expand-your-projects-capabilities/external-services/application-insights.md)
94+
* [Cloud Services Static IPs](expand-your-projects-capabilities/external-services/static-outbound-ip-addresses.md)
9495

9596
## Go Live
9697

umbraco-cloud/expand-your-projects-capabilities/external-services/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,7 @@ If you need to use a CIDR Range for the IPs: `40.113.173.32/28`
5151
{% hint style="info" %}
5252
For projects on a Starter plan, you can see the current dynamic outbound IP addresses. The IP addresses for starter projects are dynamic and may change due to Azure or Umbraco optimizing resources.
5353
{% endhint %}
54+
55+
## Complete IP Address Reference
56+
57+
For a comprehensive list of all static outbound IP addresses used by Umbraco Cloud services across all regions, including both global and regional services, see [Static Outbound IP Addresses for Umbraco Cloud](static-outbound-ip-addresses.md).
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
description: >-
3+
Umbraco Cloud services access external applications with static outbound IP addresses.
4+
This enables you to allowlist Cloud services in IP-based firewalls.
5+
---
6+
7+
# Static Outbound IP Addresses for Umbraco Cloud
8+
9+
Umbraco Cloud services access external applications using static outbound IP addresses. This enables you to allowlist Cloud services in IP-based firewalls. This is particularly useful if you wish to control access to your website based on IP addresses.
10+
11+
## Allowlisting IP Addresses
12+
13+
To ensure uninterrupted access and functionality, allowlist the global and regional services IP addresses. Use the regional IP addresses from the region where your website is hosted.
14+
15+
### Global Services
16+
17+
```
18+
4.180.158.192/28
19+
```
20+
21+
### Regional Services
22+
23+
Below are the static outbound IP address ranges for regions:
24+
25+
**Europe**
26+
```
27+
4.180.157.208/28
28+
```
29+
30+
**Australia**
31+
```
32+
4.197.15.208/28
33+
```
34+
35+
**Canada**
36+
```
37+
20.220.219.208/28
38+
```
39+
40+
**United Kingdom**
41+
```
42+
20.68.233.144/28
43+
```
44+
45+
**United States**
46+
```
47+
4.227.135.208/28
48+
```
49+
50+
Ensure that these IP ranges are added to your firewall's allowlist to maintain seamless connectivity with Umbraco Cloud services.
51+
52+
## Related Information
53+
54+
For information about product upgrades and their impact on your Cloud services, see [Product Upgrades](../../optimize-and-maintain-your-site/manage-product-upgrades/product-upgrades/).

umbraco-cloud/optimize-and-maintain-your-site/manage-product-upgrades/product-upgrades/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,7 @@ What is a breaking change is documented here: [https://our.umbraco.com/documenta
7474
No, it´s not possible to opt-out of product auto upgrades on Umbraco Cloud.
7575

7676
To support a site on Umbraco Cloud, all sites must run the latest versions of our products. That way, we know the sites are running in the most stable state.
77+
78+
## Related Information
79+
80+
If your Cloud website uses IP filtering on the origin, ensure the correct IP addresses are allowlisted to maintain connectivity during upgrades. See [Static Outbound IP Addresses for Umbraco Cloud](../../../expand-your-projects-capabilities/external-services/static-outbound-ip-addresses.md) for more details.

0 commit comments

Comments
 (0)