Skip to content

Commit 351cbe4

Browse files
committed
Fix vale warnings in Cloud articles
1 parent 0410c7a commit 351cbe4

File tree

8 files changed

+53
-28
lines changed

8 files changed

+53
-28
lines changed

umbraco-cloud/begin-your-cloud-journey/creating-a-cloud-project/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Creating a Trial Project
2020

2121
### Can I convert a Trial Project to a Paid Project?
2222

23-
Yes. If you have started with a Trial project and decide to continue, you can upgrade to a Paid project within the 14 days trial period without losing your work. You can upgrade your trial to a paid plan within the Umbraco Cloud portal.
23+
Yes. You can upgrade to a Paid project within the 14 days trial period without losing your work. You can upgrade your trial to a paid plan within the Umbraco Cloud portal.
2424

2525
Umbraco Cloud provides a seamless transition from a trial to a paid plan. You can adjust your plan or resources as your project evolves.
2626

umbraco-cloud/begin-your-cloud-journey/creating-a-cloud-project/baselines.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ It might take couple of minutes for the project to spin up before your environme
4040
![Creating a Baseline child project](images/baseline-creation.gif)
4141

4242
{% hint style="info" %}
43-
Depending on the size of the project you've chosen as a Baseline project, it might take several minutes before the Child project is ready.
43+
44+
Depending on the size of the project chosen as a Baseline project, it can take a while before the Child project is ready.
45+
4446
{% endhint %}
4547

4648
### Restore content from the Baseline project
@@ -67,7 +69,7 @@ In this article, you'll find a guide on how to upgrade your Child project with c
6769

6870
## [Handling configuration files](../../optimize-and-maintain-your-site/monitor-and-troubleshoot/resolve-issues-quickly-and-efficiently/baseline-merge-conflicts/configuration-files.md)
6971

70-
When you are working with Baseline Child projects you might sometimes want to have an individual configuration for each project - this can be handled using config transforms.
72+
When you are working with Baseline Child projects you might sometimes want to have an individual configuration for each project. This can be handled using config transforms.
7173

7274
## [Break reference between baseline and child project](../../optimize-and-maintain-your-site/monitor-and-troubleshoot/resolve-issues-quickly-and-efficiently/baseline-merge-conflicts/break-baseline.md)
7375

umbraco-cloud/begin-your-cloud-journey/creating-a-cloud-project/migrate-to-umbraco-cloud.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,9 @@ The database is uploaded to the Umbraco Cloud project via the Umbraco Cloud Port
149149
Follow the **Upload Database** and **Restore Database** sections in the [Database Backups](../../build-and-customize-your-solution/set-up-your-project/databases/backups.md) article to complete this step in the migration.
150150

151151
{% hint style="warning" %}
152+
152153
You will not be able to view the front end of the website yet, as the project files have yet to be migrated.
154+
153155
{% endhint %}
154156

155157
The Umbraco Cloud project is now ready for the next step where the two projects will be merged.

umbraco-cloud/begin-your-cloud-journey/project-features/environments.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ The `EnvironmentAlias` is fetched from the Environment variable named `DOTNET_EN
6262
The value of the `DOTNET_ENVIRONMENT` environment variable can be managed through the **Advanced** settings in the **Configuration** section of the Cloud Portal.
6363

6464
{% hint style="info" %}
65-
Make sure that when you start up the Umbraco Application, you load the correct JSON file as per the ASP.NET Configuration in the official [Microsoft documentation](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/configuration/?view=aspnetcore-9.0).
65+
66+
When you start up the Umbraco Application, ensure you load the correct JSON file as per the ASP.NET Configuration in the official [Microsoft documentation](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/configuration/?view=aspnetcore-9.0).
67+
6668
{% endhint %}
6769

6870
### Team Members

umbraco-cloud/begin-your-cloud-journey/project-features/secrets-management.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ Environment Secrets are intended to be utilized exclusively within a particular
1414
Shared Secrets are utilized across all environments and will be seamlessly integrated into any new environment you create. Shared Secrets are particularly well-suited for safeguarding credentials necessary for project development, such as access to private NuGet feeds.
1515

1616
{% hint style="warning" %}
17+
1718
Utilizing environment-specific secrets for private NuGet feeds will result in the unsuccessful creation of new environments due to the unknown status of the secret. In such instances, **Shared Secrets** should be used.
19+
1820
{% endhint %}
1921

2022
Typical secrets are **Private Keys**, **3rd-party API tokens**, **database passwords**, or otherwise **sensitive data** that needs to be kept secret.

umbraco-cloud/begin-your-cloud-journey/project-features/team-members/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,17 @@ You can view the user group memberships of the project’s backoffice users. Cur
2929

3030
## Team Members Pending Invitation
3131

32-
You can see the details of your project invitation in the **Member(s) who still needs to accept the project invitation** section of the **Edit Team** page. You can view the team member's name, email, the expiration date of the invitation, the status of the invitation, copy the invitation link, resend the invitation, or delete the invitation.
32+
Find invitation details in the **Member(s) who still needs to accept the project invitation** section of the **Edit Team** page. You have the following options:
33+
34+
* View the team member's name and email.
35+
* See the expiration date of the invitation.
36+
* Check the status of the invitation.
37+
* Copy the invitation link.
38+
* Resend the invitation.
39+
* Delete the invitation.
3340

3441
![Team Members Pending Invitation](images/Pending-Project-Invites.png)
3542

3643
## [Technical Contacts](technical-contact.md)
3744

38-
For us to reach the correct person when sending out information about server maintenance, you need to add a technical contact to your Umbraco Cloud project.
45+
To ensure information about server maintenance reaches the correct person, add/update the technical contact to your Umbraco Cloud project.

umbraco-cloud/begin-your-cloud-journey/project-features/team-members/technical-contact.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,23 @@ One of the biggest benefits of having a Umbraco Cloud project is that you do not
55
When we do maintenance on our Umbraco Cloud servers, we send out information to all our Umbraco Cloud customers. For us to reach out to the correct person, you need to add a **Technical Contact** to your project.
66

77
{% hint style="info" %}
8+
89
If you have more than one project on Umbraco Cloud, you will need to add a technical contact to each of the projects manually.
10+
911
{% endhint %}
1012

1113
When you create a **New Project**, the user used to create the project will automatically be added as the technical contact. To update the technical contact or add more than one technical contact, do the following:
1214

1315
1. Go to the Project in the Umbraco Cloud Portal.
1416
2. Go to **Edit Team** in the Overview menu tab.
15-
3. Click Add **Technical Contact** in the **Technical Contact** section.
17+
3. Click Add **Technical Contact** in the **Technical Contact** section.
18+
19+
<figure><img src="../../../.gitbook/assets/image (31).png" alt=""><figcaption><p>Add Technical contact</p></figcaption></figure>
20+
21+
4. Enter the **Name**, **Email**, and **Telephone Number** in the **Add New Technical Contact** window.
1622

17-
<figure><img src="../../../.gitbook/assets/image (31).png" alt=""><figcaption><p>Add Technical contact</p></figcaption></figure>
18-
4. Enter the **Name**, **Email**, and **Telephone Number** in the **Add New Technical Contact** window.
23+
<figure><img src="../../../.gitbook/assets/image (32).png" alt=""><figcaption></figcaption></figure>
1924

20-
<figure><img src="../../../.gitbook/assets/image (32).png" alt=""><figcaption></figcaption></figure>
2125
5. Click **Confirm**.
2226

2327
{% embed url="https://www.youtube.com/watch?ab_channel=UmbracoLearningBase&v=BUiiphvcrsE" %}

umbraco-cloud/begin-your-cloud-journey/project-features/users-on-cloud.md

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,31 @@ In this article, we will show how users work, as well as explain the different s
1010

1111
## Umbraco ID
1212

13-
On Umbraco Cloud project we use Umbraco ID. Umbraco ID is a centralized login for all users on Umbraco Cloud, both team members and Umbraco Backoffice users. It is used when you log in to the Umbraco Cloud Portal, projects, as well as when you clone down a project to your local machine.
13+
Umbraco ID is a centralized login for all users on Umbraco Cloud, both team members and Umbraco Backoffice users. It is to log in to the Umbraco Cloud Portal, projects, as well as cloning down a project to your local machine.
1414

15-
When working locally the initial login will go through Umbraco ID and the online login flow. After the initial login, you can set a password on your user or create a new login for the backoffice, which can be used for local logins.
15+
When working locally the initial login will go through Umbraco ID and the online login flow. After the initial login, you can set a password on your user or create a new local login for the backoffice.
1616

1717
## Adding users on Umbraco Cloud
1818

1919
There are two ways of adding a user to your backoffice on Umbraco Cloud.
2020

2121
You can add them as a [team member](team-members/)) from the project portal on Umbraco Cloud.
2222

23-
By default, when added to the project as a team member, they will be added as users to the backoffice of all the environments as administrators.
23+
By default, when added as a team member, they are added as users to the backoffice of all the environments as administrators.
2424

2525
Users can also be invited directly from the backoffice of your Umbraco Cloud project, from where you can give them different permissions.
2626

2727
Check out the [Users article](https://docs.umbraco.com/umbraco-cms/fundamentals/data/users) for an in-depth explanation about Umbraco users in general.
2828

2929
{% hint style="info" %}
30-
Users are environment-specific on Umbraco Cloud. This means that they will not be transferred over when doing a deployment to the next environment they will need to be added to the different environments on Umbraco Cloud.
30+
31+
Users are environment-specific on Umbraco Cloud. This means that users are not be transferred over when doing a deployment to the next environment. They need to be added to each environments on Umbraco Cloud where their access is needed.
32+
3133
{% endhint %}
3234

3335
## Invite User through the Umbraco backoffice
3436

35-
As mentioned it is possible to invite new Users to your Umbraco Cloud project through the backoffice as you would on a normal installation of Umbraco.
37+
As mentioned, it is possible to invite new Users to your Umbraco Cloud project through the backoffice.
3638

3739
To invite a User you need to do the following:
3840

@@ -47,7 +49,7 @@ To invite a User you need to do the following:
4749

4850
Once the User has been invited they will receive an invitation for the project.
4951

50-
If the invited person already has a user on Umbraco Cloud they will be able to see the invitation in the project portal under "Project Invites".
52+
If the invited person already has a user on Umbraco Cloud they will see the invitation in the project portal under "Project Invites".
5153

5254
If the User being invited does not have a User on Umbraco Cloud, they will receive an email asking them to create one.
5355

@@ -67,9 +69,9 @@ On Umbraco Cloud, it is possible to control which users have access to transferr
6769

6870
This can be done when creating a new User Group or when editing an existing group.
6971

70-
You have the option to decide whether a specific User Group has permission to do a restore, partial restore, or queue content for transfer to the next environment.
72+
You can decide whether a specific User Group has permission to do restores and queue content for transfer to the next environment.
7173

72-
It is also possible to get Granular control on a per-node basis so that you can disable restore and transfer for specific content on your site. This can help avoid mistakes and ensure that the proper workflows are followed.
74+
It is also possible to get Granular control on a per-node basis to restrict restores and transfers of specific content on your site. This can help avoid mistakes and ensure that the proper workflows are followed.
7375

7476
### Set up Permissions for transfers and restores
7577

@@ -80,13 +82,15 @@ There are two ways that you can set up these permissions:
8082

8183
To create a User Group, go to the **Users** section of the backoffice.
8284

83-
1. Click on "Groups" in the right corner, from here you are able to either create a new User Group or edit an existing one.
85+
1. Click on "Groups" in the right corner, from here you are able to either create a new User Group or edit an existing one.
86+
87+
![User Groups](../../build-and-customize-your-solution/set-up-your-project/project-settings/images/Users.png)
8488

85-
![User Groups](../../build-and-customize-your-solution/set-up-your-project/project-settings/images/Users.png)
8689
2. Click "Create group"
87-
3. Scroll down and go to the "Content" heading in the "Default permissions" section. Here you can see three options:
90+
3. Scroll down and go to the "Content" heading in the "Default permissions" section. Here you can see three options:
91+
92+
![User Groups](../../build-and-customize-your-solution/set-up-your-project/project-settings/images/default_permisions-v10.png)
8893

89-
![User Groups](../../build-and-customize-your-solution/set-up-your-project/project-settings/images/default_permisions-v10.png)
9094
4. Decide whether the users in the new User Group can restore items for the whole workspace, restore items for a tree, or partially restore items and click **Save**.
9195

9296
To edit an already existing User Group:
@@ -100,13 +104,15 @@ It is also possible to set Granular permissions for a specific content node on y
100104

101105
You can set the permission when you are creating or editing an existing User Group.
102106

103-
1. Add the setting for Granular permission for your content nodes at the bottom of the User Group.
107+
1. Add the setting for Granular permission for your content nodes at the bottom of the User Group.
108+
109+
![Granular permission](../../build-and-customize-your-solution/set-up-your-project/project-settings/images/Granular.png)
104110

105-
![Granular permission](../../build-and-customize-your-solution/set-up-your-project/project-settings/images/Granular.png)
106111
2. Click "Add".
107-
3. Choose the content node which you want to set the Granular settings for.
112+
3. Choose the content node which you want to set the Granular settings for.
113+
114+
![Granular content node](../../build-and-customize-your-solution/set-up-your-project/project-settings/images/Granular_node.png)
108115

109-
![Granular content node](../../build-and-customize-your-solution/set-up-your-project/project-settings/images/Granular_node.png)
110-
4. Set permissions for restore, partial restore, and queueing content for transfer.
116+
4. Set permissions for restore, partial restore, and queueing content for transfer.
111117

112-
![Granular permission](../../build-and-customize-your-solution/set-up-your-project/project-settings/images/Granular_permission-v10.png)
118+
![Granular permission](../../build-and-customize-your-solution/set-up-your-project/project-settings/images/Granular_permission-v10.png)

0 commit comments

Comments
 (0)