Umbraco Cloud
CMSHeartcoreDXPMarketplace
  • What is Umbraco Cloud?
  • Frequently asked questions
  • Security
    • Web Application Firewall
  • Sustainability Best Practices
  • Getting Started
    • Explore Umbraco Cloud
    • The Cloud Portal
      • Organizations
      • Sustainability Dashboard
    • Project Overview
    • Environments
    • Flexible Environments (beta)
    • Baselines
      • Baseline Merge Conflicts
      • Break Reference between Baseline and Child Project
      • Handling configuration files
      • Pushing Upgrades to a Child Project
    • Plans
    • Migrate to Umbraco Cloud
    • Repositories in a Cloud Project
    • Best Practice for Working in Teams
    • Migrate between regions
  • Set up
    • Ready to Set Up Your Project?
    • Working with a Local Clone
      • Legacy Umbraco Visual Studio Setup
    • Manage Environments
    • Project Settings
      • Managing Transport Security
      • CDN Caching and Optimizations
      • Dedicated Resources
      • Upgrade your Plan
      • Public Access
      • Managing Hostnames
        • New Certificate Authority for custom hostnames
        • Rewrite rules
        • Custom Certificates
      • Management API Security
      • Umbraco CI/CD Flow
        • Cloud API For CI/CD Flow
        • Configuring a CI/CD pipeline
          • Azure DevOps
          • GitHub Actions
        • Troubleshooting
        • Known Limitations and Considerations
      • External Services
      • Usage
        • Bandwidth
      • Availability and Performance
      • Team Members
        • Technical Contact
      • Secrets Management
      • Project History
    • Private NuGet Feed on Umbraco Cloud
    • Going Live
    • Media
    • External Login Providers
    • Azure Blob Storage
      • Connect to Azure Storage Explorer to upload files manually
      • Connect and Upload Files Programmatically to Azure Blob Storage
    • Users
    • Multi-Factor Authentication
    • Application Insights
    • Config Transforms
    • SMTP Settings
    • Payments
      • Subscription migration information and FAQ
    • Power Tools (Kudu)
      • View the Files on your Cloud Environments
      • Generate UDA files
      • Manually run Extractions on your Cloud Environments
  • Deployments
    • Deployment
    • Deploying between environments
    • Transferring Content, Media, Members, and Forms
    • Deploying Deletions
    • Deployment Webhook
    • Deploying Changes
    • Umbraco Forms on Cloud
    • Deploy Dashboard
    • Hotfixes
      • Apply hotfix by manually moving files
      • Apply hotfix by using Git
    • Restoring Content
      • Partial Restores
  • Databases
    • Keep Your Data Secure and Accessible
    • Working with databases
    • Database backups
    • Database
      • Connecting to the Database on Mac
    • Working with a Cloud database locally
  • Product Upgrades
    • Stay Up to Date with Umbraco Cloud
    • Product Upgrades
    • Major Upgrades
    • Minor Upgrades
    • Version Specific Upgrades
      • Migrate from Umbraco 8 to the latest version
      • Migrate from Umbraco 7 to Umbraco 8 on Umbraco Cloud
    • Upgrade your projects manually
      • Manual upgrade of Umbraco CMS
      • Manual upgrade of Umbraco Deploy
    • Dependencies on Umbraco Cloud
  • Troubleshooting
    • Resolve Issues Quickly and Efficiently
    • Troubleshooting FAQ
    • Log files
    • The Umbraco Backoffice
    • The Frontend
    • The Umbraco Cloud Portal
    • Site Performance checklist
    • Troubleshooting deployments
      • Extraction error: Config transforms failing
      • Extraction error: Data Type collisions
      • Dependency Exception
      • Merge Conflicts on Flexible Environments
      • Troubleshooting deployments failing with no error message
      • Troubleshooting duplicate dictionary items
      • Troubleshooting language mismatches
      • Path too long Exception
      • Schema Mismatches
      • How to resolve collision errors
      • Extraction error: "Type not found! "
    • Cloud Errors
  • Release Notes
    • Overview 2025
      • April 2025
      • March 2025
      • February 2025
      • January 2025
    • Overview 2024
      • December 2024
      • November 2024
      • October 2024
      • September 2024
      • August 2024
      • July 2024
      • May 2024
      • April 2024
      • March 2024
      • February 2024
      • January 2024
    • Overview 2023
      • December 2023
      • October 2023
      • September 2023
      • August 2023
      • June 2023
      • May 2023
      • April 2023
      • March 2023
      • February 2023
      • January 2023
    • Overview 2022
      • December 2022
      • November 2022
      • September 2022
      • August 2022
      • June 2022
      • May 2022
      • April 2022
      • March 2022
      • February 2022
      • January 2022
Powered by GitBook
On this page
  • Overview
  • Environments
  • Team
  • Summary
  • Insights
  • Project History
  • Availability & Performance
  • Usage
  • Configuration
  • Connections
  • Automatic Upgrades
  • CDN & Caching
  • Hostnames
  • Webhooks
  • Advanced
  • Backups
  • Security
  • Public Access
  • Transport Security
  • Management API Security
  • Certificates
  • Secrets
  • Management
  • Dedicated Resources
  • Upgrade Project
  • Rename Project
  • Delete Project

Was this helpful?

Edit on GitHub
Export as PDF
  1. Set up

Project Settings

PreviousManage EnvironmentsNextManaging Transport Security

Last updated 28 days ago

Was this helpful?

When working with an Umbraco Cloud project, you can handle the project configuration directly in the Umbraco Cloud Portal. You can manage the following configurations from the left-side menu:

Overview

Environments

The Environments section provides an overview of your project’s environments. Here, you can:

  • Access the Website (frontend) and backend,

  • Open Kudu, and

  • Clone down the environment locally.

Environment error log

Each environment has an error log that appears only if there are any unread errors in that specific environment. You can view the errors by clicking on Error logs in the environment menu.

In the Error logs page, you can manually mark each error as read which will move it from the "New" section to the "Read" section. Errors marked as read will be permanently deleted after 30 days.

Environment errors are stored in the UCErrorLog table.

The query below deletes 90% of the errors. The query always deletes the oldest errors first. You can tweak the query to delete any percentage of errors by changing the number in the first row.

DELETE TOP(90) PERCENT
  FROM [dbo].[UCErrorLog]
  WHERE [Read] = 0

Team

The Team section allows you to:

  • Manage team members and their permissions on different environments.

  • Add new team members.

  • Monitor pending project invitations.

Summary

The Summary section displays key information such as the project plan, the region where the project was created, payment status, and more.

Insights

In the Project History section, you can view a list of high-level activities for your cloud project.

You can see metrics related to the overall health and performance of the Azure app service hosting the different environments of your solution.

The Usage section allows you to:

  • View the usage of Custom Domains, Media Storage, Bandwidth, and Bandwidth History for your project.

  • Check whether the project is using above or below the allowed amount for its plan.

  • View the top 10 bandwidth usage paths, referrers, and the top 50 media files.

Configuration

The Connections section provides connection details for your Umbraco Cloud databases. You need to allow your IP to connect to the databases with your local machine.

The Automatic Upgrades section handles minor and patch upgrades for the Umbraco components used by Umbraco Cloud. By default, new projects are opt-in for these upgrades.

The CDN & Caching section lets you manage CDN Caching and Optimization settings for your project. You can:

  • Modify the default settings that apply to all hostnames added to the project.

  • Set specific caching settings per hostname if different configurations are required for certain hostnames.

  • Purge Cache for individual hostnames or all of them.

In the Hostnames section, you can bind hostnames to your Umbraco Cloud project.

You can configure deployment webhooks for your environments in this section. Webhooks are triggered upon successful deployments, and you can specify where the deployment information is sent.

Advanced

The Advanced section provides options for managing advanced settings for your project, including:

  • Enable IIS logging for each environment. The log files can be accessed in Kudu at C:\home\LogFiles\http. IIS logs have a rolling size limit of 100 MB, overwriting the oldest files once the limit is reached.

  • Change the .NET framework runtime for each environment of your Umbraco Cloud project.

The Backups section enables you to create database backups for one or more of your cloud environments.

Security

By default, Public access is available for projects created after the 10th of January 2023.

The Public access setting, found under the Security tab, allows you to deny access to your project. Users who are not part of the project or whose IP addresses have not been allowed will not be able to access the project.

You can enable or disable this setting on the Public access page. Access to manage Public access requires your project to be on the Standard plan or higher.

The Transport Security section enables you to manage transport security settings for your project. You can configure specific transport security options for all hostnames or individual hostnames within your project.

The Management API Security section allows you to secure access to the backend services of your project. This can be managed from the Security menu on the Umbraco Cloud Portal.

This feature is only available on Professional or Enterprise plan.

If you have a custom certificate, you can upload and bind it to your custom hostnames. This can be done instead of using the TLS: Transport Layer Security (HTTPS) certificates provided by the Umbraco Cloud service.

The Secrets Management section is used for storing sensitive information such as API keys, encryption keys, and connection strings used by your Umbraco Cloud project.

Management

You can change your Umbraco Cloud project to run in a dedicated setup with additional computational resources compared to the shared setup. You can choose between different dedicated options depending on the number of resources you will need for your project.

Upgrade Project

You can upgrade your project to a Standard or a Professional plan from the Management menu, depending on your needs. The option is not available if you are already on a specific plan or if you are running in Trial mode.

Rename Project

You can rename your Umbraco Cloud project from the Management menu.

If you are working locally, you need to update the origin of your local git repository to point to the new clone URL. Alternatively, you can make a fresh local clone of the project once you’ve changed your project name.

You can rename your project from the Rename Project section in the Management menu on the Umbraco Cloud Portal. When you rename a project, the default hostnames and clone URLs assigned to the project are updated to match the new project name. You can also rename your project files and folders locally.

Delete Project

You can delete your Umbraco Cloud project from the Management menu. Deleting your Umbraco Cloud project is permanent - all data, media, databases, configuration, setup, and domain bindings are removed in the process.

Deleting your Umbraco Cloud project will also cancel any subscriptions you have set up for the project.

During development, too many errors can slow down the error page. To fix this, connect to the environment's database locally and delete the errors. Learn how to connect to the database in the section.

Manage backoffice user groups and for your project.

From this page, you can manage whether your site is automatically upgraded to the latest minor version(s) of the Cloud products. To learn more about automatic upgrades, visit the section.

for projects on Standard, Professional, or Enterprise plans.

.

Enabling IIS logging will cause the site to restart. For additional information, refer to the .

The package can be installed to enable Public access for projects created before the 10th of January 2023.

Database on Umbraco Cloud
Technical contacts
Project History
Availability & Performance
Usage
Connections
Automatic Upgrades
Upgrades
CDN & Caching
Hostnames
Webhooks
Umbraco CI/CD Flow
Microsoft Documentation
Public Access
Umbraco.Cloud.Cms.PublicAccess
Transport Security
Management API Security
Certificates
Secrets
Dedicated Resources
Backups
Renaming the Project file and folder
Enable loading of a client certificate from the file system
Enable static outbound IP addresses
Settings menu
Environments Overview
Project Summary
Project History
Availability & Performance
Usage
Connections
Automatic Upgrades
CDN & Caching
Hostnames
Webhooks
Advanced Settings
Backups
Public Access
Transport Security
Management API Security
Certificates
Secrets
Dedicated Resources
Upgrade Project
Rename Project
Delete Project