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
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).
2
+
title: Create a Dev Center and Project for Deployment Environments by Using an ARM Template
3
+
description: Learn how to create and configure a dev center and project for Azure Deployment Environments by using an ARM template.
4
4
services: deployment-environments
5
5
ms.service: azure-deployment-environments
6
6
author: thophan-microsoft
7
7
ms.author: thophan
8
8
ms.topic: quickstart-arm
9
9
ms.custom: subject-armqs, devx-track-arm-template
10
-
ms.date: 03/21/2024
11
-
# Customer intent: As an enterprise admin, I want a quick method to create and configure a Dev Center and Project resource to evaluate Deployment Environments.
10
+
ms.date: 07/28/2025
11
+
# Customer intent: As an enterprise admin, I want to use an ARM template to create and configure a dev center and project so that I can evaluate Deployment Environments.
12
12
---
13
13
14
-
# Quickstart: Create dev center and project for Azure Deployment Environments by using an ARM template
14
+
# Quickstart: Create a dev center and project for Deployment Environments by using an ARM template
15
15
16
-
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.
16
+
This quickstart describes how to use an Azure Resource Manager template (ARM template) to create and configure an Azure Deployment Environments dev center and project for creating an environment.
@@ -24,36 +24,36 @@ If your environment meets the prerequisites and you're familiar with using ARM t
24
24
25
25
## Prerequisites
26
26
27
-
-If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F)before you begin.
27
+
-An Azure subscription. Create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F)if you don't have one.
28
28
- Owner or Contributor role on an Azure subscription or resource group.
29
-
- Microsoft Entra AD. Your organization must use Microsoft Entra AD for identity and access management.
30
-
- Microsoft Intune subscription. Your organization must use Microsoft Intune for device management.
29
+
- Microsoft Entra ID. Your organization must use Microsoft Entra ID for identity and access management.
31
30
32
31
## Review the template
33
32
34
-
The template used in this quickStart is from [Azure Quickstart Templates](/samples/azure/azure-quickstart-templates/deployment-environments/).
33
+
The template used in this quickstart is from [Azure Quickstart Templates](/samples/azure/azure-quickstart-templates/deployment-environments/).
35
34
36
35
To view the template, see [azuredeploy.json](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.devcenter/deployment-environments/azuredeploy.json).
37
36
38
37
Azure resources defined in the template:
39
38
40
-
-[Microsoft.DevCenter/devcenters](/azure/templates/microsoft.devcenter/devcenters): create a dev center.
41
-
-[Microsoft.DevCenter/devcenters/catalogs](/azure/templates/microsoft.devcenter/devcenters/catalogs): create a catalog.
42
-
-[Microsoft.DevCenter/devcenters/environmentTypes](/azure/templates/microsoft.devcenter/devcenters/environmenttypes): create a dev center environment type.
43
-
-[Microsoft.DevCenter/projects](/azure/templates/microsoft.devcenter/projects): create a project.
44
-
-[Microsoft.Authorization/roleAssignments](/azure/templates/microsoft.authorization/roleassignments): create a role assignment.
45
-
-[Microsoft.DevCenter/projects/environmentTypes](/azure/templates/microsoft.devcenter/projects/environmenttypes): create a project environment type.
39
+
-[Microsoft.DevCenter/devcenters](/azure/templates/microsoft.devcenter/devcenters). Create a dev center.
40
+
-[Microsoft.DevCenter/devcenters/catalogs](/azure/templates/microsoft.devcenter/devcenters/catalogs). Create a catalog.
41
+
-[Microsoft.DevCenter/devcenters/environmentTypes](/azure/templates/microsoft.devcenter/devcenters/environmenttypes). Create a dev center environment type.
42
+
-[Microsoft.DevCenter/projects](/azure/templates/microsoft.devcenter/projects). Create a project.
43
+
-[Microsoft.Authorization/roleAssignments](/azure/templates/microsoft.authorization/roleassignments). Create a role assignment.
44
+
-[Microsoft.DevCenter/projects/environmentTypes](/azure/templates/microsoft.devcenter/projects/environmenttypes). Create a project environment type.
46
45
47
46
## Deploy the template
48
47
49
-
1. Select **Open Cloud Shell** on either of the following code blocks and follow instructions to sign in to Azure.
50
-
2. Wait until you see the prompt from the console, then ensure you're set to deploy to the subscription you want.
51
-
3. If you want to continue deploying the template, select **Copy** on the code block, then right-click the shell console and select **Paste**.
48
+
1. Select **Open Cloud Shell** above either of the following code blocks and follow the instructions to sign in to Azure.
49
+
1. When you see the prompt from the console, ensure that you're ready to deploy to your chosen subscription.
50
+
1. Select the **PowerShell** shell and follow the prompts.
51
+
1. If you want to continue deploying the template, select **Copy** on the code block, and then right-click the shell console and select **Paste**.
52
52
53
-
1. If you want to use the default parameter values:
53
+
- If you want to use the default parameter values, use this code:
54
54
55
55
```azurepowershell-interactive
56
-
$location = Read-Host "Please enter region name e.g. eastus"
56
+
$location = Read-Host "Please enter region name, for example, eastus"
@@ -90,31 +90,33 @@ Azure PowerShell is used to deploy the template. You can also use the Azure port
90
90
91
91
### Required parameters
92
92
93
-
- *Resource Group Name*: The name of the resource group where the dev center and project are located.
94
-
- *Dev Center Name*: The name of the dev center.
95
-
- *Project Name*: The name of the project that is associated with the dev center.
96
-
- *Environment Type Name*: The name of the environment type for both the dev center and project.
97
-
- *User Object ID*: The object ID of the user that is granted the *Deployment Environments User* role.
93
+
- *Resource group name*: The name of the resource group where the dev center and project will be located.
94
+
- *Dev center name*: The name of the dev center.
95
+
- *Project name*: The name of the project that's associated with the dev center.
96
+
- *Environment type name*: The name of the environment type for both the dev center and the project.
97
+
- *User object ID*: The object ID of a user that's granted the *Deployment Environments User* role.
98
98
99
-
Alternatively, you can provide access to deployment environments project in the Azure portal. See [Provide user access to Azure Deployment Environments projects](./how-to-configure-deployment-environments-user.md).
99
+
Alternatively, you can provide access to the deployment environments project in the Azure portal. See [Provide user access to Azure Deployment Environments projects](./how-to-configure-deployment-environments-user.md).
100
100
101
101
## Review deployed resources
102
102
103
103
1. Sign in to the [Azure portal](https://portal.azure.com).
104
-
2. Select **Resource groups** from the left pane.
105
-
3. Select the resource group that you created in the previous section.
104
+
1. Select **Resource groups** in the left pane.
105
+
1. Select the resource group that you created in the previous section.
106
106
107
107
## Clean up resources
108
108
109
-
1. Delete any environments associated with the project either through the Azure portal or the developer portal.
110
-
2. Delete the project resource.
111
-
3. Delete the dev center resource.
112
-
4. Delete the resource group.
113
-
5. Remove the role assignments that you don't need anymore from the subscription.
109
+
If you no longer need the resources you created, delete them by following these instructions:
114
110
115
-
## Next steps
111
+
1. Delete any environments that are associated with the project by using the Azure portal or the developer portal.
112
+
1. Delete the project resource.
113
+
1. Delete the dev center resource.
114
+
1. Delete the resource group.
115
+
1. Remove role assignments that you don't need anymore from the subscription.
116
116
117
-
In this quickstart, you created and configured a dev center and project. Advance to the next quickstart to learn how to create an environment.
117
+
## Next step
118
+
119
+
In this quickstart, you created and configured a dev center and project. Go to the next quickstart to learn how to create an environment.
118
120
119
121
> [!div class="nextstepaction"]
120
122
> [Quickstart: Create and access an environment](./quickstart-create-access-environments.md)
0 commit comments