Skip to content

Commit dcc1f68

Browse files
Merge pull request #211402 from dknappettmsft/avd-ephemeral-os-disk-not-supported
AVD ephemeral OS disk not supported
2 parents d81af1d + 1615983 commit dcc1f68

File tree

2 files changed

+22
-15
lines changed

2 files changed

+22
-15
lines changed

articles/virtual-desktop/faq.yml

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ sections:
2525
2626
To restrict an admin to only manage user sessions, such as sending messages to users, signing out users, and so on, you can create custom roles. For example:
2727
28-
```powershell
29-
"actions": [
30-
"Microsoft.Resources/deployments/operations/read",
31-
"Microsoft.Resources/tags/read",
32-
"Microsoft.Authorization/roleAssignments/read",
33-
"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/*",
34-
"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read",
35-
"Microsoft.DesktopVirtualization/hostpools/sessionhosts/write"
36-
],
37-
"notActions": [],
38-
"dataActions": [],
39-
"notDataActions": []
28+
```json
29+
"actions": [
30+
"Microsoft.Resources/deployments/operations/read",
31+
"Microsoft.Resources/tags/read",
32+
"Microsoft.Authorization/roleAssignments/read",
33+
"Microsoft.DesktopVirtualization/hostpools/sessionhosts/usersessions/*",
34+
"Microsoft.DesktopVirtualization/hostpools/sessionhosts/read",
35+
"Microsoft.DesktopVirtualization/hostpools/sessionhosts/write"
36+
],
37+
"notActions": [],
38+
"dataActions": [],
39+
"notDataActions": []
4040
}
4141
```
4242
@@ -180,4 +180,9 @@ sections:
180180
- question: |
181181
When I'm testing migration, can I have the two different Azure Virtual Desktop environments exist in the same tenant?
182182
answer: |
183-
Yes. You can have both deployments within the same Azure Active Directory tenant.
183+
Yes. You can have both deployments within the same Azure Active Directory tenant.
184+
185+
- question: |
186+
Are ephemeral OS disks for Azure VMs supported with Azure Virtual Desktop?
187+
answer: |
188+
No. [Ephemeral OS disks for Azure VMs](../virtual-machines/ephemeral-os-disks.md) are not supported with Azure Virtual Desktop.

articles/virtual-desktop/prerequisites.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,11 @@ You have a choice of operating systems that you can use for session hosts to pro
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

100100
> [!IMPORTANT]
101-
> 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.
101+
> - 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.
102102
>
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).
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).
104+
>
105+
> - [Ephemeral OS disks for Azure VMs](../virtual-machines/ephemeral-os-disks.md) are not supported.
104106
105107
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:
106108

0 commit comments

Comments
 (0)