Skip to content

Commit b9b0fa7

Browse files
author
gicheng
committed
Updated sample rg name
1 parent c5821a7 commit b9b0fa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/sql/quick-create-terraform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ When no longer needed, use the Azure portal, Azure CLI, or Azure PowerShell to d
8686
# [CLI](#tab/CLI)
8787

8888
```azurecli-interactive
89-
az group delete --name exampleRG
89+
az group delete --name "your resource group name"
9090
```
9191

9292
# [PowerShell](#tab/PowerShell)
9393

9494
```azurepowershell-interactive
95-
Remove-AzResourceGroup -Name exampleRG
95+
Remove-AzResourceGroup -Name "your resource group name"
9696
```
9797

9898
---

0 commit comments

Comments
 (0)