-
Notifications
You must be signed in to change notification settings - Fork 811
Document Umbraco Cloud internal services static IPs #7466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
eshanrnh
merged 8 commits into
umbraco:main
from
pijemcolu:task/51789-static-ips-for-umbraco-cloud-services
Nov 11, 2025
Merged
Changes from 6 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
723aefb
Document Umbraco Cloud internal servioces static IPs
pijemcolu 3de6405
Change 'whitelist' to 'allow-list' in documentation
pijemcolu 31683ae
Simplify IP filtering note in README
pijemcolu 9545ed0
Update umbraco-cloud/optimize-and-maintain-your-site/manage-product-uβ¦
pijemcolu 2781483
Update 'Whitelisting' to 'Allow-listing' in documentation
pijemcolu cc44f0a
Updated allow-list to allowlist
eshanrnh b5f9ca4
Updated term to maintai nconsistency
eshanrnh e9cc933
add to summary.md
pijemcolu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54 changes: 54 additions & 0 deletions
54
...nd-your-projects-capabilities/external-services/static-outbound-ip-addresses.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 allowlist Cloud services in IP-based firewalls. | ||
| --- | ||
|
|
||
| # Static Outbound IP Addresses for Umbraco Cloud | ||
|
|
||
| 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. | ||
|
|
||
| ## Allow-listing IP Addresses | ||
|
|
||
| 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. | ||
|
|
||
| ### Global Services | ||
|
|
||
| ``` | ||
| 4.180.158.192/28 | ||
| ``` | ||
|
|
||
| ### Regional Services | ||
|
|
||
| Below are the static outbound IP address ranges for regions: | ||
|
|
||
| **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 allow list to maintain seamless connectivity with Umbraco Cloud services. | ||
eshanrnh marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ## 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/). | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.