Skip to content

Commit 723aefb

Browse files
committed
Document Umbraco Cloud internal servioces static IPs
1 parent fb2a646 commit 723aefb

File tree

3 files changed

+62
-0
lines changed

3 files changed

+62
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,7 @@ If you need to use a CIDR (Classless Inter-Domain Routing) Range for the IPs: `4
4949
{% hint style="info" %}
5050
For projects on a Starter plan, you can see the current dynamic outbound IP addresses. The IP addresses shown for starter projects are dynamic and are likely to change at some point due to either Azure or Umbraco optimizing hosting resources.
5151
{% endhint %}
52+
53+
## Complete IP Address Reference
54+
55+
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 whitelist cloud services in IP based firewalls.
5+
---
6+
7+
# Static Outbound IP Addresses for Umbraco Cloud
8+
9+
Umbraco Cloud services access external applications with static outbound IP addresses. This enables you to whitelist 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+
## Whitelisting IP Addresses
12+
13+
To ensure uninterrupted access and functionality, you should whitelist both the global services IP addresses and the IP addresses specific to 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 various 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 whitelist 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 Umbraco Cloud website uses IP filtering on the origin you need to ensure you have the correct IP addresses whitelisted to maintain connectivity during and after upgrades. See [Static Outbound IP Addresses for Umbraco Cloud](../../../expand-your-projects-capabilities/external-services/static-outbound-ip-addresses.md) for complete details.

0 commit comments

Comments
 (0)