Skip to content

Commit 1c7f4c8

Browse files
Merge pull request #3585 from MicrosoftDocs/main638792102709637546sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 1b3137a + 09e8dd1 commit 1c7f4c8

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

azure-local/includes/hci-registration-azure-prerequisites.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: alkohli
33
ms.author: alkohli
44
ms.service: azure-local
55
ms.topic: include
6-
ms.date: 03/20/2025
6+
ms.date: 04/02/2025
77
ms.reviewer: alkohli
88
ms.lastreviewed: 03/20/2025
99
---
@@ -22,7 +22,8 @@ ms.lastreviewed: 03/20/2025
2222
Register-ResourceProviderIfRequired -ProviderNamespace "Microsoft.KubernetesConfiguration"
2323
Register-ResourceProviderIfRequired -ProviderNamespace "Microsoft.ExtendedLocation"
2424
Register-ResourceProviderIfRequired -ProviderNamespace "Microsoft.ResourceConnector"
25-
Register-ResourceProviderIfRequired -ProviderNamespace "HybridContainerService"
25+
Register-ResourceProviderIfRequired -ProviderNamespace "HybridContainerService"
26+
Register-ResourceProviderIfRequired -ProviderNamespace "Microsoft.Attestation"
2627
```
2728

2829
> [!NOTE]

azure-local/known-issues.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Release notes with fixed and known issues in Azure Local
33
description: Read about the known issues and fixed issues in Azure Local.
44
author: alkohli
55
ms.topic: conceptual
6-
ms.date: 03/31/2025
6+
ms.date: 04/01/2025
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
---
@@ -39,6 +39,7 @@ The following table lists the fixed issues in this release:
3939

4040
|Feature|Issue|Workaround/Comments|
4141
|------|------|----------|
42+
| Azure Local VMs | Intermittent failures or timeouts when creating or deleting Azure Local VMs due to internal service entering a deadlocked state. | You can now deploy Azure Local VMs without facing timeout issues. |
4243
| Azure Local VMs <!--ADO--> | Unable to delete a gallery image if the source Azure Local VM gallery image was created from, was deleted.| You can now delete a gallery image even if the source Azure Local VM the gallery image was created from, was deleted.|
4344
| Azure Local VMs <!--ADO--> | After Azure Arc resource bridge disaster recovery, some Azure Local VMs may lose network connectivity. | Updated Azure Arc resource bridge disaster recovery logic to ensure network configurations of Azure Local VMs persists. |
4445
| Azure Local VMs <!--ADO--> | Inaccurate power state reporting on Azure for Azure Local VMs when the source image for the VM is deleted from the cluster. | Power operations shows consistent and accurate power state representation on Azure for Azure Local VMs with deleted source images. |

azure-local/migrate/migration-options-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Options for migrating virtual machines to Azure Local (preview)
33
description: Learn about how to choose a migration option to migrate VM workloads to your Azure Local (preview).
44
author: alkohli
55
ms.topic: overview
6-
ms.date: 11/13/2024
6+
ms.date: 04/02/2025
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
---
@@ -51,11 +51,11 @@ Manual migration options are provided by Microsoft. These options are available
5151

5252
The following manual migration options are available:
5353

54-
- [Migrate VMs manually to same hardware](../deploy/migrate-cluster-same-hardware.md): This option is used when you want to migrate a Windows Server failover cluster to Azure Local using your existing hardware. This process installs the new operating system for Azure Local and retains your existing cluster settings and storage, and imports your VMs.
54+
- [Migrate VMs manually to same hardware](migrate-cluster-same-hardware.md): This option is used when you want to migrate a Windows Server failover cluster to Azure Local using your existing hardware. This process installs the new operating system for Azure Local and retains your existing cluster settings and storage, and imports your VMs.
5555

56-
- [Migrate VMs manually to new hardware](../deploy/migrate-cluster-new-hardware.md): This option is used when you want to migrate VMs from an existing Windows Server 2016 or later cluster to a new Azure Local instance. You migrate the VMs to the same hardware using PowerShell and Robocopy.
56+
- [Migrate VMs manually to new hardware](migrate-cluster-new-hardware.md): This option is used when you want to migrate VMs from an existing Windows Server 2016 or later cluster to a new Azure Local instance. You migrate the VMs to the same hardware using PowerShell and Robocopy.
5757

58-
If you have VMs on Windows 2012 R2 or older that you want to migrate, see [Migrating older VMs](../deploy/migrate-cluster-new-hardware.md#migrating-older-vms).
58+
If you have VMs on Windows 2012 R2 or older that you want to migrate, see [Migrating older VMs](migrate-cluster-new-hardware.md#migrating-older-vms).
5959

6060

6161

0 commit comments

Comments
 (0)