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-devcenter-and-project-arm.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,11 @@ If your environment meets the prerequisites and you're familiar with using ARM t
30
30
- Microsoft Entra AD. Your organization must use Microsoft Entra AD for identity and access management.
31
31
- Microsoft Intune subscription. Your organization must use Microsoft Intune for device management.
32
32
33
-
## Review the template
33
+
## Review the template
34
34
35
35
The template used in this quickStart is from [Azure Quickstart Templates](/samples/azure/azure-quickstart-templates/deployment-environments/).
36
36
37
-
To view the template, see [azuredeploy.json](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.devcenter/deployment-environments/azuredeploy.json)
37
+
To view the template, see [azuredeploy.json](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.devcenter/deployment-environments/azuredeploy.json).
38
38
39
39
Azure resources defined in the template:
40
40
@@ -47,9 +47,9 @@ Azure resources defined in the template:
47
47
48
48
## Deploy the template
49
49
50
-
1. Select **Open Cloudshell** on either of the following code blocks and follow instructions to sign in to Azure.
50
+
1. Select **Open Cloud Shell** on either of the following code blocks and follow instructions to sign in to Azure.
51
51
2. Wait until you see the prompt from the console, then ensure you're set to deploy to the subscription you want.
52
-
3. If you want to continue deploying the template, select **Copy** on the code block, then right-click the shell console and select **Paste**
52
+
3. If you want to continue deploying the template, select **Copy** on the code block, then right-click the shell console and select **Paste**.
53
53
54
54
1. If you want to use the default parameter values:
55
55
@@ -91,13 +91,13 @@ Azure PowerShell is used to deploy the template. You can also use the Azure port
91
91
92
92
### Required Parameters
93
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*:
94
+
- *Resource Group Name*: The name of the resource group where the dev center and project are located.
95
+
- *Dev Center Name*: The name of the dev center.
96
+
- *Project Name*: The name of the project that is associated with the dev center.
97
+
- *Environment Type Name*: The name of the environment type for both the dev center and project.
98
+
- *User Object ID*: The object ID of the user that is granted the *Deployment Environments User* role.
99
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)
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).
101
101
102
102
## Review deployed resources
103
103
@@ -107,11 +107,11 @@ Alternatively, you can provide access to deployment environments project in the
107
107
108
108
## Clean up resources
109
109
110
-
1. If there are environments associated with the project resource, delete them first either through the Azure Portal or the developer portal
111
-
2. Delete the project resource
112
-
3. Delete the dev center resource
113
-
4. Delete the resource group
114
-
5. Remove the role assignments that you don't need anymore from the subscription
110
+
1. Delete any environments associated with the project either through the Azure portal or the developer portal.
111
+
2. Delete the project resource.
112
+
3. Delete the dev center resource.
113
+
4. Delete the resource group.
114
+
5. Remove the role assignments that you don't need anymore from the subscription.
0 commit comments