Skip to content

Commit 14ed4e9

Browse files
eshanrnhgitbook-bot
authored andcommitted
GITBOOK-121: New articles for Hosting and Key Features and Benefits of Cloud
1 parent 2b912ef commit 14ed4e9

File tree

4 files changed

+161
-2
lines changed

4 files changed

+161
-2
lines changed

umbraco-cloud/SUMMARY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
* [What is Umbraco Cloud?](explore-umbraco-cloud/what-is-umbraco-cloud/README.md)
88
* [Frequently asked questions](explore-umbraco-cloud/what-is-umbraco-cloud/frequently-asked-questions.md)
99
* [Umbraco Cloud Plans](explore-umbraco-cloud/what-is-umbraco-cloud/umbraco-cloud-plans.md)
10+
* [Hosting with Umbraco Cloud: Cloud vs. Self-Hosted](explore-umbraco-cloud/what-is-umbraco-cloud/hosting-with-umbraco-cloud-cloud-vs.-self-hosted.md)
11+
* [Key Features and Benefits of Using Umbraco Cloud](explore-umbraco-cloud/what-is-umbraco-cloud/key-features-and-benefits-of-using-umbraco-cloud.md)
1012
* [Technology](explore-umbraco-cloud/technology-overview/README.md)
1113
* [Repositories in a Cloud Project](explore-umbraco-cloud/technology-overview/repositories-in-a-cloud-project.md)
1214

umbraco-cloud/explore-umbraco-cloud/what-is-umbraco-cloud/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: >-
66

77
# What is Umbraco Cloud?
88

9-
Umbraco Cloud is the fully managed, flexible, and scalable way to build and host Umbraco websites all in one place. Built on top of the open-source Umbraco CMS and hosted on Microsoft Azure, it gives developers, editors, and teams everything they need to deliver fast, secure, and future-proof digital experiences.
9+
Umbraco Cloud is the fully managed, flexible, and scalable way to build and host Umbraco websites, all in one place. Built on top of the open-source Umbraco CMS and hosted on Microsoft Azure, it gives developers, editors, and teams everything they need to deliver fast, secure, and future-proof digital experiences.
1010

1111
Umbraco Cloud takes care of installation, infrastructure, and security. You will also get the tools to work with your project in the Cloud or locally. Local development starts with cloning the project down to your PC or Linux/macOS.
1212

@@ -16,7 +16,7 @@ When you are ready to show your work to the world, Umbraco Cloud provides a safe
1616

1717
* Fully managed hosting: Hosted on Microsoft Azure with automatic backups, global CDN, HTTPS, and scaling built in.
1818
* Out-of-the-box DevOps: Use Git-based workflows, built-in CI/CD, and structured environments (Development, Staging, Live) to deliver with confidence.
19-
* Easy collaboration: Invite team members, manage access, and deploy content and code with ease all from the Cloud Portal. 
19+
* Easy collaboration: Invite team members, manage access, and deploy content and code with ease, all from the Cloud Portal. 
2020
* Security and reliability: Backed by secure infrastructure, automated TLS, point-in-time restores, and Cloudflare protection for performance and safety.
2121
* Built for growth: Start small and scale as needed, with flexible environments, external integrations, and support for custom workflows and packages.
2222

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
description: >-
3+
A quick overview of how Umbraco Cloud provides secure, scalable, and fully
4+
managed hosting.
5+
---
6+
7+
# Hosting with Umbraco Cloud: Cloud vs. Self-Hosted
8+
9+
Umbraco Cloud offers fully managed hosting for your Umbraco projects, leveraging Microsoft Azure. This means you don’t have to worry about setting up infrastructure, servers, or deployment pipelines. Everything is included and optimized for running Umbraco projects at scale.
10+
11+
Whether you're launching a new site or migrating an existing one, choosing between **Umbraco Cloud** and **self-hosted Umbraco** depends on your project's requirements, team setup, and compliance needs. Here's a breakdown to help you make a decision.
12+
13+
| Feature | Umbraco Cloud | Self-Hosted Umbraco |
14+
| --------------------------- | -------------------------------------- | ----------------------------------------------------- |
15+
| **Hosting infrastructure** | Managed by Umbraco on Azure | Managed by you (Azure, AWS, on-prem, etc.) |
16+
| **Setup Time** | Minimal, creates a project in minutes | Manual configuration is required |
17+
| **Upgrades (CMS + Deploy)** | Automated and guided | Manual updates needed |
18+
| **Deployments** | Built-in workflows via Umbraco Deploy | Custom pipeline setup needed |
19+
| **Upgrades and Backups** | Automatic and included | Manual or via custom setup |
20+
| **CI/CD Support** | Built-in automated deployments | Custom pipelines (e.g., Azure DevOps, GitHub Actions) |
21+
| **Monitoring and logging** | Integrated dashboards and logs | Must integrate with external tools |
22+
| **Security and Compliance** | WAF, HTTPS, MFA, ISO-certified hosting | Your responsibility |
23+
| **Support** | Included with selected plans | Community or third-party support |
24+
25+
## Shared vs. Dedicated Hosting
26+
27+
Umbraco Cloud offers:
28+
29+
* **Shared Hosting** (default): Your site runs in an isolated environment on shared infrastructure that is optimized for performance and security.
30+
* **Dedicated Resources**: Available for high-traffic or security-sensitive projects with full tenant isolation. For a full overview of configuration and pricing, refer to the [Dedicated Resources page](https://umbraco.com/products/umbraco-cloud/dedicated-resources/)
31+
32+
 For plan-level details, see the [Umbraco Cloud Plans](https://umbraco.com/products/umbraco-cloud/pricing/).
33+
34+
## When to Choose Umbraco Cloud
35+
36+
Choose **Umbraco Cloud** if you want to:
37+
38+
* Launch quickly with minimal infrastructure setup.
39+
* Automate deployments, upgrades, and backups.
40+
* Focus on building solutions, not managing servers.
41+
* Collaborate smoothly across teams with built-in workflows.
42+
* Receive support and platform updates directly from Umbraco HQ.
43+
* Align with best practices for security, scaling, and deployment.
44+
45+
#### Ideal for
46+
47+
* Digital agencies
48+
* Internal development teams
49+
* MVPs and large-scale web projects needing quick iteration and long-term stability
50+
51+
## When to Choose Self-Hosted Umbraco
52+
53+
Choose **self-hosted** Umbraco if you:
54+
55+
* Require complete control over your hosting and stack.
56+
* Must adhere to specific security, legal, or compliance requirements.
57+
* Have in-house DevOps expertise and want to tailor CI/CD workflows.
58+
* Need integration with private networks or legacy systems.
59+
* Prefer a different cloud provider or on-premises setup.
60+
61+
### **Ideal for**
62+
63+
* Enterprises with strict governance
64+
* Custom architecture requirements
65+
* Projects with highly specialized hosting needs
66+
67+
## Resources
68+
69+
* [Umbraco Cloud Overview](https://umbraco.com/products/umbraco-cloud/)
70+
* [Security on Umbraco Cloud](../../build-and-customize-your-solution/set-up-your-project/security/)
71+
* [CI/CD on Umbraco Cloud](../../build-and-customize-your-solution/handle-deployments-and-environments/umbraco-cicd/)
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
---
2+
description: Discover some of the features of Umbraco Cloud.
3+
---
4+
5+
# Key Features and Benefits of Using Umbraco Cloud
6+
7+
Umbraco Cloud is a fully managed, scalable platform built to simplify and enhance the experience of building, deploying, and maintaining Umbraco websites. 
8+
9+
Whether you're a developer, digital agency, or enterprise team, Umbraco Cloud empowers you to move faster, collaborate seamlessly, and stay secure by default while running on modern best practices.
10+
11+
This article highlights the most valuable features and benefits of Umbraco Cloud.
12+
13+
### Fully Managed Hosting on Microsoft Azure
14+
15+
Umbraco Cloud hosts your projects on trusted Microsoft Azure infrastructure, ensuring:
16+
17+
* High availability and performance
18+
* Data privacy and security
19+
* Azure-backed reliability and global scalability
20+
21+
### Smooth Deployments & Built-In CI/CD Workflows
22+
23+
Deploy faster and safer with a modern, built-in developer experience:
24+
25+
* Git-based deployments with environment-aware configuration
26+
* Content and media transfers/restores between environments
27+
* Built-in CI/CD pipeline support for GitHub Actions and Azure DevOps
28+
29+
For more information, see the [Deployment](../../build-and-customize-your-solution/handle-deployments-and-environments/deployment/), [CI/CD on Umbraco Cloud](../../build-and-customize-your-solution/handle-deployments-and-environments/umbraco-cicd/), and [GitHub Actions](../../build-and-customize-your-solution/handle-deployments-and-environments/umbraco-cicd/samplecicdpipeline/github-actions.md) articles.
30+
31+
### Faster Project Setup with Baselines
32+
33+
Umbraco Baselines allows you to use a base project as a template for creating more projects. This is ideal if you're planning on building multiple similar websites. For more information, see the [Baselines](../../begin-your-cloud-journey/creating-a-cloud-project/baselines.md) articles.
34+
35+
### Automated Upgrades and Hotfixes
36+
37+
Stay secure and up to date with automated CMS upgrades, including:
38+
39+
* Automatic minor and patch updates
40+
* Security fixes and latest feature rollouts
41+
* Upgrade notifications and version history
42+
43+
For more information, see the [Product Upgrades](../../optimize-and-maintain-your-site/manage-product-upgrades/product-upgrades/) article.
44+
45+
### Security by Default
46+
47+
Umbraco Cloud includes multiple layers of security so your team doesn’t have to manage patches or infrastructure hardening manually:
48+
49+
* HTTPS is enabled by default
50+
* Optional basic authentication per environment
51+
* Environment-specific hostname settings
52+
* Secrets management
53+
* Support for external login providers (for example, Microsoft Entra ID, Auth0, Google, and so on)
54+
55+
For more information, see the [Security](../../build-and-customize-your-solution/set-up-your-project/security/) article.
56+
57+
### Multi-Environment Workflow
58+
59+
Every project comes with mainline and flexible environments (based on the plan), so you can:
60+
61+
* Deploy between mainline and flexible environments 
62+
* Test safely before going live
63+
64+
For more information, read the [Environments](../../begin-your-cloud-journey/project-features/environments.md) and [Flexible Environments](../../begin-your-cloud-journey/project-features/flexible-environments.md) articles.
65+
66+
### Insights and Performance Monitoring
67+
68+
Get visibility into site health and performance:
69+
70+
* Application Insights for performance and logging
71+
* Usage statistics via the Cloud Portal
72+
* Alerts on downtime or performance issues
73+
74+
For more information, see the [Application Insights](../../expand-your-projects-capabilities/external-services/application-insights.md) article.
75+
76+
### Unlimited Team Collaboration
77+
78+
Umbraco Cloud is designed for modern teams and agencies:
79+
80+
* Role-based permissions
81+
* Organization and project-level user management
82+
* Environment-specific access control
83+
84+
For more information, see the [Managing Team Members](../../begin-your-cloud-journey/project-features/team-members/) article.
85+
86+
And that’s just the beginning. Explore even more features, benefits, and capabilities on the [Umbraco Cloud Product Page](https://umbraco.com/products/umbraco-cloud/) and the [Umbraco Cloud Pricing](https://umbraco.com/products/umbraco-cloud/pricing/) page.

0 commit comments

Comments
 (0)