Skip to content

Commit 125e3e6

Browse files
authored
Merge pull request #303114 from v-albemi/create-access-environments
Freshness Edit: Azure Deployment Environments
2 parents e42ae11 + bdccb77 commit 125e3e6

File tree

7 files changed

+25
-24
lines changed

7 files changed

+25
-24
lines changed

articles/deployment-environments/includes/developer-portal-landing-page.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ ms.service: dev-box
88

99
1. Go to the [developer portal](https://aka.ms/devbox-portal). The landing page contains useful information and links. When you're ready, select **Sign in**.
1010

11-
:::image type="content" source="../media/developer-portal-landing-page/developer-portal-landing-page-sign-in.png" alt-text="Screenshot of the developer portal landing page with sign-in highlighted.":::
11+
:::image type="content" source="../media/developer-portal-landing-page/developer-portal-landing-page-sign-in.png" alt-text="Screenshot of the developer portal landing page. Sign in is highlighted.":::
1212

1313
#### [No existing environments](#tab/no-existing-environments)
1414

1515
2. If you don't have any dev boxes, you see this screen. Select **New environment**.
1616

17-
:::image type="content" source="../media/developer-portal-landing-page/developer-portal-new-deployment-environment.png" alt-text="Screenshot of the developer portal with new environment highlighted." lightbox="../media/developer-portal-landing-page/developer-portal-new-deployment-environment.png":::
17+
:::image type="content" source="../media/developer-portal-landing-page/developer-portal-new-deployment-environment.png" alt-text="Screenshot of the developer portal. New environment is highlighted." lightbox="../media/developer-portal-landing-page/developer-portal-new-deployment-environment.png":::
1818

1919
#### [Existing environments](#tab/existing-environments)
2020

2121
2. Select **New** > **New environment**.
2222

23-
:::image type="content" source="../media/developer-portal-landing-page/developer-portal-new-environment-menu.png" alt-text="Screenshot of the developer portal with the New menu and Dev box option highlighted." lightbox="../media/developer-portal-landing-page/developer-portal-new-environment-menu.png":::
23+
:::image type="content" source="../media/developer-portal-landing-page/developer-portal-new-environment-menu.png" alt-text="Screenshot of the developer portal. The New and New environment options are highlighted." lightbox="../media/developer-portal-landing-page/developer-portal-new-environment-menu.png":::
2424

2525
---
-30.8 KB
Loading
42.9 KB
Loading
63.4 KB
Loading

articles/deployment-environments/quickstart-create-access-environments.md

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,64 @@
11
---
2-
title: Create a deployment environment
2+
title: Create a Deployment Environment
33
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.
55
author: RoseHJM
66
ms.author: rosemalcolm
77
ms.service: azure-deployment-environments
88
ms.custom: build-2023
99
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.
1113
---
1214

1315
# Quickstart: Create and access an environment in Azure Deployment Environments
1416

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

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

1921
## Prerequisites
2022

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

2526
## Create an environment
2627

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

2930
[!INCLUDE [note-deployment-environments-user](includes/note-deployment-environments-user.md)]
3031

3132
[!INCLUDE [developer-portal-landing-page](includes/developer-portal-landing-page.md)]
3233

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

3536
|Field |Value |
3637
|---------|---------|
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. |
4142

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.":::
4344

4445
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.
4546

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

4849
## Access an environment
4950

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

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

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

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.":::
5758

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

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":::
6162

6263
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.
6364

0 commit comments

Comments
 (0)