Skip to content

Commit d2e5601

Browse files
Merge pull request #42480 from jongio/patch-3
Fix NOTE tag
2 parents c4d9ba2 + b9af8eb commit d2e5601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/kubernetes-walkthrough.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2929

3030
If you choose to install and use the CLI locally, this quickstart requires that you are running the Azure CLI version 2.0.64 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI][azure-cli-install].
3131

32-
> [!Note]
32+
> [!NOTE]
3333
> If running the commands in this quickstart locally (instead of Azure Cloud Shell), ensure you run the commands as administrator.
3434
3535
## Create a resource group
@@ -61,7 +61,7 @@ The following example output shows the resource group created successfully:
6161

6262
Use the [az aks create][az-aks-create] command to create an AKS cluster. The following example creates a cluster named *myAKSCluster* with one node. Azure Monitor for containers is also enabled using the *--enable-addons monitoring* parameter. This will take several minutes to complete.
6363

64-
> [NOTE]
64+
> [!NOTE]
6565
> When creating an AKS cluster a second resouce group is automatically created to store the AKS resources. For more information see [Why are two resource groups created with AKS?](https://docs.microsoft.com/azure/aks/faq#why-are-two-resource-groups-created-with-aks)
6666
6767
```azurecli-interactive

0 commit comments

Comments
 (0)