Skip to content

Commit 0fa73b8

Browse files
committed
Incorporated review comments and updated configuring environment section
1 parent 2ff9c8d commit 0fa73b8

File tree

1 file changed

+21
-15
lines changed

1 file changed

+21
-15
lines changed
Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,33 @@
11
# Manage Environments
22

3-
When working with an Umbraco Cloud project, you can add or remove extra environments depending on your plan:
3+
The number of Environments in your project is dependent on which plan you are on:
44

5-
* **Starter plan:** Add a left-most mainline environment for an additional price per month.
6-
* **Standard plan:** The left-most mainline environment is included for free. Additional environments can be added for an additional price per month.
7-
* **Professional plan:** Mainline environments are included for free. You can add or remove environments at no extra cost.
5+
<table><thead><tr><th width="117">Plan</th><th width="116" data-type="number">Environments</th><th width="167" data-type="checkbox">Flexible Environments</th><th>Environment Combinations Examples</th></tr></thead><tbody><tr><td>Starter</td><td>2</td><td>false</td><td><em>QA + Production</em></td></tr><tr><td>Standard</td><td>3</td><td>true</td><td><em>Flexible + QA + Production</em><br><em>Development + QA + Production</em></td></tr><tr><td>Professional</td><td>4</td><td>true</td><td><em>Flexible + Development + QA + Production</em></td></tr></tbody></table>
86

97
[Learn more about the additional prices on Umbraco Cloud](https://umbraco.com/cloud-pricing/).
108

119
## Adding or Removing Environments
1210

11+
### Adding an Environment
12+
1313
Before adding an environment, ensure there are no local changes that haven’t been pushed to Live. Adding an environment will push all changes in the current deployment chain.
1414

1515
After adding a new left-most mainline environment or a flexible environment, you need to clone this environment instead. The current local clone will be set up to push to Live, while the fresh clone will push to the new environment.
1616

17-
You can add or remove environments from your project overview by selecting Configure environments.
17+
To add an environment:
18+
19+
1. Click **Configure environments**.
20+
2. Click **Create environment**.
21+
22+
![Create environment](images/create-environment.png)
23+
24+
3. Choose an **Environment name**.
25+
4. Click **Confirm**.
1826

1927
![Adding an environment](images/environments-overview-new.png)
2028

29+
### Removing an Environment
30+
2131
To remove an environment:
2232

2333
1. Navigate to the environment you want to delete.
@@ -28,16 +38,12 @@ To remove an environment:
2838

2939
It may take a few minutes for Cloud to set up the changes after adding or removing an environment.
3040

31-
## Configure Environments
32-
33-
When setting up your environments, it is essential to follow consistent naming conventions and configurations to maintain clarity and ease of management. It is recommended to use straightforward and descriptive names for each environment.
41+
## Configuring Environments
3442

35-
To configure an environment:
36-
37-
1. Click **Configure environments**.
38-
2. Click **Create environment**.
43+
Clicking Configure environments from the project overview gives you access to environment management options. From here, you can:
3944

40-
![Create environment](images/create-environment.png)
45+
- Rename an existing environment.
46+
- Create a new environment.
47+
- Delete an environment you no longer need.
4148

42-
3. Choose an **Environment name**.
43-
4. Click **Confirm**.
49+
These options help keep your deployment pipeline organized and aligned with your team's workflow.

0 commit comments

Comments
 (0)