Skip to content

Commit 1615983

Browse files
committed
Fixing link and changing PowerShell to JSON
1 parent 7b58eea commit 1615983

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

articles/virtual-desktop/faq.yml

Lines changed: 14 additions & 14 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
@@ -183,6 +183,6 @@ sections:
183183
Yes. You can have both deployments within the same Azure Active Directory tenant.
184184
185185
- question: |
186-
Are [ephemeral OS disks for Azure VMs](../virtual-machines/ephemeral-os-disks.md) supported with Azure Virtual Desktop?
186+
Are ephemeral OS disks for Azure VMs supported with Azure Virtual Desktop?
187187
answer: |
188-
No. Ephemeral OS disks for Azure VMs are not supported with Azure Virtual Desktop.
188+
No. [Ephemeral OS disks for Azure VMs](../virtual-machines/ephemeral-os-disks.md) are not supported with Azure Virtual Desktop.

0 commit comments

Comments
 (0)