Skip to content

Commit 4ce261d

Browse files
committed
editor comments
1 parent fb795b5 commit 4ce261d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

markdown templates/arm-templates/template-quickstart-arm.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: create a .... by using Azure Resource Manager template
2+
title: Create a .... by using Azure Resource Manager template
33
description: Learn how to create an Azure ... by using Azure Resource Manager template.
44
services: azure-resource-manager
55
author: your-github-account-name
@@ -105,9 +105,11 @@ Notice the resourceType and sort elements in the URL.
105105

106106
## Clean up resources
107107

108-
When no longer needed, delete the resource group, which deletes the resources. To delete the resource group by using Azure CLI or Azure Powershell:
108+
When no longer needed, delete the resource group, which deletes the resources in the resource group.
109109

110-
# [CLI](#tab/CLI)
110+
<!--
111+
112+
Choose Azure CLI, Azure PowerShell, or Azure portal to delete the resource group. Use [Zone pivots](https://review.docs.microsoft.com/help/contribute/zone-pivots?branch=master) if you want to use multiple options. Here are the samples for Azure CLI and Azure PowerShell:
111113
112114
```azurecli-interactive
113115
echo "Enter the Resource Group name:" &&
@@ -116,15 +118,13 @@ az group delete --name $resourceGroupName &&
116118
echo "Press [ENTER] to continue ..."
117119
```
118120
119-
# [PowerShell](#tab/PowerShell)
120-
121121
```azurepowershell-interactive
122122
$resourceGroupName = Read-Host -Prompt "Enter the Resource Group name"
123123
Remove-AzResourceGroup -Name $resourceGroupName
124124
Write-Host "Press [ENTER] to continue..."
125125
```
126126
127-
---
127+
-->
128128

129129
## Next steps
130130

0 commit comments

Comments
 (0)