Skip to content

Commit a27b48d

Browse files
authored
Merge pull request #207240 from dknappettmsft/avd-win7-eos-note
AVD Windows 7 added end of support note
2 parents b95836f + 6e1ba04 commit a27b48d

File tree

10 files changed

+39
-37
lines changed

10 files changed

+39
-37
lines changed

articles/virtual-desktop/deploy-windows-7-virtual-machine.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: Deploy Windows 7 virtual machine Azure Virtual Desktop - Azure
3-
description: How to configure and deploy a Windows 7 virtual machine on Azure Virtual Desktop.
2+
title: Deploy Windows 7 session host virtual machine Azure Virtual Desktop - Azure
3+
description: How to configure and deploy a Windows 7 session host virtual machine on Azure Virtual Desktop.
44
author: Heidilohr
55
ms.topic: how-to
6-
ms.date: 07/11/2020
6+
ms.date: 08/08/2022
77
ms.author: helohr
88
manager: femila
99
---
10-
# Deploy a Windows 7 virtual machine on Azure Virtual Desktop
10+
# Deploy a Windows 7 session host virtual machine on Azure Virtual Desktop
1111

12-
>[!IMPORTANT]
13-
>This content applies to Azure Virtual Desktop with Azure Resource Manager Azure Virtual Desktop objects. If you're using Azure Virtual Desktop (classic) without Azure Resource Manager objects, see [this article](./virtual-desktop-fall-2019/deploy-windows-7-virtual-machine.md).
12+
The process to deploy a Windows 7 session host virtual machine (VM) for Azure Virtual Desktop is slightly different than for other versions of Windows. This guide will tell you how to deploy Windows 7 session host VMs.
1413

15-
The process to deploy a Windows 7 virtual machine (VM) on Azure Virtual Desktop is slightly different than for VMs running later versions of Windows. This guide will tell you how to deploy Windows 7.
14+
> [!IMPORTANT]
15+
> Azure Virtual Desktop extended support for Windows 7 session host VMs ends on January 10, 2023. To see which operating systems are supported, review [Operating systems and licenses](prerequisites.md#operating-systems-and-licenses).
1616
1717
## Prerequisites
1818

articles/virtual-desktop/overview.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: What is Azure Virtual Desktop? - Azure
33
description: An overview of Azure Virtual Desktop.
44
author: Heidilohr
55
ms.topic: overview
6-
ms.date: 03/16/2022
6+
ms.date: 08/08/2022
77
ms.author: helohr
88
manager: femila
99
---
@@ -20,6 +20,9 @@ Here's what you can do when you run Azure Virtual Desktop on Azure:
2020
- Virtualize both desktops and apps
2121
- Manage desktops and apps from different Windows and Windows Server operating systems with a unified management experience
2222

23+
> [!IMPORTANT]
24+
> Azure Virtual Desktop extended support for Windows 7 session host VMs ends on January 10, 2023. To see which operating systems are supported, review [Operating systems and licenses](prerequisites.md#operating-systems-and-licenses).
25+
2326
## Introductory video
2427

2528
Learn about Azure Virtual Desktop (formerly Windows Virtual Desktop), why it's unique, and what's new in this video:

articles/virtual-desktop/prerequisites.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Prerequisites for Azure Virtual Desktop
33
description: Find what prerequisites you need to complete to successfully connect your users to their Windows desktops and applications.
44
author: dknappettmsft
55
ms.topic: overview
6-
ms.date: 03/09/2022
6+
ms.date: 08/08/2022
77
ms.author: daknappe
88
manager: femila
99
---
@@ -97,8 +97,10 @@ You have a choice of operating systems that you can use for session hosts to pro
9797
|<ul><li>Windows 11 Enterprise multi-session</li><li>Windows 11 Enterprise</li><li>Windows 10 Enterprise multi-session, version 1909 and later</li><li>Windows 10 Enterprise, version 1909 and later</li><li>Windows 7 Enterprise</li></ul>|License entitlement:<ul><li>Microsoft 365 E3, E5, A3, A5, F3, Business Premium, Student Use Benefit</li><li>Windows Enterprise E3, E5</li><li>Windows VDA E3, E5</li><li>Windows Education A3, A5</li></ul>External users can use [per-user access pricing](https://azure.microsoft.com/pricing/details/virtual-desktop/) instead of license entitlement.</li></ul>|
9898
|<ul><li>Windows Server 2022</li><li>Windows Server 2019</li><li>Windows Server 2016</li><li>Windows Server 2012 R2</li></ul>|License entitlement:<ul><li>Remote Desktop Services (RDS) Client Access License (CAL) with Software Assurance (per-user or per-device), or RDS User Subscription Licenses.</li></ul>Per-user access pricing is not available for Windows Server operating systems.|
9999

100-
> [!NOTE]
100+
> [!IMPORTANT]
101101
> Azure Virtual Desktop doesn't support 32-bit operating systems or SKUs not listed in the previous table. In addition, Windows 7 doesn't support any VHD or VHDX-based profile solutions hosted on managed Azure Storage due to a sector size limitation.
102+
>
103+
> Azure Virtual Desktop extended support for Windows 7 session host VMs ends on January 10, 2023. To see which operating systems are supported, review [Operating systems and licenses](prerequisites.md#operating-systems-and-licenses).
102104
103105
You can use operating system images provided by Microsoft in the [Azure Marketplace](https://azuremarketplace.microsoft.com), or your own custom images stored in an Azure Compute Gallery, as a managed image, or storage blob. To learn more about how to create custom images, see:
104106

articles/virtual-desktop/proxy-server-support.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Proxy server guidelines Azure Virtual Desktop - Azure
33
description: Some guidelines and recommendations for using proxy servers in Azure Virtual Desktop deployments.
44
author: Heidilohr
55
ms.topic: conceptual
6-
ms.date: 04/27/2021
6+
ms.date: 08/08/2022
77
ms.author: helohr
88
ms.reviewer: denisgun
99
manager: femila
@@ -65,6 +65,9 @@ Proxy servers have capacity limits. Unlike regular HTTP traffic, RDP traffic has
6565

6666
Session hosts running on Windows 7 don't support proxy server connections for reverse-connect RDP data. If the session host can't directly connect to the Azure Virtual Desktop gateways, the connection won't work.
6767

68+
> [!IMPORTANT]
69+
> Azure Virtual Desktop extended support for Windows 7 session host VMs ends on January 10, 2023. To see which operating systems are supported, review [Operating systems and licenses](prerequisites.md#operating-systems-and-licenses).
70+
6871
### Proxy servers and Teams optimization
6972

7073
Azure Virtual Desktop doesn't support proxy servers for Teams optimization.

articles/virtual-desktop/remote-app-streaming/security.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,6 @@ Azure Virtual Desktop has features like [Reverse Connect](../network-connectivit
4545

4646
Today's threat landscape requires designs with security approaches in mind. Ideally, you'll want to build a series of security mechanisms and controls layered throughout your computer network to protect your data and network from being compromised or attacked. This type of security design is what the United States Cybersecurity and Infrastructure Security Agency (CISA) calls "defense in depth." To learn more about defense in depth, go to [the CISA website](https://us-cert.cisa.gov/bsi/articles/knowledge/principles/defense-in-depth).
4747

48-
## Session host operating systems
49-
50-
Azure Virtual Desktop supports the following operating systems:
51-
52-
- Windows 7
53-
- Windows 10 Enterprise
54-
- Windows Server 2012 R2, 2016, 2019, and 2022
55-
- Windows 10 Enterprise multi-session
56-
57-
Windows 10 Enterprise multi-session is an Azure-exclusive OS that functions as a Remote Desktop session host (RDSH) that allows multiple concurrent interactive sessions, much like Windows Server. The Windows 10 environment gives users a familiar and consistent experience. The service's per-user Windows licensing also lowers costs for the organization as a whole because IT doesn't have to keep purchasing RDS Client Access Licenses (CALs). Because of these benefits, Windows 10 Enterprise multi-session is the most widely deployed OS for session hosts in Azure Virtual Desktop.
58-
5948
## Security boundaries
6049

6150
Security boundaries separate the code and data of security domains with different levels of trust. For example, there's usually a security boundary between kernel mode and user mode. Most Microsoft software and services depend on multiple security boundaries to isolate devices on networks, VMs, and applications on devices. The following table lists each security boundary for Windows and what they do for overall security.

articles/virtual-desktop/user-documentation/connect-windows-7-10.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Connect to Azure Virtual Desktop with the Windows Desktop client - Azure
33
description: How to connect to Azure Virtual Desktop using the Windows Desktop client.
44
author: Heidilohr
55
ms.topic: how-to
6-
ms.date: 01/27/2022
6+
ms.date: 08/08/2022
77
ms.author: helohr
88
manager: femila
99
ms.custom: template-how-to
@@ -20,6 +20,8 @@ You can access Azure Virtual Desktop resources on devices with Windows 11, Windo
2020
> This method only supports Azure Resource Manager objects. To support objects without Azure Resource Manager, see [Connect with Windows Desktop (classic) client](../virtual-desktop-fall-2019/connect-windows-7-10-2019.md).
2121
>
2222
> This method also doesn't support the RemoteApp and Desktop Connections (RADC) client or the Remote Desktop Connection (MSTSC) client.
23+
>
24+
> Extended support for using Windows 7 to connect to Azure Virtual Desktop ends on January 10, 2023.
2325
2426
## Install the Windows Desktop client
2527

articles/virtual-desktop/virtual-desktop-fall-2019/connect-windows-7-10-2019.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Connect to Azure Virtual Desktop (classic) Windows 10 or 7 - Azure
33
description: How to connect to Azure Virtual Desktop (classic) using the Windows Desktop client.
44
author: Heidilohr
55
ms.topic: how-to
6-
ms.date: 07/16/2020
6+
ms.date: 08/08/2022
77
ms.author: helohr
88
manager: femila
99
---
@@ -20,10 +20,11 @@ You can access Azure Virtual Desktop resources on devices with Windows 7, Window
2020
>The Windows client automatically defaults to Azure Virtual Desktop (classic). However, if the client detects that the user also has Azure Resource Manager resources, it automatically adds the resources or notifies the user that they are available.
2121
2222
> [!IMPORTANT]
23-
> Azure Virtual Desktop doesn't support the RemoteApp and Desktop Connections (RADC) client or the Remote Desktop Connection (MSTSC) client.
24-
25-
> [!IMPORTANT]
26-
> Azure Virtual Desktop doesn't currently support the Remote Desktop client from the Windows Store.
23+
> - Azure Virtual Desktop doesn't support the RemoteApp and Desktop Connections (RADC) client or the Remote Desktop Connection (MSTSC) client.
24+
>
25+
> - Azure Virtual Desktop doesn't currently support the Remote Desktop client from the Windows Store.
26+
>
27+
> - Extended support for using Windows 7 to connect to Azure Virtual Desktop ends on January 10, 2023.
2728
2829
## Install the Windows Desktop client
2930

articles/virtual-desktop/virtual-desktop-fall-2019/create-host-pools-powershell-2019.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create Azure Virtual Desktop (classic) host pool PowerShell - Azure
33
description: How to create a host pool in Azure Virtual Desktop (classic) with PowerShell cmdlets.
44
author: Heidilohr
55
ms.topic: how-to
6-
ms.date: 03/30/2020
6+
ms.date: 08/08/2022
77
ms.author: helohr
88
manager: femila
99
---
@@ -62,6 +62,8 @@ You can create a virtual machine in multiple ways:
6262

6363
>[!NOTE]
6464
>If you're deploying a virtual machine using Windows 7 as the host OS, the creation and deployment process will be a little different. For more details, see [Deploy a Windows 7 virtual machine on Azure Virtual Desktop](deploy-windows-7-virtual-machine.md).
65+
>
66+
> Azure Virtual Desktop extended support for Windows 7 session host VMs ends on January 10, 2023. To see which operating systems are supported, review [Operating systems and licenses](../prerequisites.md#operating-systems-and-licenses).
6567
6668
After you've created your session host virtual machines, [apply a Windows license to a session host VM](../apply-windows-license.md#apply-a-windows-license-to-a-session-host-vm) to run your Windows or Windows Server virtual machines without paying for another license.
6769

articles/virtual-desktop/virtual-desktop-fall-2019/deploy-windows-7-virtual-machine.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ title: Deploy Windows 7 virtual machine Azure Virtual Desktop (classic) - Azure
33
description: How to configure and deploy a Windows 7 virtual machine on Azure Virtual Desktop Azure Virtual Desktop (classic).
44
author: Heidilohr
55
ms.topic: how-to
6-
ms.date: 03/30/2020
6+
ms.date: 08/08/2022
77
ms.author: helohr
88
manager: femila
99
---
1010
# Deploy a Windows 7 virtual machine on Azure Virtual Desktop (classic)
1111

12-
>[!IMPORTANT]
13-
>This content applies to Azure Virtual Desktop (classic), which doesn't support Azure Resource Manager Azure Virtual Desktop objects. If you're trying to manage Azure Resource Manager Azure Virtual Desktop objects introduced in the current version of Azure Virtual Desktop, see [this article](../deploy-windows-7-virtual-machine.md).
14-
1512
The process to deploy a Windows 7 virtual machine (VM) on Azure Virtual Desktop is slightly different than for VMs running later versions of Windows. This guide will tell you how to deploy Windows 7.
1613

14+
> [!IMPORTANT]
15+
> Azure Virtual Desktop extended support for Windows 7 session host VMs ends on January 10, 2023. To see which operating systems are supported, review [Operating systems and licenses](../prerequisites.md#operating-systems-and-licenses).
16+
1717
## Prerequisites
1818

1919
Before you start, follow the instructions in [Create a host pool with PowerShell](create-host-pools-powershell-2019.md) to create a host pool. After that, follow the instructions in [Create host pools in Azure Marketplace](create-host-pools-azure-marketplace-2019.md#optional-assign-additional-users-to-the-desktop-application-group) to assign one or more users to the desktop application group.

articles/virtual-desktop/virtual-desktop-fall-2019/troubleshoot-windows-7-vm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ title: Windows 7 virtual machines Azure Virtual Desktop (classic) - Azure
33
description: How to resolve issues for Windows 7 virtual machines (VMs) in a Azure Virtual Desktop (classic) environment.
44
author: Heidilohr
55
ms.topic: troubleshooting
6-
ms.date: 03/30/2020
6+
ms.date: 08/08/2022
77
ms.author: helohr
88
manager: femila
99
---
1010
# Troubleshoot Windows 7 virtual machines in Azure Virtual Desktop (classic)
1111

12-
>[!IMPORTANT]
13-
>This content applies to Azure Virtual Desktop (classic), which doesn't support Azure Resource Manager Azure Virtual Desktop objects.
14-
1512
Use this article to troubleshoot issues you're having when configuring the Azure Virtual Desktop session host virtual machines (VMs).
1613

14+
> [!IMPORTANT]
15+
> Azure Virtual Desktop extended support for Windows 7 session host VMs ends on January 10, 2023. To see which operating systems are supported, review [Operating systems and licenses](../prerequisites.md#operating-systems-and-licenses).
16+
1717
## Known issues
1818

1919
Windows 7 on Azure Virtual Desktops doesn't support the following features:

0 commit comments

Comments
 (0)