Skip to content

Commit fb1fd84

Browse files
committed
GITBOOK-2: Replace environment references from Set Up section
1 parent 891663d commit fb1fd84

File tree

13 files changed

+26
-32
lines changed

13 files changed

+26
-32
lines changed
60.1 KB
Loading

umbraco-cloud/set-up/azure-blob-storage/connect-to-azure-storage-explorer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: >-
1010
This article provides the steps you need, to connect to your Azure Blob Storage containers using Azure Storage Explorer.
1111

1212
{% hint style="warning" %}
13-
We **strongly** recommend that you add all the media items to your Cloud environments through the backoffice. Clone your environment to your local machine to manage the files of your media library.
13+
It is **strongly** recommend that you add all the media items to your Cloud environments through the backoffice. Clone your environment to your local machine to manage the files of your media library.
1414

1515
**Important**: If you upload your media files manually using this method, they will not be available in the backoffice.
1616

@@ -19,7 +19,7 @@ All media needs to be added through the Umbraco backoffice.
1919

2020
## Getting the credentials
2121

22-
The first thing to sort out, if you want to connect to the Azure Blob Storage container of your environment is the credentials. 
22+
The first thing to sort out, if you want to connect to the Azure Blob Storage container of your environment is the credentials.
2323

2424
To find the connection details for your environment's Blob Storage, follow the steps below:
2525

umbraco-cloud/set-up/going-live.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Before adding a hostname, you need to update your DNS host domain registrar DNS
2020

2121
## [Deploy to Live](../deployment/cloud-to-cloud.md)
2222

23-
The last step before your website goes live and is accessible to the public is to deploy it to the Live environment. When everything has been tested in your development environment or locally, you are ready to deploy the site to your live environment and make it public.
23+
The last step before your website goes live and is accessible to the public is to deploy it to the Live environment. When everything has been tested in the left-most mainline environment or locally, you are ready to deploy the site to your live environment and make it public.
2424

2525
{% hint style="info" %}
2626
If you would like to keep track of what goes on with your website after it has gone live, you can set up a [Deployment Webhook](../deployment/deployment-webhook.md). This is a great way to keep an eye on your project and it works great with [Slack](https://slack.com/).

umbraco-cloud/set-up/media.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To access the media files on your Umbraco Cloud project you can either:
1515

1616
## About Azure Blob Storage <a href="#about-azure-blob-storage" id="about-azure-blob-storage"></a>
1717

18-
Azure Blob Storage is an external storage system, that the Umbraco Cloud service uses to store all media files on Umbraco Cloud projects. To learn how you can connect to your Blob Storages, read the [Azure Blob Storage](azure-blob-storage/) article.
18+
Azure Blob Storage is an external storage system, that the Umbraco Cloud service uses to store all media files on Umbraco Cloud projects. To learn how you can connect to your Blob Storages, read the [Azure Blob Storage](azure-blob-storage/) article.
1919

2020
## Working with media locally
2121

@@ -31,7 +31,7 @@ Each environment on your Umbraco Cloud project has a separate Azure Blob Storage
3131

3232
When you deploy between two environments on your Umbraco Cloud project the media files will be copied from one storage to the other, depending on which environment is being transferred to and from.
3333

34-
As an example, imagine that you are transferring new content changes from your Development environment to your Live environment. When you initiate the transfer, all media files from the Azure Blog Storage container connected to your Development environment will be copied and pasted into the container connected to your Live environment. Once all content changes have also been transferred, and the transfer is complete, your Media libraries on the two environments will now be in sync.
34+
As an example, imagine that you are transferring new content changes from your left-most mainline environment to your Live environment. When you initiate the transfer, all media files from the Azure Blob Storage container connected to your left-most mainline environment will be copied and pasted into the container connected to your Live environment. Once all content changes have also been transferred, and the transfer is complete, your Media libraries on the two environments will now be in sync.
3535

3636
## Media Folder
3737

umbraco-cloud/set-up/project-settings/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Environments section provides an overview of your project’s environments.
1414
* Open Kudu, and
1515
* Clone down the environment locally.
1616

17-
![Environments Overview](../images/environments-new.png)
17+
![Environments Overview](../../.gitbook/assets/environments-overview-new.png)
1818

1919
#### Environment error log
2020

umbraco-cloud/set-up/project-settings/project-history.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ For each activity you can see the following information:
2727
* When the activity ended
2828
* The status of the activity
2929

30-
To get a detailed view of each history type on your project, click the info icon on the far right of the history activity.&#x20;
30+
To get a detailed view of each history type on your project, click the info icon on the far right of the history activity.
3131

3232
If you click on the info icon for an automatic update, you will be redirected to an Upgrade Details page. On this page, you can see details about how the upgrade went.
3333

3434
<figure><img src="../../.gitbook/assets/image (14) (1).png" alt=""><figcaption><p>Upgrade Details</p></figcaption></figure>
3535

36-
For activities like adding and removing environments, clicking on the info icon will show details of how the process went when adding/ removing the environment.
36+
For activities like adding and removing environments, clicking on the info icon will show details of how the process went when adding/removing the environment.
3737

3838
<figure><img src="../../.gitbook/assets/image (15) (1).png" alt=""><figcaption><p>Adding environment details</p></figcaption></figure>

umbraco-cloud/set-up/project-settings/secrets-management.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ description: >-
77

88
# Secrets Management
99

10-
There are two ways to add secrets to your Cloud project, as an **Environment Secrets** or as a **Shared Secrets**.
10+
There are two ways to add secrets to your Cloud project, as an Environment Secrets or as a Shared Secrets.
1111

12-
&#x20;**Environment Secrets** are intended to be utilized exclusively within a particular environment during the runtime of your Umbraco solution.
12+
Environment Secrets are intended to be utilized exclusively within a particular environment during the runtime of your Umbraco solution.
1313

14-
**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.
14+
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" %}
1717
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.
@@ -38,7 +38,7 @@ When adding a secret to your environment it will restart.
3838
To add a secret to your environment follow these steps:
3939

4040
1. Go to your Umbraco Cloud project
41-
2. Go to the settings section and go to Secret Management
41+
2. Go to the Settings section and go to Secret Management
4242
3. Choose either shared or environment secrets
4343
4. Choose the environment to add the secret and click Add secret
4444
5. Add the Key and the Value in the fields and click Add secret
@@ -139,7 +139,7 @@ The list consists of:
139139
* `SERVICEBUSCONNSTR_`
140140
* `EVENTHUBCONNSTR_`
141141
* `DOCDBCONNSTR_`
142-
* `REDISCACHECONNSTR_`
142+
* `REDISCACHECONNSTR_`
143143
* `FILESHARESTORAGE_`
144144

145145
{% hint style="info" %}
@@ -159,7 +159,6 @@ The following prefixes are allowed for Secrets on Umbraco Cloud:
159159
* `UMBRACO__AUTHORIZEDSERVICES__`
160160
* `UMBRACO__COMMERCE__`
161161

162-
163162
It is also possible to use Secrets to save API keys, Passwords, and ReChaptcha for all our Umbraco products on Umbraco Cloud.
164163

165164
Do you have an existing or new secret that you want to add to a key vault that conflicts with the name restrictions?

umbraco-cloud/set-up/project-settings/team-members/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ When adding a user, the default permission is _Read_ for each environment. You c
1212

1313
## Team Member User Permissions
1414

15-
User Permissions for each environment can be set in the **Edit Team** page available from the **Settings** dropdown. User Permissions can be set per environment. For example, a user can have Write access on the Development environment and Read access on the Live environment.
15+
User Permissions for each environment can be set in the **Edit Team** page available from the **Settings** dropdown. User Permissions can be set per environment. For example, a user can have Write access on the left-most mainline environment and Read access on the Live environment.
1616

1717
<figure><img src="../../team-members/images/Edit-Team.png" alt=""><figcaption></figcaption></figure>
1818

umbraco-cloud/set-up/project-settings/umbraco-cicd/KnownLimitationsAndConsiderations.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ As we continue to gather insights from our users, there are some known limitatio
1010

1111
**Workflow considerations**
1212

13-
* To ensure smooth execution of the CI/CD Flow, it is recommended to make schema changes in the [leftmost environment](../../../deployment/README.md). Ideally, this means the local development environment. Schema changes include changes made to Document Types, Data Types, Templates, and the like. The intention behind this principle is to prevent conflicts that could potentially arise due to simultaneous modifications made in different environments.
13+
* To ensure smooth execution of the CI/CD Flow, it is recommended to make schema changes in the [left-most mainline environment](../../../deployment/). For example, the local development environment. Schema changes include changes made to Document Types, Data Types, Templates, and the like. The intention behind this principle is to prevent conflicts that could potentially arise due to simultaneous modifications made in different environments.
1414

1515
**Additional Build Step**
1616

@@ -33,4 +33,3 @@ As we continue to gather insights from our users, there are some known limitatio
3333
* **Casing Conflicts**: Be cautious of casing issues, such as having a README.md file created by Azure DevOps and a `Readme.md` file from the default Umbraco Cloud, as this can cause conflicts in the cloud Git repository.
3434
* **Documentation Alignment**: We are in the process of updating our documentation to align with standard Umbraco guidelines.
3535
* **Developer Experience**: Plans are underway to create Umbraco-specific Azure DevOps tasks and GitHub Actions to enhance the developer experience.
36-

umbraco-cloud/set-up/project-settings/umbraco-cicd/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The CI/CD process for Umbraco projects involves some key steps, from code develo
3434
2. **Customer code repository**: Changes are committed and pushed to a version control system like Git in the customer's own repository.
3535
3. **Customer pipeline**: The code is compiled and built. Tests can be run automatically in the associated pipeline to ensure code quality. Finally, the code is packaged into a zip file and prepared for deployment.
3636
4. **Umbraco Cloud API**: The customer pipeline uploads the source packed as a zip file to Umbraco Cloud API.
37-
5. **Umbraco cloud repository**: The deployments start which triggers the queueing of the build in Umbraco services. It then pushed the Umbraco Cloud repository to the left-most environment. And if a live environment, the website has been updated.
37+
5. **Umbraco cloud repository**: The deployments start which triggers the queueing of the build in Umbraco services. It then pushed the Umbraco Cloud repository to the left-most mainline environment. And if a live environment, the website has been updated.
3838

3939
![Basic overview](../../images/NewBasicFlow.png)
4040

@@ -44,7 +44,7 @@ In a bit more detail the flow will look like this from a pipeline perspective.
4444

4545
## Next Steps: Dive into the Documentation
4646

47-
To ensure you make the most of Umbraco CI/CD Flow, we suggest exploring the documentation further. Familiarizing yourself with the fundamentals is a good starting point, but delving deeper will enable you to fully harness its capabilities.&#x20;
47+
To ensure you make the most of Umbraco CI/CD Flow, we suggest exploring the documentation further. Familiarizing yourself with the fundamentals is a good starting point, but delving deeper will enable you to fully harness its capabilities.
4848

4949
Here are three essential pages to get you started:
5050

0 commit comments

Comments
 (0)