Skip to content

Commit a7c3860

Browse files
committed
Improve scorecard
1 parent 258c11d commit a7c3860

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

articles/deployment-environments/quickstart-create-devcenter-and-project-arm.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ If your environment meets the prerequisites and you're familiar with using ARM t
3030
- Microsoft Entra AD. Your organization must use Microsoft Entra AD for identity and access management.
3131
- Microsoft Intune subscription. Your organization must use Microsoft Intune for device management.
3232

33-
## Review the template
33+
## Review the template
3434

3535
The template used in this quickStart is from [Azure Quickstart Templates](/samples/azure/azure-quickstart-templates/deployment-environments/).
3636

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).
3838

3939
Azure resources defined in the template:
4040

@@ -47,9 +47,9 @@ Azure resources defined in the template:
4747

4848
## Deploy the template
4949

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.
5151
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**.
5353

5454
1. If you want to use the default parameter values:
5555

@@ -91,13 +91,13 @@ Azure PowerShell is used to deploy the template. You can also use the Azure port
9191
9292
### Required Parameters
9393
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.
9999
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).
101101
102102
## Review deployed resources
103103
@@ -107,11 +107,11 @@ Alternatively, you can provide access to deployment environments project in the
107107
108108
## Clean up resources
109109
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.
115115
116116
## Next steps
117117

0 commit comments

Comments
 (0)