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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,18 +11,18 @@ ms.date: 02/28/2023
11
11
12
12
# Manage your environment
13
13
14
-
In Azure Deployment Environments Preview, a dev infrastructure manager 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 dev infrastructure manager can also give management permissions to the creator of the environment, like Owner or Contributor.
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.
15
15
16
16
As a developer, you can create and manage your environments from the developer portal or from the Azure CLI.
17
17
18
18
## Prerequisites
19
19
20
20
- Access to a project that has at least one environment type.
21
-
- The [Deployment Environments User](how-to-configure-deployment-environments-user.md) role, the [DevCenter Project Admin](how-to-configure-project-admin.md) role, or a [built-in role](../role-based-access-control/built-in-roles.md) that has appropriate permissions.
21
+
- The [Deployment Environments User](how-to-configure-deployment-environments-user.md) role, the [DevCenter Project Admin](how-to-configure-project-admin.md) role, or a [built-in role](../role-based-access-control/built-in-roles.md) that has appropriate permissions to create an environment.
22
22
23
23
## Manage an environment by using the developer portal
24
24
25
-
The developer portal provides a graphical interface for creation and management tasks and provides a visual status for your environments and dev boxes. You can create, redeploy, and delete your environments as needed.
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.
26
26
27
27
### Create an environment by using the developer portal
28
28
@@ -52,13 +52,13 @@ The developer portal provides a graphical interface for creation and management
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
55
-
1. The environment resources display in the Azure portal.
55
+
1. The environment resources are displayed in the Azure Portal.
56
56
57
57
:::image type="content" source="media/how-to-manage-environments/environment-resources.png" alt-text="Screenshot showing environment resources in the Azure portal.":::
58
58
59
59
### Redeploy an environment by using the developer portal
60
60
61
-
When you need to update your environment parameters, you can redeploy it. The redeployment process updates any existing resources with changed properties and creates any new resources from the catalog item in the environment resource group.
61
+
When you need to update your environment, you can redeploy it. The redeployment process updates any existing resources with changed properties or creates any new resources based on the latest configuration of the catalog item.
62
62
63
63
1. Sign in to the [developer portal](https://devportal.microsoft.com).
64
64
@@ -78,7 +78,7 @@ When you need to update your environment parameters, you can redeploy it. The re
78
78
79
79
1. To view the redeployed resources, select **Environment Resources**.
80
80
81
-
1. The environment resources display in the Azure portal.
81
+
1. The environment resources are displayed in the Azure Portal.
82
82
83
83
:::image type="content" source="media/how-to-manage-environments/redeployed-resources.png" alt-text="Screenshot showing redeployed resources in the Azure portal.":::
0 commit comments