Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ If you need to use a CIDR (Classless Inter-Domain Routing) Range for the IPs: `4
{% hint style="info" %}
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.
{% endhint %}

## Complete IP Address Reference

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).
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
description: >-
Umbraco Cloud services access external applications with static outbound IP addresses.
This enables you to whitelist cloud services in IP based firewalls.
---

# Static Outbound IP Addresses for Umbraco Cloud

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.

Check warning on line 9 in umbraco-cloud/expand-your-projects-capabilities/external-services/static-outbound-ip-addresses.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐢 [UmbracoDocs.Terms] Use 'allow list' instead of 'whitelist' for consistency. Raw Output: {"message": "[UmbracoDocs.Terms] Use 'allow list' instead of 'whitelist' for consistency.", "location": {"path": "umbraco-cloud/expand-your-projects-capabilities/external-services/static-outbound-ip-addresses.md", "range": {"start": {"line": 9, "column": 108}}}, "severity": "WARNING"}

## Whitelisting IP Addresses

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.

Check warning on line 13 in umbraco-cloud/expand-your-projects-capabilities/external-services/static-outbound-ip-addresses.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐢 [UmbracoDocs.Terms] Use 'allow list' instead of 'whitelist' for consistency. Raw Output: {"message": "[UmbracoDocs.Terms] Use 'allow list' instead of 'whitelist' for consistency.", "location": {"path": "umbraco-cloud/expand-your-projects-capabilities/external-services/static-outbound-ip-addresses.md", "range": {"start": {"line": 13, "column": 62}}}, "severity": "WARNING"}

Check warning on line 13 in umbraco-cloud/expand-your-projects-capabilities/external-services/static-outbound-ip-addresses.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐢 [UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words). For content inside note or warning blocks, add blank lines around the content. Raw Output: {"message": "[UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words). For content inside note or warning blocks, add blank lines around the content.", "location": {"path": "umbraco-cloud/expand-your-projects-capabilities/external-services/static-outbound-ip-addresses.md", "range": {"start": {"line": 13, "column": 1}}}, "severity": "WARNING"}

### Global Services

```
4.180.158.192/28
```

### Regional Services

Below are the static outbound IP address ranges for various regions:

Check warning on line 23 in umbraco-cloud/expand-your-projects-capabilities/external-services/static-outbound-ip-addresses.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐢 [UmbracoDocs.Editorializing] Consider removing 'various' as it can be considered opinionated. Raw Output: {"message": "[UmbracoDocs.Editorializing] Consider removing 'various' as it can be considered opinionated.", "location": {"path": "umbraco-cloud/expand-your-projects-capabilities/external-services/static-outbound-ip-addresses.md", "range": {"start": {"line": 23, "column": 53}}}, "severity": "WARNING"}

**Europe**
```
4.180.157.208/28
```

**Australia**
```
4.197.15.208/28
```

**Canada**
```
20.220.219.208/28
```

**United Kingdom**
```
20.68.233.144/28
```

**United States**
```
4.227.135.208/28
```

Ensure that these IP ranges are added to your firewall's whitelist to maintain seamless connectivity with Umbraco Cloud services.

Check warning on line 50 in umbraco-cloud/expand-your-projects-capabilities/external-services/static-outbound-ip-addresses.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐢 [UmbracoDocs.Terms] Use 'allow list' instead of 'whitelist' for consistency. Raw Output: {"message": "[UmbracoDocs.Terms] Use 'allow list' instead of 'whitelist' for consistency.", "location": {"path": "umbraco-cloud/expand-your-projects-capabilities/external-services/static-outbound-ip-addresses.md", "range": {"start": {"line": 50, "column": 58}}}, "severity": "WARNING"}

## Related Information

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/).
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,7 @@
No, itΒ΄s not possible to opt-out of product auto upgrades on Umbraco Cloud.

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.

## Related Information

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.

Check warning on line 80 in umbraco-cloud/optimize-and-maintain-your-site/manage-product-upgrades/product-upgrades/README.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐢 [UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words). For content inside note or warning blocks, add blank lines around the content. Raw Output: {"message": "[UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words). For content inside note or warning blocks, add blank lines around the content.", "location": {"path": "umbraco-cloud/optimize-and-maintain-your-site/manage-product-upgrades/product-upgrades/README.md", "range": {"start": {"line": 80, "column": 1}}}, "severity": "WARNING"}
Loading