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
# 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.
14
13
---
15
14
16
15
# Quickstart: Create dev center and project for Azure Deployment Environments by using ARM template
17
16
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.
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
-
24
21
If your environment meets the prerequisites and you're familiar with using ARM templates, select the
25
22
**Deploy to Azure** button. The template opens in the Azure portal.
26
23
@@ -35,15 +32,34 @@ If your environment meets the prerequisites and you're familiar with using ARM t
35
32
36
33
## Review the template
37
34
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/).
39
36
40
37
To view the template, see [azuredeploy.json](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.devcenter/environment-sandbox/azuredeploy.json)
41
38
42
-
Multiple Azure resources are defined in the template:
39
+
Azure resources defined in the template:
43
40
44
41
-[Microsoft.DevCenter/devcenters](/azure/templates/microsoft.devcenter/devcenters): create a dev center.
45
42
-[Microsoft.DevCenter/devcenters/catalogs](/azure/templates/microsoft.devcenter/devcenters/catalogs): create a catalog.
46
43
-[Microsoft.DevCenter/devcenters/environmentTypes](/azure/templates/microsoft.devcenter/devcenters/environmenttypes): create a dev center environment type.
47
44
-[Microsoft.DevCenter/projects](/azure/templates/microsoft.devcenter/projects): create a project.
45
+
-[Microsoft.Authorization/roleAssignments](/azure/templates/microsoft.authorization/roleassignments): create a role assignment.
48
46
-[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