From 0fd02c329d9d73b05c73ff0588c5e202e2128b9a Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Wed, 10 Apr 2024 11:48:14 +0200 Subject: [PATCH] docs: fix command for resource group creation Co-authored-by: David Weisse Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- docs/docs/getting-started/cluster-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting-started/cluster-setup.md b/docs/docs/getting-started/cluster-setup.md index 1f0a57f1d..4a08fd6bb 100644 --- a/docs/docs/getting-started/cluster-setup.md +++ b/docs/docs/getting-started/cluster-setup.md @@ -49,7 +49,7 @@ You can either use an existing one or create a new resource group with the follo # Select a location with DCas_cc_v5 instances available azLocation="westus" -az rg create \ +az group create \ --name "$azResourceGroup" --location "$azLocation" ```