Skip to content

Commit 49f288e

Browse files
authored
Update dates and improve download instructions
1 parent dfd2962 commit 49f288e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

AKS-Hybrid/resource-manager-quickstart.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deploy a Kubernetes (AKS) cluster using an Azure Resource Manager templat
33
description: Learn how to deploy a Kubernetes cluster in AKS enabled by Azure Arc using an Azure Resource Manager template.
44
ms.topic: quickstart-arm
55
ms.custom: devx-track-arm-template, devx-track-azurecli
6-
ms.date: 12/06/2024
6+
ms.date: 12/17/2024
77
author: sethmanheim
88
ms.author: sethm
99
ms.lastreviewed: 01/31/2024
@@ -66,8 +66,7 @@ For more information about creating SSH keys, see [Create and manage SSH keys fo
6666

6767
## Step 3: Review the template
6868

69-
Download the template and parameter files under aksarc from [AKSArc repo](https://github.com/Azure/aksArc/tree/main/deploymentTemplates) to your local machine. Please carefully review all the default values and ensure they are correct.
70-
69+
Download the template and parameter files from the [AKSArc repo](https://github.com/Azure/aksArc/tree/main/deploymentTemplates) to your local machine. Review all the default values and ensure they are correct.
7170

7271
## Step 4: Deploy the template
7372

@@ -124,8 +123,7 @@ az aksarc show --resource-group "<resource-group-name>" --name "<cluster-name>"
124123

125124
## Step 7: Deploy node pool using an Azure Resource Manager template (optional)
126125

127-
Similiar to step 3, download the nodepool template and parameters from [AKSArc repo](https://github.com/Azure/aksArc/tree/main/deploymentTemplates) and review the default values.
128-
126+
Similiar to step 3, download the node pool template and parameters from the [AKSArc repo](https://github.com/Azure/aksArc/tree/main/deploymentTemplates) and review the default values.
129127

130128
### Deploy the template and validate results using Azure CLI (optional)
131129

0 commit comments

Comments
 (0)