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
Copy file name to clipboardExpand all lines: articles/deployment-environments/quickstart-create-and-configure-devcenter.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The following diagram shows the steps to configure a dev center for Azure Deploy
22
22
23
23
:::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"::::::
24
24
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).
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).
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).
83
91
84
-
## Review deployed resources
92
+
### Required Parameters
93
+
94
+
- *Resource Group Name*: The name of the resource group where the dev center and project will be located.
95
+
- *Dev Center Name*:
96
+
- *Project Name*:
97
+
- *Environment Type Name*:
98
+
- *User Object ID*:
85
99
100
+
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)
86
101
102
+
## Review deployed resources
103
+
104
+
1. Sign in to the [Azure portal](https://portal.azure.com).
105
+
2. Select **Resource groups** from the left pane.
106
+
3. Select the resource group that you created in the previous section.
87
107
88
108
## Clean up resources
89
109
90
110
1. If there are environments associated with the project resource, delete them first either through the Azure Portal or the developer portal
91
111
2. Delete the project resource
92
112
3. Delete the dev center resource
93
113
4. Delete the resource group
114
+
5. Remove the role assignments that you don't need anymore from the subscription
94
115
95
116
## Next steps
96
117
97
-
-[Quickstart: Create and access an environment](./quickstart-create-access-environments.md)
118
+
In this quickstart, you created and configured a dev center and project. Advance to the next quickstart to learn how to create an environment.
119
+
120
+
> [!div class="nextstepaction"]
121
+
> [Quickstart: Create and access an environment](./quickstart-create-access-environments.md)
0 commit comments