Skip to content

Commit a2c3dbb

Browse files
committed
edits
1 parent 3567bc6 commit a2c3dbb

File tree

1 file changed

+21
-23
lines changed

1 file changed

+21
-23
lines changed

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

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Manage your environment
33
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.
55
author: RoseHJM
66
ms.author: rosemalcolm
77
ms.service: deployment-environments
@@ -11,9 +11,9 @@ ms.date: 02/28/2023
1111

1212
# Manage your environment
1313

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

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

1818
## Prerequisites
1919

@@ -22,33 +22,33 @@ As a developer, you can create and manage your environments from the developer p
2222

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

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

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

2929
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**.
3131

3232
:::image type="content" source="media/how-to-manage-environments/new-environment.png" alt-text="Screenshot showing the new menu with new environment highlighted.":::
3333

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:
3535

3636
|Field |Value |
3737
|---------|---------|
3838
|Name | Enter a descriptive name for your environment. |
3939
|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. |
4040
|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. |
4242

43-
:::image type="content" source="media/how-to-manage-environments/add-environment.png" alt-text="Screenshot showing add environment pane.":::
43+
:::image type="content" source="media/how-to-manage-environments/add-environment.png" alt-text="Screenshot showing the add environment pane.":::
4444

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**.
4646

4747
:::image type="content" source="media/how-to-manage-environments/parameter-pane.png" alt-text="Screenshot showing the parameter pane.":::
4848

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

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

@@ -62,23 +62,21 @@ When you need to update your environment, you can redeploy it. The redeployment
6262

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

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**.
6666

6767
:::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.":::
6868

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**.
7070

7171
:::image type="content" source="media/how-to-manage-environments/redeploy-parameters.png" alt-text="Screenshot showing the redeploy parameters pane.":::
7272

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**.
7474

75-
:::image type="content" source="media/how-to-manage-environments/confirm-redeploy.png" alt-text="Screenshot showing redeploy confirmation message with redeploy highlighted.":::
75+
:::image type="content" source="media/how-to-manage-environments/confirm-redeploy.png" alt-text="Screenshot showing the redeploy confirmation message with redeploy highlighted.":::
7676

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**.
7878

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

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

@@ -88,7 +86,7 @@ You can delete your environment completely when you don't need it anymore.
8886

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

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**.
9290

9391
:::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.":::
9492

@@ -102,7 +100,7 @@ You can delete your environment completely when you don't need it anymore.
102100

103101
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.
104102

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).
106104

107105
### Create an environment
108106

@@ -134,5 +132,5 @@ az devcenter dev environment delete --dev-center-name <devcenter-name> --projec
134132

135133
## Next steps
136134

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

Comments
 (0)