Skip to content

Commit 1bbabe4

Browse files
authored
Merge pull request #7383 from umbraco/vale-errors-v1
Fixed Vale errors on Cloud articles
2 parents 863247e + 7ad8330 commit 1bbabe4

17 files changed

+83
-81
lines changed

16/umbraco-cms/implementation/controllers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Umbraco contains different types of controllers to perform different tasks:
1010

1111
* [Render MVC Controllers](controllers.md#render-mvc-controllers)
1212
* [Surface Controllers](controllers.md#surface-controllers)
13-
* [Public API Controllers](controllers.md#umbraco-api-controllers)
13+
* [Public API Controllers](controllers.md#public-api-controllers)
1414
* [Backoffice API Controllers](controllers.md#backoffice-api-controllers)
1515

1616
## Render MVC Controllers
@@ -35,7 +35,7 @@ A public API Controller is an ASP.NET Core API controller that is used for creat
3535

3636
## Backoffice API Controllers
3737

38-
Read the [Creating a Backoffice API article](../tutorials/creating-a-backoffice-api/) for a comprehensive guide to writing APIs for the Management API.
38+
For a comprehensive guide to writing APIs for the Management API, read the [Creating a Backoffice API article](../tutorials/creating-a-backoffice-api/).
3939

4040
{% hint style="info" %}
4141
The Umbraco Backoffice API is also known as the Management API. Thus, a Backoffice API Controller is often referred to as a Management API Controller.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

umbraco-cloud/begin-your-cloud-journey/the-cloud-portal/organizations/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Organization Members with **Read Access** can do the following in the organizati
5959
* See Organization Members
6060

6161
{% hint style="info" %}
62-
Being a Member of an organization does not give access to any projects under it. To get access to a project under an organization, you need to be [invited](../project-features/users-on-cloud.md) to the project. This can be done by either someone who is already part of the project or an administrator in your organization.
62+
Being a Member of an organization does not give access to any projects under it. To get access to a project under an organization, you need to be [invited](../../../begin-your-cloud-journey/project-features/users-on-cloud.md) to the project. This can be done by either someone who is already part of the project or an administrator in your organization.
6363
{% endhint %}
6464

6565
### Multi-Factor Authentication (MFA) enforcement
@@ -94,10 +94,11 @@ As an administrator, you can invite members of your organization to the differen
9494

9595
In the **Access Rights** section, you can get a list of all the Access Rights your Members have to each Project in your Organization.
9696

97-
![Access Rights](images/Access_rights-v10.png)
97+
![Access Rights](../images/Access_rights-v10.png)
9898

9999
## Finance
100-
<figure><img src="../../.gitbook/assets/org-menu-finance.png" alt="Finance section"><figcaption><p>Finance section</p></figcaption></figure>
100+
101+
<figure><img src="../../../.gitbook/assets/org-menu-finance.png" alt="Finance section"><figcaption><p>Finance section</p></figcaption></figure>
101102

102103
### Payment methods
103104

umbraco-cloud/optimize-and-maintain-your-site/monitor-and-troubleshoot/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
To keep your Umbraco Cloud project running smoothly, you need visibility, insights, and tools that let you act fast when something goes wrong. Umbraco Cloud provides a comprehensive set of features to help you **monitor your project’s health**, **troubleshoot issues**, and **maintain long-term stability**.
44

5-
Whether you're a developer, project owner, or ops specialist, this section will guide you through the key tools available to observe usage, performance, and environment behavior.
5+
This section guides you through the key tools available to observe usage, performance, and environment behavior.
66

7-
<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><a href="usage/">Usage</a></td><td>View project usage data such as media storage, bandwidth history, custom domains so you can monitor consumption and avoid over usages.</td><td><a href="usage/">usage</a></td><td><a href="../.gitbook/assets/Documentations Icons_Umbraco_CMS_Implementation_Services_and_Helpers.png">Documentations Icons_Umbraco_CMS_Implementation_Services_and_Helpers.png</a></td></tr><tr><td><a href="project-history.md">Project History</a></td><td>Get an audit log of transitions between shared and dedicated resources, managing environments, deployments, product upgrades helping you trace changes and maintain accountability across environments.</td><td><a href="project-history.md">project-history.md</a></td><td><a href="../.gitbook/assets/Documentations Icons_Umbraco_CMS_Tutorials.png">Documentations Icons_Umbraco_CMS_Tutorials.png</a></td></tr><tr><td><a href="availability-performance.md">Availability and Performance</a></td><td>Learn how uptime and response monitoring is handled for your site — ensuring reliability and proactive incident management.</td><td><a href="availability-performance.md">availability-performance.md</a></td><td><a href="../.gitbook/assets/Documentations Icons_Umbraco_CMS_Tutorials_Custom_Property_Editor.png">Documentations Icons_Umbraco_CMS_Tutorials_Custom_Property_Editor.png</a></td></tr><tr><td><a href="hostname-monitoring.md">Hostname Monitoring</a></td><td>Track the availability of custom hostnames attached to your project and get alerts for potential DNS or SSL issues.</td><td><a href="hostname-monitoring.md">hostname-monitoring.md</a></td><td><a href="../.gitbook/assets/Documentations Icons_Umbraco_CMS_Reference_Notifications.png">Documentations Icons_Umbraco_CMS_Reference_Notifications.png</a></td></tr><tr><td><a href="management-api-security.md">Management API Security</a></td><td>Understand the security features built into the Management API.</td><td><a href="management-api-security.md">management-api-security.md</a></td><td><a href="../.gitbook/assets/Documentations Icons_Umbraco_CMS_Reference_Security.png">Documentations Icons_Umbraco_CMS_Reference_Security.png</a></td></tr><tr><td><a href="power-tools/">Power Tools (Kudu)</a></td><td>Access advanced troubleshooting tools via the Kudu console — view logs, browse file structures, and run scripts directly within your environment.</td><td><a href="power-tools/">power-tools</a></td><td><a href="../.gitbook/assets/Documentations Icons_Umbraco_Cloud_Getting_Started (1).png">Documentations Icons_Umbraco_Cloud_Getting_Started (1).png</a></td></tr></tbody></table>
7+
<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><a href="usage/">Usage</a></td><td>View project usage data such as media storage, bandwidth history, custom domains so you can monitor consumption and avoid over usages.</td><td><a href="usage/">usage</a></td><td><a href="../../.gitbook/assets/Documentation_Icons_Umbraco_CMS_Implementation_Services_and_Helpers.png">Documentation_Icons_Umbraco_CMS_Implementation_Services_and_Helpers.png</a></td></tr><tr><td><a href="project-history.md">Project History</a></td><td>Get an audit log of transitions between shared and dedicated resources, managing environments, deployments, product upgrades helping you trace changes and maintain accountability across environments.</td><td><a href="project-history.md">project-history.md</a></td><td><a href="../../.gitbook/assets/Documentations_Icons_Umbraco_CMS_Tutorials.png">Documentations_Icons_Umbraco_CMS_Tutorials.png</a></td></tr><tr><td><a href="availability-performance.md">Availability and Performance</a></td><td>Learn how uptime and response monitoring is handled for your site — ensuring reliability and proactive incident management.</td><td><a href="availability-performance.md">availability-performance.md</a></td><td><a href="../../.gitbook/assets/Documentations_Icons_Umbraco_CMS_Tutorials_Custom_Property_Editor.png">Documentations_Icons_Umbraco_CMS_Tutorials_Custom_Property_Editor.png</a></td></tr><tr><td><a href="hostname-monitoring.md">Hostname Monitoring</a></td><td>Track the availability of custom hostnames attached to your project and get alerts for potential DNS or SSL issues.</td><td><a href="hostname-monitoring.md">hostname-monitoring.md</a></td><td><a href="../../.gitbook/assets/Documentations_Icons_Umbraco_CMS_Reference_Notifications.png">Documentations_Icons_Umbraco_CMS_Reference_Notifications.png</a></td></tr><tr><td><a href="management-api-security.md">Management API Security</a></td><td>Understand the security features built into the Management API.</td><td><a href="management-api-security.md">management-api-security.md</a></td><td><a href="../../.gitbook/assets/Documentations_Icons_Umbraco_CMS_Reference_Security.png">Documentations_Icons_Umbraco_CMS_Reference_Security.png</a></td></tr><tr><td><a href="power-tools/">Power Tools (Kudu)</a></td><td>Access advanced troubleshooting tools via the Kudu console — view logs, browse file structures, and run scripts directly within your environment.</td><td><a href="power-tools/">power-tools</a></td><td><a href="../../.gitbook/assets/Documentations_Icons_Umbraco_Cloud_Getting_Started.png">Documentations_Icons_Umbraco_Cloud_Getting_Started.png</a></td></tr></tbody></table>
88

99
## Also in this Section
1010

umbraco-cloud/optimize-and-maintain-your-site/monitor-and-troubleshoot/availability-performance.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ The visualization and statistics can be seen for all your different environments
2121
<figure><img src="../../.gitbook/assets/image (4) (1) (1) (1).png" alt=""><figcaption><p>Availability and performance Overview</p></figcaption></figure>
2222

2323
{% hint style="info" %}
24-
More detailed visualization and tools intended for troubleshooting are to be added in the future and will be restricted to **Standard** and **Professional** project plans.
24+
Future updates will include more detailed visualization and troubleshooting tools, available exclusively to **Standard** and **Professional** project plans.
2525
{% endhint %}
2626

2727
### Time range and granularity selector
2828

29-
When entering the page, you'll see a default visualization of failed requests for the last 24 hours with a data point set for every fifth minute. You are able to change the time range to a predefined interval or define a specific start and end time. You can also select the granularity of the data points.
29+
Upon entering the page, you'll see a default visualization of failed requests over the last 24 hours, with data points every five minutes. You are able to change the time range to a predefined interval or define a specific start and end time. You can also select the granularity of the data points.
3030

3131
![Time-range-selector](../../build-and-customize-your-solution/set-up-your-project/project-settings/images/AP-time-range-selector.png)
3232

@@ -80,7 +80,8 @@ The chart depicts the CPU time consumed by the application in the selected time
8080

8181
![Cpu usage](../../build-and-customize-your-solution/set-up-your-project/project-settings/images/AP-3-CpuUsage2.png)
8282

83-
Cloud projects using a shared resource and a granularity of 5 minutes, users will see the assigned CPU time in seconds and a comparison against the [plan quota](https://docs.umbraco.com/umbraco-cloud/getting-started/umbraco-cloud-plans).\
83+
Cloud projects with shared resources and a granularity of 5 minutes will display assigned CPU time in seconds, along with a comparison to [plan quota](https://docs.umbraco.com/umbraco-cloud/getting-started/umbraco-cloud-plans).
84+
8485
In this case, the statistics panel shows the following:
8586

8687
* The maximum CPU time
@@ -96,9 +97,9 @@ The chart shows the memory usage in private bytes consumed by the application in
9697

9798
![Memory usage](../../build-and-customize-your-solution/set-up-your-project/project-settings/images/AP-4-MemoryUsage.png)
9899

99-
Cloud projects on shared resources with a granularity of 5 minutes, will see the assigned private bytes in megabytes (MB) and a comparison against the [plan quota](https://docs.umbraco.com/umbraco-cloud/getting-started/umbraco-cloud-plans).
100+
Cloud projects utilizing shared resources with a granularity of 5 minutes will display the allocated private bytes in megabytes (MB). It also displays a comparison against the [plan quota](https://docs.umbraco.com/umbraco-cloud/getting-started/umbraco-cloud-plans).
100101

101-
For cloud projects with a dedicated option (or shared plans with another granularity than 5 minutes), users will see the average assigned private bytes in bytes. Here the statistics panel will display the maximum, average, and minimum allocation of private bytes based on selected granularity.
102+
For Cloud projects with dedicated options or shared plans other than 5-minute granularity, users will see the average assigned private bytes displayed in bytes. Here the statistics panel will display the maximum, average, and minimum allocation of private bytes based on selected granularity.
102103

103104
#### Platform and CMS events
104105

0 commit comments

Comments
 (0)