Skip to content

Commit 61c1f14

Browse files
committed
Adjust lightbox images
1 parent 5d9818b commit 61c1f14

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ An environment in Azure Deployment Environments is a collection of Azure resourc
2929

3030
1. From the **New** menu at the top left, select **New environment**.
3131

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

3434
1. In the **Add an environment** pane, select the following information:
3535

@@ -40,7 +40,7 @@ An environment in Azure Deployment Environments is a collection of Azure resourc
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 available types. |
4141
|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. |
4242

43-
:::image type="content" source="media/quickstart-create-access-environments/add-environment.png" alt-text="Screenshot showing add environment pane." lightbox="media/quickstart-create-access-environments/add-environment-expanded.png":::
43+
:::image type="content" source="media/quickstart-create-access-environments/add-environment.png" alt-text="Screenshot showing add environment pane." lightbox="media/quickstart-create-access-environments/add-environment.png":::
4444

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

@@ -54,7 +54,7 @@ You can access and manage your environments in the Azure Deployment Environments
5454

5555
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.
5656

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

5959
1. You can view the resources in your environment listed in the Azure portal.
6060

articles/deployment-environments/quickstart-create-and-configure-devcenter.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A platform engineering team typically sets up a dev center, attaches external ca
1818

1919
The following diagram shows the steps to configure a dev center for Azure Deployment Environments in the Azure portal.
2020

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

2323
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).
2424

@@ -53,7 +53,7 @@ To create and configure a dev center in Azure Deployment Environments by using t
5353

5454
1. On the **Review** tab, wait for deployment validation, and then select **Create**.
5555

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

5858
1. You can check the progress of the deployment in your Azure portal notifications.
5959

@@ -140,7 +140,7 @@ You must give the dev center managed identity permissions to the repository in A
140140
|**Azure DevOps Groups**|Select **Project Readers**.|
141141
|**Send email invites (to Users only)**|Clear the checkbox.|
142142

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

145145
## Add a catalog to the dev center
146146

@@ -168,7 +168,7 @@ In this quickstart, you attach an Azure DevOps repository.
168168
| **Branch** | Select the branch. |
169169
| **Folder path** | Dev Box retrieves a list of folders in your branch. Select the folder that stores your IaC templates. |
170170

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

173173
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.
174174

articles/deployment-environments/quickstart-create-and-configure-projects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This quickstart shows you how to create a project in Azure Deployment Environmen
1616

1717
The following diagram shows the steps to configure a project associated with a dev center for Deployment Environments in the Azure portal.
1818

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

2121
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.
2222

@@ -81,7 +81,7 @@ To configure a project, add a [project environment type](how-to-configure-projec
8181
|**Permissions on environment resources** > **Additional access** | Select the users or Microsoft Entra groups to assign to specific roles on the environment resources.|
8282
|**Tags** | Enter a tag name and a tag value. These tags are applied on all resources that are created as part of the environment.|
8383

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

8686
> [!NOTE]
8787
> 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

Comments
 (0)