Skip to content

Commit 74111de

Browse files
committed
More changes from 2503
1 parent 6c89b33 commit 74111de

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

azure-local/known-issues.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,21 @@ The following table lists the fixed issues in this release:
3939

4040
|Feature|Issue|Workaround/Comments|
4141
|------|------|----------|
42-
| Arc VM Management <!--ADO--> | Unable to delete a gallery image if the source Arc VM the gallery image was created from was deleted.| You can now delete a gallery image even if the source Arc VM the gallery image was created from was deleted.|
43-
| Arc VM Management <!--ADO--> | After ARB Disaster Recovery, some Arc VMs may lose network connectivity. | Updated ARB Disaster Recovery logic to ensure network configurations of Arc VMs persist. |
44-
| Arc VM Management <!--ADO--> | Inaccurate power state reporting on Azure for Arc 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 Arc VMs with deleted source images. |
45-
| Arc VM Management <!--ADO--> | Inaccurate power state reporting on Azure for Arc VMs when attempting power operations. | Improved the accuracy of power state reconciliation by reducing latency and fixing a bug that impacted power operations visibility to Azure. |
46-
| Arc VM Management <!--ADO--> | Unable to create a gallery image with specified storage path. | You can now create a gallery image with specified storage path. |
47-
| Update <!--30232441--> | Ensure that Solution Builder Extension updates of type "Notify" that have been imported get copied correctly before validation | |
42+
| 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 Arc VM the gallery image was created from was deleted.|
43+
| 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. |
44+
| 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. |
45+
| Azure Local VMs <!--ADO--> | Inaccurate power state reporting on Azure for Azure Local VMs when attempting power operations. | Improved the accuracy of power state reconciliation by reducing latency and fixing a bug that impacted power operations visibility to Azure. |
46+
| Azure Local VMs <!--ADO--> | Unable to create a gallery image with specified storage path. | You can now create a gallery image with specified storage path. |
47+
| Azure Local VMs <!--ADO--> | Running `azcmagent disconnect` deletes the Azure Local VM. | Don't use `azcmagent disconnect` on Azure Local VMs. Only `azcmagent disconnect -f` or `azcmagent disconnect --force-local-only` can be used. This command disconnects the connected machine agent and keeps the VM running (no longer deletes). |
48+
| Update <!--30232441--> | Ensure that Solution Builder Extension updates of type *Notify* that have been imported get copied correctly before validation. | |
4849
| Update <!--30324217--> | Improved the Solution Extension Secret Location cmdlet help to provide better examples. | |
4950
| Update <!--29409214--> | Added retry logic to Cluster-Aware Updating runs and health checks for cluster nodes. | |
50-
| Update <!--31104115--> | Increased system stability during .NET 8 updates. | |
51+
| Update <!--31104115--> | Increased system stability during the .NET 8 updates. | |
5152
| Upgrade <!--29558170--> | Disable the Carbon PowerShell module if detected and load the known modules. | |
5253
| Upgrade <!--30353283--> | Optimized the current Carbon PowerShell module solution. | |
53-
| Upgrade <!--30251075--> | Added a check to validate enough free memory to start an ARB VM. | |
54-
| Arc VM Management <!--ADO--> | After | Updated |
54+
| Upgrade <!--30251075--> | Added a check to validate enough free memory to start an Azure Arc resource bridge VM. | |
55+
| Security <!--XXXX--> | Mitigation for security vulnerability CVE-2024-21302 was implemented. See the [Guidance for blocking rollback of Virtualization-based Security (VBS) related security updates](https://support.microsoft.com/topic/guidance-for-blocking-rollback-of-virtualization-based-security-vbs-related-security-updates-b2e7ebf4-f64d-4884-a390-38d63171b8d3) | |
56+
5557

5658

5759
## Known issues in this release
@@ -60,7 +62,8 @@ The following table lists the known issues in this release:
6062

6163
|Feature|Issue|Workaround/Comments|
6264
|------|------|----------|
63-
| Arc VM Management <!--ADO--> | Unable to delete an Arc VM when one of the nodes are down.| Contact Microsoft Support if this issue occurs.|
65+
| Azure Local VMs <!--ADO--> | Unable to delete an Arc VM when one of the nodes are down.| Contact Microsoft Support if this issue occurs.|
66+
| Azure Local VMs <!--ADO--> | Checkpoints on Azure Local VMs cause sync issues between Azure Local VMs and Portal. | Remove any checkpoints on the VM. |
6467

6568

6669
## Known issues from previous releases

azure-local/whats-new.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: overview
55
author: alkohli
66
ms.author: alkohli
77
ms.service: azure-local
8-
ms.date: 03/10/2025
8+
ms.date: 03/18/2025
99
---
1010

1111
# What's new in Azure Local?
@@ -38,6 +38,8 @@ This is a baseline release with the following features and improvements:
3838
- The Download Service is now used to download HTTP content.
3939
- A URL-based platform update package is now supported.
4040
- Azure Local rebranding changes were made for Update.
41+
- **ArC VM management changes**: You can now connect to an Azure Local VM using the SSH/RDP protocol without the need for line of sight (inside the host network). For more information, see [Connect to an Azure Local VM using SSH](./manage/connect-arc-vm-using-ssh.md).
42+
4143

4244
::: moniker-end
4345

0 commit comments

Comments
 (0)