From 201ae2578b9c9eacd1a59668c7ee21e01b460635 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Lochou <31895642+PYLochou@users.noreply.github.com> Date: Mon, 16 Dec 2024 10:29:09 +0100 Subject: [PATCH] Removed useless tags --- platform/azure/README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/platform/azure/README.md b/platform/azure/README.md index aef3e0b..38ffc12 100644 --- a/platform/azure/README.md +++ b/platform/azure/README.md @@ -76,7 +76,7 @@ az account list-locations -o table Then, create the resource group: ```shell -az group create --name --location [--tags Owner= Team=DBA Usage=demo Usage_desc="Azure customers support" Delete_date=2023-12-31] +az group create --name --location ``` The following example output shows that the resource group has been created successfully: @@ -106,12 +106,7 @@ az aks create --name --resource-group --node-count 2 \ --enable-cluster-autoscaler --min-count 2 --max-count 4 --generate-ssh-keys ``` -After a few minutes, the command completes and returns JSON-formatted information about the cluster. Make a note of the newly-created Resource Group that is displayed in the JSON output (e.g. "nodeResourceGroup": "") if you have to tag it, for example: - -```shell -az group update --name \ - --tags Owner= Team=DBA Usage=demo Usage_desc="Azure customers support" Delete_date=2024-12-31 -``` +After a few minutes, the command completes and returns JSON-formatted information about the cluster.         ### Set up your environment to this cluster