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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ An environment in Azure Deployment Environments is a collection of Azure resourc
29
29
30
30
1. From the **New** menu at the top left, select **New environment**.
31
31
32
-
:::image type="content" source="media/quickstart-create-access-environments/new-environment.png" alt-text="Screenshot showing the new menu with new environment highlighted." lightbox="media/quickstart-create-access-environments/new-environment-expanded.png":::
32
+
:::image type="content" source="media/quickstart-create-access-environments/new-environment.png" alt-text="Screenshot showing the new menu with new environment highlighted." lightbox="media/quickstart-create-access-environments/new-environment.png":::
33
33
34
34
1. In the **Add an environment** pane, select the following information:
35
35
@@ -40,7 +40,7 @@ An environment in Azure Deployment Environments is a collection of Azure resourc
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
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. |
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
@@ -54,7 +54,7 @@ You can access and manage your environments in the Azure Deployment Environments
54
54
55
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.
56
56
57
-
:::image type="content" source="media/quickstart-create-access-environments/environment-resources.png" alt-text="Screenshot showing an environment card, with the environment resources link highlighted." lightbox="media/quickstart-create-access-environments/environment-resources-expanded.png":::
57
+
:::image type="content" source="media/quickstart-create-access-environments/environment-resources.png" alt-text="Screenshot showing an environment card, with the environment resources link highlighted." lightbox="media/quickstart-create-access-environments/environment-resources.png":::
58
58
59
59
1. You can view the resources in your environment listed in the Azure portal.
Copy file name to clipboardExpand all lines: articles/deployment-environments/quickstart-create-and-configure-devcenter.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ A platform engineering team typically sets up a dev center, attaches external ca
18
18
19
19
The following diagram shows the steps to configure a dev center for Azure Deployment Environments in the Azure portal.
20
20
21
-
:::image type="content" source="media/quickstart-create-and-configure-devcenter/environments-build-stages.png" alt-text="Diagram showing the stages required to configure a dev center for Deployment Environments." lightbox="media/quickstart-create-and-configure-devcenter/environments-build-stages-expanded.png"::::::
21
+
:::image type="content" source="media/quickstart-create-and-configure-devcenter/environments-build-stages.png" alt-text="Diagram showing the stages required to configure a dev center for Deployment Environments." lightbox="media/quickstart-create-and-configure-devcenter/environments-build-stages.png"::::::
22
22
23
23
You need to perform the steps in this quickstart and then [create a project](quickstart-create-and-configure-projects.md) before you can [create a deployment environment](quickstart-create-access-environments.md).
24
24
@@ -53,7 +53,7 @@ To create and configure a dev center in Azure Deployment Environments by using t
53
53
54
54
1. On the **Review** tab, wait for deployment validation, and then select **Create**.
55
55
56
-
:::image type="content" source="media/quickstart-create-and-configure-devcenter/create-devcenter-review.png" alt-text="Screenshot that shows the Review tab of a dev center to validate the deployment details." lightbox="media/quickstart-create-and-configure-devcenter/create-devcenter-review-expanded.png":::
56
+
:::image type="content" source="media/quickstart-create-and-configure-devcenter/create-devcenter-review.png" alt-text="Screenshot that shows the Review tab of a dev center to validate the deployment details." lightbox="media/quickstart-create-and-configure-devcenter/create-devcenter-review.png":::
57
57
58
58
1. You can check the progress of the deployment in your Azure portal notifications.
59
59
@@ -140,7 +140,7 @@ You must give the dev center managed identity permissions to the repository in A
|**Send email invites (to Users only)**|Clear the checkbox.|
142
142
143
-
:::image type="content" source="media/quickstart-create-and-configure-devcenter/devops-add-user-blade.png" alt-text="Screenshot showing Add users, with example entries and Add highlighted." lightbox="media/quickstart-create-and-configure-devcenter/devops-add-user-blade-expanded.png":::
143
+
:::image type="content" source="media/quickstart-create-and-configure-devcenter/devops-add-user-blade.png" alt-text="Screenshot showing Add users, with example entries and Add highlighted." lightbox="media/quickstart-create-and-configure-devcenter/devops-add-user-blade.png":::
144
144
145
145
## Add a catalog to the dev center
146
146
@@ -168,7 +168,7 @@ In this quickstart, you attach an Azure DevOps repository.
168
168
|**Branch**| Select the branch. |
169
169
|**Folder path**| Dev Box retrieves a list of folders in your branch. Select the folder that stores your IaC templates. |
170
170
171
-
:::image type="content" source="media/quickstart-create-and-configure-devcenter/add-catalog-to-devcenter.png" alt-text="Screenshot showing the add catalog pane with examples entries and Add highlighted." lightbox="media/quickstart-create-and-configure-devcenter/add-catalog-to-devcenter-expanded.png":::
171
+
:::image type="content" source="media/quickstart-create-and-configure-devcenter/add-catalog-to-devcenter.png" alt-text="Screenshot showing the add catalog pane with examples entries and Add highlighted." lightbox="media/quickstart-create-and-configure-devcenter/add-catalog-to-devcenter.png":::
172
172
173
173
1. In **Catalogs** for the dev center, verify that your catalog appears. If the connection is successful, **Status** is **Connected**. Connecting to a catalog can take a few minutes the first time.
Copy file name to clipboardExpand all lines: articles/deployment-environments/quickstart-create-and-configure-projects.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This quickstart shows you how to create a project in Azure Deployment Environmen
16
16
17
17
The following diagram shows the steps to configure a project associated with a dev center for Deployment Environments in the Azure portal.
18
18
19
-
:::image type="content" source="media/quickstart-create-configure-projects/create-environment-steps.png" alt-text="Diagram showing the stages required to configure a project for Deployment Environments." lightbox="media/quickstart-create-configure-projects/create-environment-steps-expanded.png":::
19
+
:::image type="content" source="media/quickstart-create-configure-projects/create-environment-steps.png" alt-text="Diagram showing the stages required to configure a project for Deployment Environments." lightbox="media/quickstart-create-configure-projects/create-environment-steps.png":::
20
20
21
21
First, you create a project. Then, assign the dev center managed identity the Contributor and the User Access Administrator roles to the subscription. Then, you configure the project by creating a project environment type. Finally, you give the development team access to the project by assigning the [Deployment Environments User](how-to-configure-deployment-environments-user.md) role to the project.
22
22
@@ -81,7 +81,7 @@ To configure a project, add a [project environment type](how-to-configure-projec
81
81
|**Permissions on environment resources** > **Additional access**| Select the users or Microsoft Entra groups to assign to specific roles on the environment resources.|
82
82
|**Tags**| Enter a tag name and a tag value. These tags are applied on all resources that are created as part of the environment.|
83
83
84
-
:::image type="content" source="media/quickstart-create-configure-projects/add-project-environment-type-page.png" alt-text="Screenshot that shows adding details in the Add project environment type pane." lightbox="media/quickstart-create-configure-projects/add-project-environment-type-page-expanded.png":::
84
+
:::image type="content" source="media/quickstart-create-configure-projects/add-project-environment-type-page.png" alt-text="Screenshot that shows adding details in the Add project environment type pane." lightbox="media/quickstart-create-configure-projects/add-project-environment-type-page.png":::
85
85
86
86
> [!NOTE]
87
87
> At least one identity (system-assigned or user-assigned) must be enabled for deployment identity. The identity is used to perform the environment deployment on behalf of the developer. Additionally, the identity attached to the dev center should be [assigned the Contributor and the User Access Admistrator roles](how-to-configure-managed-identity.md) for access to the deployment subscription for each environment type.
0 commit comments