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/quickstart-create-access-environments.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,27 +38,27 @@ An environment in Deployment Environments is a collection of Azure resources on
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 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 available types. |
41
-
|Environment definitions | Select the environment definition you want to use to create the environment. You see a list of the environment definitions available from the catalogs associated with your dev center. |
41
+
|**Environment definitions**| Select the environment definition you want to use to create the environment. You see a list of the environment definitions that are available from the catalogs associated with your dev center. |
:::image type="content" source="media/quickstart-create-access-environments/dev-add-environment.png" alt-text="Screenshot showing the Add an environment pane." lightbox="media/quickstart-create-access-environments/dev-add-environment-expanded.png":::
44
44
45
45
If your environment is configured to accept parameters, you can enter them on a separate pane. In this example, you don't need to specify any parameters.
46
46
47
-
4. Select **Create**. You see your environment in the developer portal immediately, with an indicator that shows creation in progress.
47
+
4. Select **Create**. You see your environment in the developer portal immediately. An indicator shows the progress of the environment creation.
48
48
49
49
## Access an environment
50
50
51
-
You can access and manage your environments in the Azure Deployment Environments developer portal.
51
+
You can access and manage your environments in the Deployment Environments developer portal.
52
52
53
53
1. Sign in to the [developer portal](https://devportal.microsoft.com).
54
54
55
-
1. You can view all of your existing environments. To access the specific resources created as part of an environment, select the **Environment Resources** link.
55
+
1. You can view all of your existing environments. To access the resources created as part of an environment, select **Environment Resources**.
56
56
57
-
:::image type="content" source="media/quickstart-create-access-environments/dev-environment-resources.png" alt-text="Screenshot showing an environment card, with the environment resources link highlighted." lightbox="media/quickstart-create-access-environments/dev-environment-resources-expanded.png":::
57
+
:::image type="content" source="media/quickstart-create-access-environments/dev-environment-resources.png" alt-text="Screenshot showing an environment card. The Environment Resources link is highlighted." lightbox="media/quickstart-create-access-environments/dev-environment-resources-expanded.png":::
58
58
59
-
1. You can view the resources in your environment listed in the Azure portal.
59
+
1. You can view the resources in your environment in the Azure portal:
60
60
61
-
:::image type="content" source="media/quickstart-create-access-environments/azure-portal-view-of-environment.png" alt-text="Screenshot showing Azure portal list of environment resources." lightbox="media/quickstart-create-access-environments/azure-portal-view-of-environment.png":::
61
+
:::image type="content" source="media/quickstart-create-access-environments/azure-portal-view-of-environment.png" alt-text="Screenshot showing the list of environment resources." lightbox="media/quickstart-create-access-environments/azure-portal-view-of-environment.png":::
62
62
63
63
Creating an environment automatically creates a resource group that stores the environment's resources. The resource group name follows the pattern `{projectName}-{environmentName}`. You can view the resource group in the Azure portal.
0 commit comments