Skip to content

Commit 09e8dd1

Browse files
authored
Merge pull request #17535 from MicrosoftDocs/main
4/2/2025 AM Publish
2 parents ea530f0 + 5d64114 commit 09e8dd1

File tree

5 files changed

+14
-12
lines changed

5 files changed

+14
-12
lines changed

azure-local/concepts/firewall-requirements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Ensure that the following firewall rules are configured in your on-premises fire
113113

114114
| Rule | Action | Source | Destination | Service | Ports |
115115
|:--|:--|:--|:--|:--|:--|
116-
| Allow inbound/outbound connectivity to the Active Directory Web services (ADWS) and Active Directory Management Gateway Service | Allow | Active Directory Services | Azure Local | TCP | 9389 |
116+
| Allow inbound/outbound connectivity to the Active Directory Web services (ADWS) and Active Directory Management Gateway Service | Allow | Azure Local | Active Directory Services | TCP | 9389 |
117117

118118
### Network Time Protocol
119119

@@ -198,4 +198,4 @@ This section shows how to configure Microsoft Defender firewall to allow IP addr
198198
For more information, see also:
199199
200200
- The Windows Firewall and WinRM 2.0 ports section of [Installation and configuration for Windows Remote Management](/windows/win32/winrm/installation-and-configuration-for-windows-remote-management#windows-firewall-and-winrm-20-ports).
201-
- [About Azure Local deployment](../deploy/deployment-introduction.md).
201+
- [About Azure Local deployment](../deploy/deployment-introduction.md).

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

azure-local/plan/configure-custom-settings-active-directory.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ $DeploymentUser="deploymentuser"
6666
#Assign required permissions
6767
$userSecurityIdentifier = Get-ADuser -Identity $Deploymentuser
6868
$userSID = [System.Security.Principal.SecurityIdentifier] $userSecurityIdentifier.SID
69-
$acl = Get-Acl -Path $ouPath
69+
$acl = Get-Acl -Path "AD:$ouPath"
7070
$userIdentityReference = [System.Security.Principal.IdentityReference] $userSID
7171
$adRight = [System.DirectoryServices.ActiveDirectoryRights]::CreateChild -bor [System.DirectoryServices.ActiveDirectoryRights]::DeleteChild
7272
$genericAllRight = [System.DirectoryServices.ActiveDirectoryRights]::GenericAll
@@ -86,7 +86,7 @@ $rule3 = New-Object System.DirectoryServices.ActiveDirectoryAccessRule($userIden
8686
$acl.AddAccessRule($rule1)
8787
$acl.AddAccessRule($rule2)
8888
$acl.AddAccessRule($rule3)
89-
Set-Acl -Path $ouPath -AclObject $acl
89+
Set-Acl -Path "AD:$ouPath" -AclObject $acl
9090
```
9191

9292
## Required DNS records
@@ -162,4 +162,4 @@ Get-NetAdapter "vManagement*"|Set-DnsClient -RegisterThisConnectionsAddress $fal
162162

163163
Proceed to:
164164
- [Download the Azure Stack HCI OS software](../deploy/download-23h2-software.md).
165-
- [Install the Azure Stack HCI OS software](../deploy/deployment-install-os.md).
165+
- [Install the Azure Stack HCI OS software](../deploy/deployment-install-os.md).

0 commit comments

Comments
 (0)