You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/deployment-environments/how-to-manage-environments.md
+21-23Lines changed: 21 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Manage your environment
3
3
titleSuffix: Azure Deployment Environments
4
-
description: Learn how to manage your deployment environments in the developer portal or by using the Azure CLI.
4
+
description: Learn how to manage your Azure Deployment Environments Preview deployment environment in the developer portal or by using the Azure CLI.
5
5
author: RoseHJM
6
6
ms.author: rosemalcolm
7
7
ms.service: deployment-environments
@@ -11,9 +11,9 @@ ms.date: 02/28/2023
11
11
12
12
# Manage your environment
13
13
14
-
In Azure Deployment Environments Preview, a dev infra admin gives developers access to projects and the environment types associated with them. Once a developer has access, they can create deployments environments based on the pre-configured environment types. The permissions that the creator of the environment and the rest of team get to the environment’s resources are defined in the specific environment type.
14
+
In Azure Deployment Environments Preview, a development infrastructure (dev infra) admin gives developers access to projects and the environment types that are associated with them. After a developer has access, they can create deployments environments based on the pre-configured environment types. The permissions that the creator of the environment and the rest of team have to access the environment’s resources are defined in the specific environment type.
15
15
16
-
As a developer, you can create and manage your environments from the developer portal or from the Azure CLI.
16
+
As a developer, you can create and manage your environments from the developer portal or by using the Azure CLI.
17
17
18
18
## Prerequisites
19
19
@@ -22,33 +22,33 @@ As a developer, you can create and manage your environments from the developer p
22
22
23
23
## Manage an environment by using the developer portal
24
24
25
-
The developer portal provides a graphical interface for the development teams to create new environments and manage existing environments. You can create, redeploy, and delete your environments as needed.
25
+
The developer portal provides a graphical interface for development teams to create new environments and manage existing environments. You can create, redeploy, and delete your environments as needed in the developer portal.
26
26
27
27
### Create an environment by using the developer portal
28
28
29
29
1. Sign in to the [developer portal](https://devportal.microsoft.com).
30
-
1.From the **New** menu at the top right, select **New environment**.
30
+
1.On the **New** menu at the top right, select **New environment**.
31
31
32
32
:::image type="content" source="media/how-to-manage-environments/new-environment.png" alt-text="Screenshot showing the new menu with new environment highlighted.":::
33
33
34
-
1. In the Add an environment pane, select the following information:
34
+
1. In the **Add an environment** pane, enter or select the following information:
35
35
36
36
|Field |Value |
37
37
|---------|---------|
38
38
|Name | Enter a descriptive name for your environment. |
39
39
|Project | Select the project you want to create the environment in. If you have access to more than one project, you see a list of the available projects. |
40
40
|Type | Select the environment type you want to create. If you have access to more than one environment type, you see a list of the available types. |
41
-
|Catalog item | Select the catalog item you want to use to create the environment. You see a list of the catalog items available from the catalogs associated with your dev center. |
41
+
|Catalog item | Select the catalog item you want to use to create the environment. You see a list of the catalog items available in the catalogs associated with your dev center. |
:::image type="content" source="media/how-to-manage-environments/add-environment.png" alt-text="Screenshot showing the add environment pane.":::
44
44
45
-
If parameters are defined on the catalog item, you're prompted to enter them on a separate pane. If your environment doesn't use parameters, select Create.
45
+
If parameters are defined on the catalog item, you're prompted to enter them in a separate pane. If your environment doesn't use parameters, select **Create**.
46
46
47
47
:::image type="content" source="media/how-to-manage-environments/parameter-pane.png" alt-text="Screenshot showing the parameter pane.":::
48
48
49
-
1. Select **Create**. You see the environment tile in the developer portal immediately, displaying the **Creating...** status while creation is in progress.
49
+
1. Select **Create**. The environment tile is shown in the developer portal immediately, displaying the **Creating...** status while creation is in progress.
50
50
51
-
1. To view the resources created for the environment, select **Environment Resources**.
51
+
1. To view the resources that were created for the environment, select **Environment Resources**.
52
52
53
53
:::image type="content" source="media/how-to-manage-environments/environment-resources-link.png" alt-text="Screenshot showing an environment tile with the Environment Resources link highlighted. ":::
54
54
@@ -62,23 +62,21 @@ When you need to update your environment, you can redeploy it. The redeployment
62
62
63
63
1. Sign in to the [developer portal](https://devportal.microsoft.com).
64
64
65
-
1. On the environment you want to redeploy, from the options menu, select **Redeploy**.
65
+
1. On the environment you want to redeploy, on the options menu, select **Redeploy**.
66
66
67
67
:::image type="content" source="media/how-to-manage-environments/option-redeploy.png" alt-text="Screenshot showing an environment tile with the options menu expanded and the redeploy option selected.":::
68
68
69
-
1. If parameters are defined on the catalog item, you're prompted to make any changes you want. When you've made your changes, select **Redeploy**.
69
+
1. If parameters are defined on the catalog item, you're prompted to make any changes you want to make. When you've made your changes, select **Redeploy**.
70
70
71
71
:::image type="content" source="media/how-to-manage-environments/redeploy-parameters.png" alt-text="Screenshot showing the redeploy parameters pane.":::
72
72
73
-
1. If your environment doesn't include configurable parameters, you see the Redeploy *environment name* message. Select **Redeploy**.
73
+
1. If your environment doesn't include configurable parameters, you see the **Redeploy \<environment name\>** message. Select **Redeploy**.
:::image type="content" source="media/how-to-manage-environments/confirm-redeploy.png" alt-text="Screenshot showing the redeploy confirmation message with redeploy highlighted.":::
76
76
77
-
1. The environment displays the **Redeploying...** status while the redeployment takes place.
77
+
1. The environment displays the **Redeploying...** status while the redeployment takes place. To view the redeployed resources, select **Environment Resources**.
78
78
79
-
1. To view the redeployed resources, select **Environment Resources**.
80
-
81
-
1. The environment resources are displayed in the Azure portal.
79
+
The environment resources are displayed in the Azure portal.
82
80
83
81
:::image type="content" source="media/how-to-manage-environments/redeployed-resources.png" alt-text="Screenshot showing redeployed resources in the Azure portal.":::
84
82
@@ -88,7 +86,7 @@ You can delete your environment completely when you don't need it anymore.
88
86
89
87
1. Sign in to the [developer portal](https://devportal.microsoft.com).
90
88
91
-
1. On the environment you want to redeploy, from the options menu, select **Delete**.
89
+
1. On the environment you want to redeploy, on the options menu, select **Delete**.
92
90
93
91
:::image type="content" source="media/how-to-manage-environments/option-delete.png" alt-text="Screenshot showing an environment tile with the options menu expanded and the delete option selected.":::
94
92
@@ -102,7 +100,7 @@ You can delete your environment completely when you don't need it anymore.
102
100
103
101
The Azure CLI provides a command-line interface for speed and efficiency when you create multiple similar environments, or for platforms where resources like memory are limited. You can use the following commands to create, list, deploy, or delete an environment.
104
102
105
-
To learn how to Deployment Environments Azure CLI extension, see [Configure Azure Deployment Environments service using Azure CLI](how-to-configure-use-cli.md).
103
+
To learn how to Deployment Environments Azure CLI extension, see [Configure Azure Deployment Environments by using the Azure CLI](how-to-configure-use-cli.md).
106
104
107
105
### Create an environment
108
106
@@ -134,5 +132,5 @@ az devcenter dev environment delete --dev-center-name <devcenter-name> --projec
134
132
135
133
## Next steps
136
134
137
-
- Learn about configuring Azure Deployment Environments: [Quickstart: Create and configure a dev center](quickstart-create-and-configure-devcenter.md)
138
-
- Learn more about managing your environments with the CLI: [Create and access an environment by using the Azure CLI](how-to-create-access-environments.md)
135
+
- Learn how to configure Azure Deployment Environments: [Quickstart: Create and configure a dev center](quickstart-create-and-configure-devcenter.md).
136
+
- Learn more about managing your environments by using the CLI: [Create and access an environment by using the Azure CLI](how-to-create-access-environments.md).
0 commit comments