June 2025
Key Takeaways
Hostname Monitoring – Get notified when your hostnames do not behave as expected, directly from the Cloud Portal.
CI/CD v2 with target environment support – You can now specify a development or flexible environment by name when deploying from pipelines.
Umbraco version 16 – Umbraco version 16 is now available on Umbraco Cloud.
Managing
DOTNET_ENVIRONMENT
environment variable - You can now view and edit theDOTNET_ENVIRONMENT
environment variable on Cloud Portal.
Hostname Monitoring
Hostname Monitoring is now available on Umbraco Cloud, giving you better visibility and control over your environment setup.
This feature automatically pings your hostnames from one of the supported regions and verifies that the response is as expected. If a hostname does not respond as expected, you will see it directly in the Cloud Portal. This helps you quickly identify and resolve issues that could affect your site’s availability.
CI/CD v2 with target environment support
Version 2 of the Umbraco Cloud CI/CD feature introduces support for specifying which environment to deploy to. This makes it easier to set up automated deployments from pipelines to your Cloud environments.
Currently, target environments must be either the default development environment or a flexible environment. Deployment to the Live or Staging environments is not yet supported.
Learn more in the CI/CD on Umbraco Cloud article.
Umbraco version 16
You can now start new projects on Umbraco 16 or upgrade your existing projects to take advantage of the latest features and improvements.
Umbraco version 16 still runs on .NET 9, like Umbraco version 15.
Managing DOTNET_ENVIRONMENT
environment variable
DOTNET_ENVIRONMENT
environment variableIt is now possible to view and edit the DOTNET_ENVIRONMENT
variable on Cloud Portal. This can be done by navigating to the Advanced settings in the Configuration section.
This feature gives you more control over the configuration of your Umbraco Cloud environment. By specifying a custom DOTNET_ENVIRONMENT
value, you can load different environment-specific settings per environment.
Last updated
Was this helpful?