You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AKS-Arc/aks-vmware-quickstart-deploy.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: sethmanheim
5
5
ms.author: sethm
6
6
ms.topic: quickstart
7
7
ms.custom: devx-track-azurecli
8
-
ms.date: 03/19/2025
8
+
ms.date: 06/13/2025
9
9
ms.lastreviewed: 03/19/2025
10
10
ms.reviewer: leslielin
11
11
---
@@ -94,8 +94,8 @@ Run the following command to create the cluster.
94
94
az aksarc create -n '<name of your cluster>' -g $resource_group --kubernetes-version '<Kubernetes version from the Arc Resource Bridge>' --custom-location $custom_location --aad-admin-group-object-ids $aad_group_id --vnet-ids $vnet_id --control-plane-ip $control_plane_ip --generate-ssh-keys --debug
95
95
```
96
96
97
-
> [!NOTE]
98
-
> In this preview release, you can only deploy the same Kubernetes version that the Arc Resource Bridge supports. The Kubernetes version you provide in the command must align with the Arc Resource Bridge version. You can find the Arc Resource Bridge version in the Azure portal under **Azure Arc > Management > Resource Bridge**. To determine the corresponding Kubernetes version, see [What's new with Azure Arc resource bridge](/azure/azure-arc/resource-bridge/release-notes).
97
+
> [!NOTE]
98
+
> In this preview release, you can only deploy the same Kubernetes version that the Arc Resource Bridge supports. Currently, this preview only supports Arc Resource Bridge version 1.2.0 and earlier. The Kubernetes version you provide in the command must align with the Arc Resource Bridge version. You can find the Arc Resource Bridge version in the Azure portal under **Azure Arc > Management > Resource Bridge**. To determine the corresponding Kubernetes version, see [What's new with Azure Arc resource bridge](/azure/azure-arc/resource-bridge/release-notes#version-120-july-2024).
Copy file name to clipboardExpand all lines: AKS-Arc/aks-vmware-system-requirements.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
2
title: System requirements and support matrix for AKS enabled by Azure Arc on VMware (preview)
3
3
description: Learn about system requirements and the support matrix for AKS enabled by Azure Arc on VMware.
4
-
ms.date: 09/16/2024
5
-
ms.topic: article
4
+
ms.date: 06/13/2025
5
+
ms.topic: concept-article
6
6
author: sethmanheim
7
7
ms.author: sethm
8
8
ms.reviewer: leslielin
9
-
ms.lastreviewed: 09/16/2024
9
+
ms.lastreviewed: 06/13/2025
10
10
11
11
ms.custom: references_regions
12
12
@@ -70,7 +70,7 @@ You should create a folder for VM templates, to store the Arc Resource Bridge an
70
70
71
71
## Supported Kubernetes version
72
72
73
-
In this preview release, you can only deploy the same Kubernetes version that the Arc Resource Bridge supports. You can find the Arc Resource Bridge version in the Azure portal under **Azure Arc > Management > Resource Bridge**. To determine the corresponding Kubernetes version, see [What's new with Azure Arc resource bridge](/azure/azure-arc/resource-bridge/release-notes).
73
+
In this preview release, you can only deploy the Kubernetes version that matches what Arc Resource Bridge supports. Currently, this preview only supports Arc Resource Bridge version 1.2.0 and earlier. You can find the Arc Resource Bridge version in the Azure portal under **Azure Arc > Management > Resource Bridge**. To determine the corresponding Kubernetes version, see [What's new with Azure Arc resource bridge](/azure/azure-arc/resource-bridge/release-notes#version-120-july-2024).
Copy file name to clipboardExpand all lines: azure-local/deploy/deployment-arc-register-server-permissions.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Register your Azure Local machines with Azure Arc and assign permissions
3
3
description: Learn how to register your Azure Local machines with Azure Arc and assign permissions for deployment.
4
4
author: alkohli
5
5
ms.topic: how-to
6
-
ms.date: 06/09/2025
6
+
ms.date: 07/30/2025
7
7
ms.author: alkohli
8
8
ms.service: azure-local
9
9
ms.custom: devx-track-azurepowershell
@@ -30,8 +30,9 @@ Before you begin, make sure you complete the following prerequisites:
30
30
## Register machines with Azure Arc
31
31
32
32
> [!IMPORTANT]
33
-
> Run these steps as a local administrator on every Azure Local machine that you intend to cluster.
34
-
33
+
> - Run these steps as a local administrator on every Azure Local machine that you intend to cluster.
34
+
> - Once an Azure Local machine is registered with Azure Arc, the only way to undo the registration is to install the operating system again on the machine.
35
+
> - If you encounter error code 42 when registering a new Azure Local machine with Azure Arc, see the [Troubleshooting guide](https://github.com/Azure/AzureLocal-Supportability/blob/main/TSG/ArcRegistration/TSG-Arc-registration-failing-with-error-42.md).
35
36
36
37
1. Set the parameters. The script takes in the following parameters:
37
38
@@ -158,9 +159,6 @@ Before you begin, make sure you complete the following prerequisites:
158
159
159
160
:::image type="content" source="media/deployment-arc-register-server-permissions/arc-servers-registered-1.png" alt-text="Screenshot of the Azure Local machines in the resource group after the successful registration." lightbox="./media/deployment-arc-register-server-permissions/arc-servers-registered-1.png":::
160
161
161
-
> [!NOTE]
162
-
> Once an Azure Local machine is registered with Azure Arc, the only way to undo the registration is to install the operating system again on the machine.
163
-
164
162
## Assign required permissions for deployment
165
163
166
164
This section describes how to assign Azure permissions for deployment from the Azure portal.
@@ -192,7 +190,7 @@ This section describes how to assign Azure permissions for deployment from the A
192
190
:::image type="content" source="media/deployment-arc-register-server-permissions/cloud-application-administrator-role-at-tenant.png" alt-text="Screenshot of the Cloud Application Administrator permission at the tenant level." lightbox="./media/deployment-arc-register-server-permissions/cloud-application-administrator-role-at-tenant.png":::
193
191
194
192
> [!NOTE]
195
-
> The Cloud Application Administrator permission is temporarily needed to create the service principal. After deployment, this permission can be removed.
193
+
> The Cloud Application Administrator permission is temporarily needed to create the service principal. After deployment, this permission can be removed.
0 commit comments