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: azure-local/known-issues.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,19 +39,21 @@ The following table lists the fixed issues in this release:
39
39
40
40
|Feature|Issue|Workaround/Comments|
41
41
|------|------|----------|
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. ||
48
49
| Update <!--30324217-->| Improved the Solution Extension Secret Location cmdlet help to provide better examples. ||
49
50
| 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. ||
51
52
| Upgrade <!--29558170-->| Disable the Carbon PowerShell module if detected and load the known modules. ||
52
53
| 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
+
55
57
56
58
57
59
## Known issues in this release
@@ -60,7 +62,8 @@ The following table lists the known issues in this release:
60
62
61
63
|Feature|Issue|Workaround/Comments|
62
64
|------|------|----------|
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. |
Copy file name to clipboardExpand all lines: azure-local/whats-new.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ ms.topic: overview
5
5
author: alkohli
6
6
ms.author: alkohli
7
7
ms.service: azure-local
8
-
ms.date: 03/10/2025
8
+
ms.date: 03/18/2025
9
9
---
10
10
11
11
# What's new in Azure Local?
@@ -38,6 +38,8 @@ This is a baseline release with the following features and improvements:
38
38
- The Download Service is now used to download HTTP content.
39
39
- A URL-based platform update package is now supported.
40
40
- 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).
0 commit comments