|
1 | 1 | ---
|
2 |
| -title: Create a deployment environment |
| 2 | +title: Create a Deployment Environment |
3 | 3 | titleSuffix: Azure Deployment Environments
|
4 |
| -description: Learn how to create and access an environment in Azure Deployment Environments through the developer portal. An environment has all Azure resource preconfigured for deploying your application. |
| 4 | +description: Learn how to create and access an environment in Azure Deployment Environments by using the developer portal. |
5 | 5 | author: RoseHJM
|
6 | 6 | ms.author: rosemalcolm
|
7 | 7 | ms.service: azure-deployment-environments
|
8 | 8 | ms.custom: build-2023
|
9 | 9 | ms.topic: quickstart
|
10 |
| -ms.date: 12/01/2023 |
| 10 | +ms.date: 07/24/2025 |
| 11 | + |
| 12 | +#customer intent: As a developer, I want to create and acess an environment so that I can use preconfigured Azure resources to deploy an application. |
11 | 13 | ---
|
12 | 14 |
|
13 | 15 | # Quickstart: Create and access an environment in Azure Deployment Environments
|
14 | 16 |
|
15 |
| -This quickstart shows you how to create and access an [environment](concept-environments-key-concepts.md#environments) in Azure Deployment Environments by using the developer portal. |
| 17 | +This quickstart describes how to create and access an [environment](concept-environments-key-concepts.md#environments) in Azure Deployment Environments by using the developer portal. |
16 | 18 |
|
17 |
| -As a developer, you can create environments associated with a [project](concept-environments-key-concepts.md#projects) in Azure Deployment Environments. An environment has all Azure resource preconfigured for deploying your application. |
| 19 | +As a developer, you can create environments associated with a [project](concept-environments-key-concepts.md#projects) in Deployment Environments. An environment provides preconfigured Azure resources for deploying your application. |
18 | 20 |
|
19 | 21 | ## Prerequisites
|
20 | 22 |
|
21 |
| -- Your organization must configure Azure Deployment Environments with a dev center and at least one project before you can create a deployment environment. |
22 |
| - - Platform engineers can follow these steps to configure [Quickstart: Configure Azure Deployment Environments](quickstart-create-and-configure-devcenter.md). |
23 |
| -- You must have permissions as a Deployment Environments User for a project. If you don't have permissions to a project, contact your administrator. |
| 23 | +- Someone in your organization must configure Deployment Environments with a dev center and at least one project before you can create a deployment environment. To meet this prerequisite, platform engineers can complete the steps in [Quickstart: Configure Azure Deployment Environments](quickstart-create-and-configure-devcenter.md). |
| 24 | +- You must have permissions as a Deployment Environments User for a project. If you don't have permissions for a project, contact your administrator. |
24 | 25 |
|
25 | 26 | ## Create an environment
|
26 | 27 |
|
27 |
| -An environment in Azure Deployment Environments is a collection of Azure resources on which your application is deployed. You can create an environment from the developer portal. |
| 28 | +An environment in Deployment Environments is a collection of Azure resources on which your application is deployed. You can create an environment from the developer portal. |
28 | 29 |
|
29 | 30 | [!INCLUDE [note-deployment-environments-user](includes/note-deployment-environments-user.md)]
|
30 | 31 |
|
31 | 32 | [!INCLUDE [developer-portal-landing-page](includes/developer-portal-landing-page.md)]
|
32 | 33 |
|
33 |
| -3. In the **Add an environment** pane, select the following information: |
| 34 | +3. In the **Add an environment** pane, enter or select the following information: |
34 | 35 |
|
35 | 36 | |Field |Value |
|
36 | 37 | |---------|---------|
|
37 |
| - |Name | Enter a descriptive name for your environment. | |
38 |
| - |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. | |
39 |
| - |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. | |
40 |
| - |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. | |
| 38 | + |**Name** | Enter a descriptive name for your environment. | |
| 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 | + |**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 | + |**Definition** | 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. | |
41 | 42 |
|
42 |
| - :::image type="content" source="media/quickstart-create-access-environments/dev-add-environment.png" alt-text="Screenshot showing add environment pane." lightbox="media/quickstart-create-access-environments/dev-add-environment-expanded.png"::: |
| 43 | + :::image type="content" source="media/quickstart-create-access-environments/dev-add-environment.png" alt-text="Screenshot showing the Add an environment pane."::: |
43 | 44 |
|
44 | 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.
|
45 | 46 |
|
46 |
| -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. |
47 | 48 |
|
48 | 49 | ## Access an environment
|
49 | 50 |
|
50 |
| -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. |
51 | 52 |
|
52 | 53 | 1. Sign in to the [developer portal](https://devportal.microsoft.com).
|
53 | 54 |
|
54 |
| -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 **View resources**. |
55 | 56 |
|
56 |
| - :::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 View resources link is highlighted."::: |
57 | 58 |
|
58 |
| -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: |
59 | 60 |
|
60 |
| - :::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"::: |
61 | 62 |
|
62 | 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.
|
63 | 64 |
|
|
0 commit comments