February 2026

Key Takeaways

  • Release Umbraco.Cloud.Cms 13.0.1, 16.0.2 & 17.0.2 - Adds middleware that ensures the internal Azure URL remains hidden on initial requests.

  • Configure automatic patch upgrades - Allows project admins to enable or disable automatic patch upgrades so you can now fully control when your project upgrades.

  • Disable parallel builds - Disable parallel builds for Umbraco 9+ sites to prevent resource contention.

  • Project invite notifications - Adds UI notifications when receiving project invitations, improving visibility and making it easier to respond directly from the Portal.

Release Umbraco.Cloud.Cms 13.0.1, 16.0.2 & 17.0.2

This release resolved an issue where Cloud sites end up using localhost or *.azurewebsites.net as their root domain. The issue was caused by early Azure platform requests during site startup being persisted as the site's base URL.

We fixed this by using early middleware and forwarded headers to ensure the umbracoApplicationUrlarrow-up-right overrides Azure hostnames before they are persisted.

Configure automatic patch upgrades

It is now possible to disable automatic patch upgrades from the Project Settings page. New projects default to having automatic upgrades enabled.

circle-exclamation
UI for selecting which upgrades you want to automatically apply

For more on configuring automatic upgrades refer to the Projects Settings documentation.

Disable parallel builds

circle-info

The following applies to sites using Umbraco 9 and newer.

When deploying to Umbraco Cloud, the build step of a deployment could previously utilize all available resources on the underlying infrastructure. This had the side effect that the deployments could end up experiencing resource contention, causing it to complete slowly or fail entirely.

We have now disabled parallel builds, ensuring that a single deployment can no longer consume all available resources. This reduces issues caused by the "noisy neighbor" effect and improves overall deployment reliability.

Project invite notifications

This update introduces in-app notifications in the Cloud Portal when you receive a project invitation.

A notification badge is now displayed in the UI, incrementing based on the number of pending invitations. For example, if you have five outstanding invites, the notification indicator will display 5, giving you a clear and immediate overview of outstanding actions.

This makes project onboarding more visible and ensures that invitations are not missed, especially for users who are invited to multiple projects.

Pending Invite Notification
Pending Invite Notification

Last updated

Was this helpful?