Skip to content

Commit f5f963a

Browse files
Merge pull request #16511 from sethmanheim/template-fixes
Fixes to ARM template QS
2 parents 78fba0c + a94026c commit f5f963a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AKS-Hybrid/resource-manager-quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ ms.reviewer: rbaziwane
1414

1515
[!INCLUDE [hci-applies-to-23h2](includes/hci-applies-to-23h2.md)]
1616

17-
This quickstart shows how to deploy a Kubernetes cluster in AKS Arc using an Azure Resource Manager template. Azure Arc extends Azure management capabilities to Kubernetes clusters anywhere, providing a unified approach to managing different environments.
17+
This quickstart shows how to deploy a Kubernetes cluster in AKS Arc using an Azure Resource Manager (ARM) template. Azure Arc extends Azure management capabilities to Kubernetes clusters anywhere, providing a unified approach to managing different environments.
1818

1919
## Before you begin
2020

2121
This article assumes a basic understanding of Kubernetes concepts.
2222

23-
To deploy a Resource Manager template, you need write access on the resources you're deploying, and access to all operations on the **Microsoft.Resources/deployments** resource type. For example, to deploy a virtual machine, you need **Microsoft.Compute/virtualMachines/write** and **Microsoft.Resources/deployments/\*** permissions. For a list of roles and permissions, see [Azure built-in roles](/azure/role-based-access-control/built-in-roles).
23+
To deploy an ARM template, you need write access on the resources you're deploying, and access to all operations on the **Microsoft.Resources/deployments** resource type. For example, to deploy a virtual machine, you need **Microsoft.Compute/virtualMachines/write** and **Microsoft.Resources/deployments/\*** permissions. For a list of roles and permissions, see [Azure built-in roles](/azure/role-based-access-control/built-in-roles).
2424

2525
### Prerequisites
2626

@@ -390,7 +390,7 @@ az aksarc show --resource-group "<resource-group-name>" --name "<cluster-name>"
390390

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

393-
You can also deploy the node pool resource using an Azure Resource Manager template. Save the following template locally as **azuredeploy.json**:
393+
You can also deploy the node pool resource using an ARM template. Save the following template locally as **azuredeploy.json**:
394394

395395
```json
396396
{

0 commit comments

Comments
 (0)