Skip to content

Commit d93d671

Browse files
committed
Address comment
1 parent a7c3860 commit d93d671

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

articles/deployment-environments/overview-what-is-azure-deployment-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Start using Azure Deployment Environments:
9191

9292
- [Key concepts for Azure Deployment Environments](./concept-environments-key-concepts.md)
9393
- [Azure Deployment Environments scenarios](./concept-environments-scenarios.md)
94-
- [Quickstart: Create dev center and project (ARM)](./quickstart-create-devcenter-and-project-arm.md)
94+
- [Quickstart: Create dev center and project (Azure Resource Manager)](./quickstart-create-dev-center-project-azure-resource-manager.md)
9595
- [Quickstart: Create and configure a dev center](./quickstart-create-and-configure-devcenter.md)
9696
- [Quickstart: Create and configure a project](./quickstart-create-and-configure-projects.md)
9797
- [Quickstart: Create and access environments](./quickstart-create-access-environments.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The following diagram shows the steps to configure a dev center for Azure Deploy
2222

2323
:::image type="content" source="media/quickstart-create-and-configure-devcenter/steps-configure-devcenter.png" alt-text="Diagram showing the stages required to configure a dev center for Deployment Environments." lightbox="media/quickstart-create-and-configure-devcenter/steps-configure-devcenter-expanded.png"::::::
2424

25-
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). Alternatively to creating these resources manually, you can also follow this quickstart to [deploy the dev center and project using an ARM template](./quickstart-create-devcenter-and-project-arm.md).
25+
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). Alternatively to creating these resources manually, you can also follow this quickstart to [deploy the dev center and project using an ARM template](./quickstart-create-dev-center-project-azure-resource-manager.md).
2626

2727
## Prerequisites
2828

articles/deployment-environments/quickstart-create-devcenter-and-project-arm.md renamed to articles/deployment-environments/quickstart-create-dev-center-project-azure-resource-manager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create Dev Center and Project for Azure Deployment Environment by using Azure Resource Manager template (ARM template)
2+
title: Create dev center and project for Azure Deployment Environment by using Azure Resource Manager template (ARM template)
33
description: Learn how to create and configure Dev Center and Project for Azure Deployment Environment by using Azure Resource Manager template (ARM template).
44
services: deployment-environments
55
ms.service: deployment-environments
@@ -89,7 +89,7 @@ It takes about 5 minutes to deploy the template.
8989
9090
Azure PowerShell is used to deploy the template. You can also use the Azure portal and Azure CLI. To learn other deployment methods, see [Deploy templates](../azure-resource-manager/templates/deploy-portal.md).
9191
92-
### Required Parameters
92+
### Required parameters
9393
9494
- *Resource Group Name*: The name of the resource group where the dev center and project are located.
9595
- *Dev Center Name*: The name of the dev center.

articles/deployment-environments/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ items:
1515
href: quickstart-create-and-configure-devcenter.md
1616
- name: Create and configure a project
1717
href: quickstart-create-and-configure-projects.md
18-
- name: Create dev center and project (ARM)
19-
href: quickstart-create-devcenter-and-project-arm.md
18+
- name: Create dev center and project (Azure Resource Manager)
19+
href: quickstart-create-dev-center-project-azure-resource-manager.md
2020
displayName: Azure Deployment Environments, ADE, environments, quickstart
2121
- name: Create and access an environment
2222
href: quickstart-create-access-environments.md

0 commit comments

Comments
 (0)