Skip to content

Commit 1c85bf1

Browse files
committed
Update quickstart-create-devcenter-and-project-arm.md
1 parent 2d93f58 commit 1c85bf1

File tree

1 file changed

+34
-18
lines changed

1 file changed

+34
-18
lines changed
Lines changed: 34 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
11
---
2-
# Required metadata
3-
# For more information, see https://review.learn.microsoft.com/en-us/help/platform/learn-editor-add-metadata?branch=main
4-
# For valid values of ms.service, ms.prod, and ms.topic, see https://review.learn.microsoft.com/en-us/help/platform/metadata-taxonomies?branch=main
5-
6-
title: # Add a title for the browser tab
7-
description: # Add a meaningful description for search results
8-
author: thophan-microsoft # GitHub alias
9-
ms.author: thophan # Microsoft alias
10-
ms.service: # Add the ms.service or ms.prod value
11-
# ms.prod: # To use ms.prod, uncomment it and delete ms.service
12-
ms.topic: # Add the ms.topic value
13-
ms.date: 03/20/2024
2+
title: Create Dev Center and Project for Azure Deployment Environment by using Azure Resource Manager template (ARM template)
3+
description: Learn how to create and configure Dev Center and Project for Azure Deployment Environment by using Azure Resource Manager template (ARM template).
4+
services: deployment-environments
5+
ms.service: deployment-environments
6+
author: thophan-microsoft
7+
ms.author: thophan
8+
ms.topic: quickstart-arm
9+
ms.custom: subject-armqs
10+
ms.date: 03/21/2024
11+
12+
# Customer intent: As an enterprise admin, I want a quick method to create and configure a Dev Center and Project resource to evaluate Deployment Environment.
1413
---
1514

1615
# Quickstart: Create dev center and project for Azure Deployment Environments by using ARM template
1716

18-
This quickstart describes how to use an Azure Resource Manager (ARM) template to set up a Deployment Environment in Azure.
17+
This quickstart describes how to use an Azure Resource Manager template (ARM template) to create and configure a dev center and project for creating an environment.
1918

2019
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
2120

22-
This [Environment sandbox](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.devcenter/environment-sandbox) template create and set up the dev center and project resources through deploying the template using the Azure portal. After completing this deployment, developers can use the [developer portal](https://devportal.microsoft.com/) to create environments by following [Quickstart: Create and access an environment](./quickstart-create-access-environments.md).
23-
2421
If your environment meets the prerequisites and you're familiar with using ARM templates, select the
2522
**Deploy to Azure** button. The template opens in the Azure portal.
2623

@@ -35,15 +32,34 @@ If your environment meets the prerequisites and you're familiar with using ARM t
3532

3633
## Review the template
3734

38-
The template used in this QuickStart is from [Azure Quickstart Templates](/samples/azure/azure-quickstart-templates/environment-sandbox/).
35+
The template used in this quickStart is from [Azure Quickstart Templates](/samples/azure/azure-quickstart-templates/environment-sandbox/).
3936

4037
To view the template, see [azuredeploy.json](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.devcenter/environment-sandbox/azuredeploy.json)
4138

42-
Multiple Azure resources are defined in the template:
39+
Azure resources defined in the template:
4340

4441
- [Microsoft.DevCenter/devcenters](/azure/templates/microsoft.devcenter/devcenters): create a dev center.
4542
- [Microsoft.DevCenter/devcenters/catalogs](/azure/templates/microsoft.devcenter/devcenters/catalogs): create a catalog.
4643
- [Microsoft.DevCenter/devcenters/environmentTypes](/azure/templates/microsoft.devcenter/devcenters/environmenttypes): create a dev center environment type.
4744
- [Microsoft.DevCenter/projects](/azure/templates/microsoft.devcenter/projects): create a project.
45+
- [Microsoft.Authorization/roleAssignments](/azure/templates/microsoft.authorization/roleassignments): create a role assignment.
4846
- [Microsoft.DevCenter/projects/environmentTypes](/azure/templates/microsoft.devcenter/projects/environmenttypes): create a project environment type.
49-
- [Microsoft.Authorization/roleAssignments](/azure/templates/microsoft.authorization/roleassignments): create a role assignment.
47+
48+
## Deploy the template
49+
50+
51+
52+
## Review deployed resources
53+
54+
55+
56+
## Clean up resources
57+
58+
1. If there are environments associated with the project resource, delete them first either through the Azure Portal or the developer portal
59+
2. Delete the project resource
60+
3. Delete the dev center resource
61+
4. Delete the resource group
62+
63+
## Next steps
64+
65+
- [Quickstart: Create and access an environment](./quickstart-create-access-environments.md)

0 commit comments

Comments
 (0)