We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 566a160 + df34947 commit a1245ebCopy full SHA for a1245eb
articles/cosmos-db/gremlin/includes/delete-account-cli.md
@@ -4,10 +4,15 @@ ms.author: sidandrews
4
ms.service: cosmos-db
5
ms.subservice: apache-gremlin
6
ms.topic: include
7
-ms.date: 09/27/2023
+ms.date: 09/28/2023
8
---
9
10
-1. Open your terminal in any folder.
+1. Create a shell variable for *resourceGroupName* if it doesn't already exist.
11
+
12
+ ```azurecli-interactive
13
+ # Variable for resource group name
14
+ resourceGroupName="msdocs-cosmos-gremlin-quickstart"
15
+ ```
16
17
1. Use `az group delete` to delete the resource group.
18
0 commit comments