Skip to content

Commit

Permalink
docs: fix resource group cleanup command
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Apr 25, 2024
1 parent 9a0bbd5 commit 8b2156d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/docs/getting-started/cluster-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ In case you've created a new resource group, you can just delete that group with

```sh
az group delete \
--name "$azResourceGroup" \
--location "$azLocation"
--name "$azResourceGroup"
```

Deleting the resource group will also delete the cluster and all other related resources.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ In case you've created a new resource group, you can just delete that group with

```sh
az group delete \
--name "$azResourceGroup" \
--location "$azLocation"
--name "$azResourceGroup"
```

Deleting the resource group will also delete the cluster and all other related resources.
Expand Down

0 comments on commit 8b2156d

Please sign in to comment.