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/workload-identity.md
+21-4Lines changed: 21 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@ description: Learn how to deploy and configure an AKS Arc cluster with workload
4
4
author: sethmanheim
5
5
ms.author: sethm
6
6
ms.topic: how-to
7
-
ms.date: 11/08/2024
7
+
ms.date: 01/23/2025
8
+
ms.reviewer: leslielin
8
9
9
10
---
10
11
@@ -167,16 +168,32 @@ $MSIPrincipalId=$(az identity show --resource-group $resource_group_name --name
167
168
168
169
### Create a Kubernetes service account
169
170
170
-
Create a Kubernetes service account and annotate it with the client ID of the managed identity created in the previous step:
171
+
In this step, you create a Kubernetes service account and annotate it with the client ID of the managed identity you created in the previous step.
172
+
173
+
Use cluster connect to access your cluster from a client device. For more information, see [Access your cluster from a client device](/azure/azure-arc/kubernetes/cluster-connect?tabs=azure-cli%2Cagent-version#access-your-cluster-from-a-client-device):
171
174
172
175
```azurecli
173
176
az connectedk8s proxy -n $aks_cluster_name -g $resource_group_name
174
177
```
175
178
176
-
Open a new window. Copy and paste the following CLI commands:
179
+
Open a new CLI command window. Copy and paste the following commands:
Copy file name to clipboardExpand all lines: azure-local/migrate/migrate-faq.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ metadata:
6
6
author: alkohli
7
7
ms.author: alkohli
8
8
ms.service: azure-local
9
-
ms.date: 12/10/2024
9
+
ms.date: 01/23/2025
10
10
11
11
title: FAQ - Migration of Hyper-V and VMware VMs to Azure Local using Azure Migrate (preview)
12
12
@@ -86,7 +86,7 @@ sections:
86
86
87
87
### My source VMs use static IP addresses. Are these addresses preserved when I migrate my VMs to Azure Local?
88
88
89
-
Currently both VMware and Hyper-V migrations only support VMs configured with DHCP. For a source VM with a static IP address, first migrate it to the target Azure Local system. After the migration, connect to the VM using Hyper-V Manager and manually change the IP configuration.
89
+
In this release, static IP addresses can be preserved during migration for Windows VMs on VMware and Hyper-V. Linux VMs are not supported. For more details, see [Maintain static IP addresses](migrate-maintain-ip-addresses.md).
90
90
91
91
### I use DHCP reservation for IP addresses for my source VMs. Does migration ensure that the MAC address is preserved so that my migrated VM can get the same IP address?
92
92
@@ -114,12 +114,12 @@ sections:
114
114
115
115
Within the Azure Migrate portal, you can select up to 10 machines at once for replication. To replicate more machines, add in batches of 10 (agentless migration overview).
116
116
117
-
Each Azure migrate appliance supports replication of 52 disks in parallel (scheduling logic).
117
+
Each Azure Migrate appliance supports replication of 52 disks in parallel (scheduling logic).
118
118
119
-
For example, if you selected to replicate 100 VMs (in batches of 10), with each VM containing two disks each, resulting in 200 (100 x 2) disks in total. The Azure migrate appliance starts replicating 52 disks in parallel. As soon as one disk finishes initial replication, the next disk immediately takes its spot in the queue, while still continuously replicating the remaining 52 disks. This continues with all the remaining disks until all 200 disks have been replicated.
119
+
For example, if you selected to replicate 100 VMs (in batches of 10), with each VM containing two disks each, resulting in 200 (100 x 2) disks in total. The Azure Migrate appliance starts replicating 52 disks in parallel. As soon as one disk finishes initial replication, the next disk immediately takes its spot in the queue, while still continuously replicating the remaining 52 disks. This continues with all the remaining disks until all 200 disks have been replicated.
120
120
121
121
## [Hyper-V VMs only](#tab/hyper-v-vms)
122
122
123
-
### I have a VM running on an older Hyper-V servers - for example, Windows Server 2012 or Windows Server 2008 R2. Can I migrate this VM to Azure Local?
123
+
### I have a VM running on an older Hyper-V server - for example, Windows Server 2012 or Windows Server 2008 R2. Can I migrate this VM to Azure Local?
124
124
125
125
Yes. The migration solution discovers VMs on all the Windows Server hosts starting from Windows Server 2012 R2 and up to Windows Server 2022.
0 commit comments