Umbraco.Cloud.Issues
Umbraco.Cloud.Issues copied to clipboard
Public issue tracker for Umbraco Cloud
When deploying multiple sites for clients (particularly using baseline deployment) monitoring the status of those sites quickly becomes an issue. There are 3rd-party commercial services available to monitor sites and...
We often have multiple (long duration) different development features so instead of creating them all on the same cloud DEV environment we are using branches and creating multiple (one per...
[Umbraco 7.10.5 Deploy 2.0.15] When I switched from Courier to Umbraco Deploy where was tons of conflicts in dictionaries. [This page](https://our.umbraco.com/Documentation/Umbraco-Cloud/Troubleshooting/Deployments/Duplicate-Dictionary-Items/) is telling how to work these conflicts; but is...
When you do a restore from the live to development workspace it merges the data. It would be a nice feature to have an option to restore with a clean...
### Issue description The loading of the environments on the portal project detail page is getting really slow. If I want to push updates between environments it is not an...
### Issue description Hello, I just noticed that when I restore a database with the newly released feature in Umbraco Cloud my existing SQL Azure firewall rules which include some...
### Issue description Umbraco Cloud deployments use the "master" (or "main") branch when deploying to a Development environment. I propose allowing deployments from other Git branches. Additionally, I suggest providing...
### Issue description To align with modern Git practices and terminology, I propose renaming the default Git branch from "master" to "main" for all new projects on Umbraco Cloud. We...
### Issue description To replicate: 1. Set up dictionary item locally, then deploy to Umbraco cloud 2. Update dictionary item value in Umbraco cloud site 3. Carry out deployment using...
### Issue description When enabling [RestorePackagesWithLockFile](https://devblogs.microsoft.com/nuget/enable-repeatable-package-restores-using-a-lock-file/), generating the packages.lock.json file locally and then committing/pushing to Cloud, the build fails with the following message: ``` remote: Updating branch 'master'. remote: Updating...