Skip to content

Commit 48357f6

Browse files
committed
Updates from Sagar.
1 parent f1c0c87 commit 48357f6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/deployment-environments/how-to-manage-environments.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ ms.date: 02/28/2023
1111

1212
# Manage your environment
1313

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.
1515

1616
As a developer, you can create and manage your environments from the developer portal or from the Azure CLI.
1717

1818
## Prerequisites
1919

2020
- 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.
2222

2323
## Manage an environment by using the developer portal
2424

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.
2626

2727
### Create an environment by using the developer portal
2828

@@ -52,13 +52,13 @@ The developer portal provides a graphical interface for creation and management
5252

5353
:::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. ":::
5454

55-
1. The environment resources display in the Azure portal.
55+
1. The environment resources are displayed in the Azure Portal.
5656

5757
:::image type="content" source="media/how-to-manage-environments/environment-resources.png" alt-text="Screenshot showing environment resources in the Azure portal.":::
5858

5959
### Redeploy an environment by using the developer portal
6060

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.
6262

6363
1. Sign in to the [developer portal](https://devportal.microsoft.com).
6464

@@ -78,7 +78,7 @@ When you need to update your environment parameters, you can redeploy it. The re
7878

7979
1. To view the redeployed resources, select **Environment Resources**.
8080

81-
1. The environment resources display in the Azure portal.
81+
1. The environment resources are displayed in the Azure Portal.
8282

8383
:::image type="content" source="media/how-to-manage-environments/redeployed-resources.png" alt-text="Screenshot showing redeployed resources in the Azure portal.":::
8484

0 commit comments

Comments
 (0)