Share via

Action required for Windows Server 2022 Marketplace image deprecation with Entra Connect (.NET 6)

Yu-Jeong Seo 335 Reputation points
2026-06-02T05:30:57.36+00:00

Hello,

I am currently running two Windows Server 2022 Datacenter Azure Edition VMs in Azure, which were deployed back in May 2024. These servers are dedicated to running Microsoft Entra Connect.

When running the dotnet --info command on these VMs, I confirmed that .NET Runtime version 6.0.29 is pre-installed. Based on the recent Azure Service Health notification regarding the deprecation of Windows Server 2022 images pre-installed with .NET 6, I would like to clarify what specific actions are required for my environment.

Since Microsoft Entra Connect relies on the .NET Framework (4.x) and the deprecation notice specifically targets .NET 6 (.NET Core family), can I simply uninstall the .NET 6 runtime from the OS to remain compliant and avoid any disruptions? Or is a full VM migration to the new Marketplace offer/SKU strictly necessary for standalone VMs?

Any technical guidance or official confirmation would be greatly appreciated.

Thank you.

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.


1 answer

Sort by: Most helpful
  1. AI answer

    2026-06-02T05:31:13.23+00:00

    For Windows Server 2022 Azure Marketplace images, the change is about image contents and support for the preinstalled .NET 6 runtime, not about the OS itself or Microsoft Entra Connect specifically.

    From the Windows Server image notices:

    • .NET 6 reaches end of support on November 12, 2024.
    • Azure Marketplace Windows Server 2022 images currently include .NET 6, but future images will not include any .NET runtime (.NET 8 and later are not preinstalled).
    • Microsoft will continue to provide security updates for the .NET 6 runtime included in these images until May 13, 2025.
    • .NET 6 will be removed from Marketplace media on June 10, 2025.

    Key implications for the described Entra Connect VMs:

    1. The deprecation notice is about the preinstalled .NET 6 runtime on the image, not about Windows Server 2022 itself.
    2. Microsoft Entra Connect uses .NET Framework 4.x, which is separate from .NET 6.
    3. The guidance in the notices is that customers must handle .NET runtime deployment themselves going forward and should upgrade applications to .NET 8 if they depend on .NET 6.

    Based on the provided information:

    • A full VM migration to a new Marketplace offer/SKU is not stated as required for existing VMs.
    • Existing VMs that were created from images with .NET 6 will continue to run; the change is that the Marketplace images will no longer ship with .NET 6, and the preinstalled .NET 6 will only receive security updates until May 13, 2025.
    • If no workloads on the VM depend on .NET 6 (and Entra Connect does not, as it uses .NET Framework 4.x), uninstalling the .NET 6 runtime is technically possible from an application-compatibility perspective, but the notices do not require uninstalling .NET 6 to be “compliant.” The requirement is to not rely on the image-shipped .NET 6 for ongoing support and to plan an upgrade path (.NET 8 or later) for any .NET 6–based apps.

    Practical guidance for this scenario, based on the notices:

    1. Inventory .NET 6 usage on the Entra Connect VMs. If no custom tools or agents use .NET 6, Entra Connect itself is not affected.
    2. Plan for .NET 6 end of support on these VMs by May 13, 2025:
    3. VM migration to a new image is optional, not mandated by the notice, as long as the support and security posture of any .NET 6–based workloads is addressed.

    In summary: for standalone Entra Connect VMs that only rely on .NET Framework 4.x, the required action is to ensure that no critical workloads depend on the preinstalled .NET 6 runtime beyond its support window. Uninstalling .NET 6 is not required by the Marketplace image deprecation, and a full VM migration is not strictly required for compliance according to the provided notices.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.