Skip to content

Commit 555d04d

Browse files
Merge pull request #215460 from mimckitt/patch-66
Update windows-desktop-multitenant-hosting-deployment.md
2 parents ec42da9 + b28da5e commit 555d04d

File tree

2 files changed

+39
-32
lines changed

2 files changed

+39
-32
lines changed

articles/virtual-machines/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,8 +455,8 @@
455455
- name: Windows client images
456456
displayName: Windows, Client, find
457457
href: ./windows/client-images.md
458-
- name: Windows 10 images
459-
displayName: MTHR, multi-tenant, multitenant, hosting, rights, windows 10, windows, find
458+
- name: Windows 11 images
459+
displayName: MTHR, multi-tenant, multitenant, hosting, rights, windows 10, windows 11, find
460460
href: ./windows/windows-desktop-multitenant-hosting-deployment.md
461461
- name: Linux custom images
462462
items:

articles/virtual-machines/windows/windows-desktop-multitenant-hosting-deployment.md

Lines changed: 37 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
---
2-
title: How to deploy Windows 10 on Azure
2+
title: How to deploy Windows 11 on Azure
33
description: Learn how to maximize your Windows Software Assurance benefits to bring on-premises licenses to Azure with Multitenant Hosting Rights.
44
author: mimckitt
55
ms.service: virtual-machines
66
ms.collection: windows
77
ms.topic: how-to
88
ms.workload: infrastructure-services
9-
ms.date: 2/2/2021
9+
ms.date: 10/24/2022
1010
ms.author: mimckitt
1111
ms.custom: rybaker, chmimckitt, devx-track-azurepowershell
1212

1313
---
14-
# How to deploy Windows 10 on Azure
14+
# How to deploy Windows 11 on Azure
1515
**Applies to:** :heavy_check_mark: Windows VMs :heavy_check_mark: Flexible scale sets
1616

17-
For customers with Windows 10 Enterprise E3/E5 per user or Azure Virtual Desktop Access per user (User Subscription Licenses or Add-on User Subscription Licenses), Multitenant Hosting Rights for Windows 10 allows you to bring your Windows 10 Licenses to the cloud and run Windows 10 Virtual Machines on Azure without paying for another license. Multitenant Hosting Rights are only available for Windows 10 (version 1703 or later).
17+
For customers with Windows 11 Enterprise E3/E5 per user or Azure Virtual Desktop Access per user (User Subscription Licenses or Add-on User Subscription Licenses), Multitenant Hosting Rights for Windows 11 allows you to bring your Windows 11 Licenses to the cloud and run Windows 11 Virtual Machines on Azure without paying for another license.
1818

19-
For more information, see [Multitenant Hosting for Windows 10](https://www.microsoft.com/en-us/CloudandHosting).
19+
For more information, see [Multitenant Hosting for Windows 11](https://www.microsoft.com/en-us/CloudandHosting).
2020

2121
> [!NOTE]
2222
> - To use Windows 7, 8.1 and 10 images for development or testing see [Windows client in Azure for dev/test scenarios](client-images.md)
2323
> - For Windows Server licensing benefits, please refer to [Azure Hybrid use benefits for Windows Server images](hybrid-use-benefit-licensing.md).
2424
2525
## Subscription Licenses that qualify for Multitenant Hosting Rights
2626

27-
For more details about subscription licenses that qualify to run Windows 10 on Azure, download the [Windows 10 licensing brief for Virtual Desktops](https://download.microsoft.com/download/3/D/4/3D42BDC2-6725-4B29-B75A-A5B04179958B/Licensing_brief_PLT_Windows_10_licensing_for_Virtual_Desktops.pdf)
27+
For more details about subscription licenses that qualify to run Windows 11 on Azure, download the [Windows 11 licensing brief for Virtual Desktops](https://download.microsoft.com/download/3/D/4/3D42BDC2-6725-4B29-B75A-A5B04179958B/Licensing_brief_PLT_Windows_10_licensing_for_Virtual_Desktops.pdf)
2828

2929
> [!IMPORTANT]
30-
> Users **must** have one of the below subscription licenses in order to use Windows 10 images in Azure for any production workload. If you do not have one of these subscription licenses, they can be purchased through your [Cloud Service Partner](https://azure.microsoft.com/overview/choosing-a-cloud-service-provider/) or directly through [Microsoft](https://www.microsoft.com/microsoft-365?rtc=1).
30+
> Users **must** have one of the below subscription licenses in order to use Windows 11 images in Azure for any production workload. If you do not have one of these subscription licenses, they can be purchased through your [Cloud Service Partner](https://azure.microsoft.com/overview/choosing-a-cloud-service-provider/) or directly through [Microsoft](https://www.microsoft.com/microsoft-365?rtc=1).
3131
3232
## Operating systems and licenses
3333

@@ -36,7 +36,7 @@ You have a choice of operating systems that you can use for session hosts to pro
3636
### Operating system licenses
3737
- Windows 11 Enterprise multi-session
3838
- Windows 11 Enterprise
39-
- Windows 10 Enterprise, version 1909 and later
39+
- Windows 10 Enterprise, version 1909 and later (For Windows 10 deployments)
4040

4141
### License entitlement
4242
- Microsoft 365 E3, E5, A3, A5, F3, Business Premium, Student Use Benefit
@@ -46,25 +46,31 @@ You have a choice of operating systems that you can use for session hosts to pro
4646

4747
External users can use [per-user access pricing](https://azure.microsoft.com/pricing/details/virtual-desktop/) instead of license entitlement.
4848

49-
## Deploying Windows 10 Image from Azure Marketplace
50-
For PowerShell, CLI and Azure Resource Manager template deployments, Windows 10 images can be found using the `PublisherName: MicrosoftWindowsDesktop` and `Offer: Windows-10`. Windows 10 version Creators Update (1809) or later is supported for Multitenant Hosting Rights.
49+
## Deploying Windows 11 Image from Azure Marketplace
50+
For PowerShell, CLI and Azure Resource Manager template deployments, Windows 11 images can be found using the `PublisherName: MicrosoftWindowsDesktop` and `Offer: Windows-11`.
5151

5252
```powershell
53-
Get-AzVmImageSku -Location '$location' -PublisherName 'MicrosoftWindowsDesktop' -Offer 'Windows-10'
54-
55-
Skus Offer PublisherName Location
56-
---- ----- ------------- --------
57-
rs4-pro Windows-10 MicrosoftWindowsDesktop eastus
58-
rs4-pron Windows-10 MicrosoftWindowsDesktop eastus
59-
rs5-enterprise Windows-10 MicrosoftWindowsDesktop eastus
60-
rs5-enterprisen Windows-10 MicrosoftWindowsDesktop eastus
61-
rs5-pron Windows-10 MicrosoftWindowsDesktop eastus
53+
Get-AzVmImageSku -Location 'West US' -PublisherName 'MicrosoftWindowsDesktop' -Offer 'Windows-11'
54+
55+
Skus Offer PublisherName Location
56+
---- ----- ------------- --------
57+
win11-21h2-avd Windows-11 MicrosoftWindowsDesktop westus
58+
win11-21h2-ent Windows-11 MicrosoftWindowsDesktop westus
59+
win11-21h2-entn Windows-11 MicrosoftWindowsDesktop westus
60+
win11-21h2-pro Windows-11 MicrosoftWindowsDesktop westus
61+
win11-21h2-pron Windows-11 MicrosoftWindowsDesktop westus
62+
win11-22h2-avd Windows-11 MicrosoftWindowsDesktop westus
63+
win11-22h2-ent Windows-11 MicrosoftWindowsDesktop westus
64+
win11-22h2-entn Windows-11 MicrosoftWindowsDesktop westus
65+
win11-22h2-pro Windows-11 MicrosoftWindowsDesktop westus
66+
win11-22h2-pron Windows-11 MicrosoftWindowsDesktop westus
67+
6268
```
6369

64-
For more information on available images see [Find and use Azure Marketplace VM images with Azure PowerShell](./cli-ps-findimage.md)
70+
For more information on available images, see [Find and use Azure Marketplace VM images with Azure PowerShell](./cli-ps-findimage.md)
6571

66-
## Uploading Windows 10 VHD to Azure
67-
if you are uploading a generalized Windows 10 VHD, please note Windows 10 does not have built-in administrator account enabled by default. To enable the built-in administrator account, include the following command as part of the Custom Script extension.
72+
## Uploading Windows 11 VHD to Azure
73+
If you're uploading a generalized Windows 11 VHD, note Windows 11 doesn't have built-in administrator account enabled by default. To enable the built-in administrator account, include the following command as part of the Custom Script extension.
6874

6975
```powershell
7076
Net user <username> /active:yes
@@ -84,8 +90,8 @@ For more information:
8490
* [How to prepare a Windows VHD to upload to Azure](prepare-for-upload-vhd-image.md)
8591

8692

87-
## Deploying Windows 10 with Multitenant Hosting Rights
88-
Make sure you have [installed and configured the latest Azure PowerShell](/powershell/azure/). Once you have prepared your VHD, upload the VHD to your Azure Storage account using the `Add-AzVhd` cmdlet as follows:
93+
## Deploying Windows 11 with Multitenant Hosting Rights
94+
Make sure you've [installed and configured the latest Azure PowerShell](/powershell/azure/). Once you've prepared your VHD, upload the VHD to your Azure Storage account using the `Add-AzVhd` cmdlet as follows:
8995

9096
```powershell
9197
Add-AzVhd -ResourceGroupName "myResourceGroup" -LocalFilePath "C:\Path\To\myvhd.vhd" `
@@ -94,7 +100,7 @@ Add-AzVhd -ResourceGroupName "myResourceGroup" -LocalFilePath "C:\Path\To\myvhd.
94100

95101

96102
**Deploy using Azure Resource Manager Template Deployment**
97-
Within your Resource Manager templates, an additional parameter for `licenseType` can be specified. You can read more about [authoring Azure Resource Manager templates](../../azure-resource-manager/templates/syntax.md). Once you have your VHD uploaded to Azure, edit you Resource Manager template to include the license type as part of the compute provider and deploy your template as normal:
103+
Within your Resource Manager templates, an additional parameter for `licenseType` can be specified. You can read more about [authoring Azure Resource Manager templates](../../azure-resource-manager/templates/syntax.md). Once you've your VHD uploaded to Azure, edit your Resource Manager template to include the license type as part of the compute provider and deploy your template as normal:
98104
```json
99105
"properties": {
100106
"licenseType": "Windows_Client",
@@ -104,13 +110,14 @@ Within your Resource Manager templates, an additional parameter for `licenseType
104110
```
105111

106112
**Deploy via PowerShell**
107-
When deploying your Windows Server VM via PowerShell, you have an additional parameter for `-LicenseType`. Once you have your VHD uploaded to Azure, you create a VM using `New-AzVM` and specify the licensing type as follows:
113+
When deploying your Windows Server VM via PowerShell, you need to add another parameter for `-LicenseType`. Once you have your VHD uploaded to Azure, you can create a VM using `New-AzVM` and specify the licensing type as follows:
114+
108115
```powershell
109116
New-AzVM -ResourceGroupName "myResourceGroup" -Location "West US" -VM $vm -LicenseType "Windows_Client"
110117
```
111118

112119
## Verify your VM is utilizing the licensing benefit
113-
Once you have deployed your VM through either the PowerShell or Resource Manager deployment method, verify the license type with `Get-AzVM` as follows:
120+
Once you've deployed your VM through either the PowerShell or Resource Manager deployment method, verify the license type with `Get-AzVM`:
114121
```powershell
115122
Get-AzVM -ResourceGroup "myResourceGroup" -Name "myVM"
116123
```
@@ -132,8 +139,8 @@ LicenseType :
132139
```
133140

134141
## Additional Information about joining Azure Active Directory
135-
Azure provisions all Windows VMs with built-in administrator account, which cannot be used to join Azure Active Directory. For example, *Settings > Account > Access Work or School > +Connect* will not work. You must create and log on as a second administrator account to join Azure AD manually. You can also configure Azure AD using a provisioning package, use the link in the *Next Steps* section to learn more.
142+
Azure provisions all Windows VMs with built-in administrator account, which can't be used to join Azure Active Directory. For example, *Settings > Account > Access Work or School > + Connect* won't work. You must create and log on as a second administrator account to join Azure AD manually. You can also configure Azure AD using a provisioning package, use the link in the *Next Steps* section to learn more.
136143

137144
## Next Steps
138-
- Learn more about [Configuring VDA for Windows 10](/windows/deployment/vda-subscription-activation)
139-
- Learn more about [Multitenant Hosting for Windows 10](https://www.microsoft.com/en-us/CloudandHosting)
145+
- Learn more about [Configuring VDA for Windows 11](/windows/deployment/vda-subscription-activation)
146+
- Learn more about [Multitenant Hosting for Windows 11](https://www.microsoft.com/en-us/CloudandHosting)

0 commit comments

Comments
 (0)