Skip to content

Commit 6d6b38a

Browse files
author
RoseHJM
committed
Shortened questions
1 parent 2b1fc4a commit 6d6b38a

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

articles/dev-box/dev-box-faq.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sections:
2121
- question: Why does it take 25 minutes or more to provision a dev box?
2222
answer: The provisioning process for a dev box involves interacting with several services, including authenticating with Microsoft Entra ID. The new dev box must be created, initiate networking connectivity services, authenticate to and join the Microsoft Entra ID, register with Intune, and check for any Microsoft Entra security requirements. Depending on the complexity of the dev box definition, there might also be installation and configuration tasks on the dev box itself to provide you with the environment you need to start work. When your dev box is fully provisioned, it's running, ready for you to sign in.
2323

24-
- question: Where should I create my Dev Center, Projects and Pools for my team for optimal performance?
24+
- question: Where should I create my Dev Center, Projects and Pools for optimal performance?
2525
answer: |
2626
Your Dev Center and Projects are generally created where your resources are located. For example, if your headquarters is in California, we would recommend the West US region.
2727
@@ -37,12 +37,12 @@ sections:
3737
Dev Box doesn't provide high-availability and disaster recovery functions. If there's an Azure regional outage, customers lose access to Dev Box in that region. They must implement manual disaster recovery and re-create new Dev Boxes.
3838
Customers should design and implement high-availability and disaster recovery solutions that suit their requirements.
3939
40-
- question: What is the preferred monitoring solution for capturing metrics, usage, number of dev boxes assigned per developer, and so on?
40+
- question: What is the preferred monitoring solution?
4141
answer: |
4242
- Project admins can view dev box usage at pool level. Project admins can select a pool and see list of dev boxes that are currently in use.
4343
- For Dev Box connectivity metrics, use the [Cloud PC connection quality report (preview)](/windows-365/enterprise/report-cloud-pc-connection-quality). Dev Box is built on top of Cloud PC. So, you can see the connectivity health of each dev box by using the Cloud PC dashboard in the Microsoft Intune admin center.
4444
45-
- question: Can I use a smart card, or other device that connects to my physical machine with Dev Box?
45+
- question: Can I use a smart card, or other physical device with Dev Box?
4646
answer: Yes. Dev Box users can use smart card and other devices that are connected to the physical machine. Since Dev Box uses same RDP client as Azure Virtual Desktop, you can review following documentation to learn about all the different capabilities supported by RDP client. You can also review RDP client capabilities on different operating systems.
4747
[Compare the features of remote desktop clients - Redirections comparison](../virtual-desktop/compare-remote-desktop-clients.md#redirections-comparison)
4848

@@ -52,7 +52,7 @@ sections:
5252
- question: What should I do when a network connection health check fails?
5353
answer: Dev Box service is built on top of Windows 365 Enterprise and uses the same [Azure network connection health checks](/windows-365/enterprise/health-checks). Such health checks ensure that Dev Box provisioning is successful and end-user experiences are optimal. If a health check fails, select *view details* to see what is causing the failure and address the issue from there. For example, your network policy might block the following service URLs and ports [Network requirements for Windows 365](/windows-365/enterprise/requirements-network?tabs=enterprise%2Cent#allow-network-connectivity).
5454

55-
- question: Is there a policy or a feature to prevent users copying data or code from the Dev Box to their laptop using the clipboard?
55+
- question: Can I prevent users copying data or code from the Dev Box to their laptop using the clipboard?
5656
answer: You can prevent users copying data or code from the Dev Box to their local machine by disabling the clipboard redirection feature in the RDP client. You can manage this setting through a device configuration policy in Microsoft Intune. For more information, see [RDP device redirection settings](/windows-365/enterprise/manage-rdp-device-redirections#rdp-device-redirection-settings).
5757

5858

articles/dev-box/how-to-configure-azure-compute-gallery.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ When you create a generalized VM to capture to an image, the following issues ca
8181
- In the UI, open **Turn Windows features on or off** and select **Virtual Machine Platform**.
8282
- Or run the following PowerShell command: `Enable-WindowsOptionalFeature -FeatureName VirtualMachinePlatform -Online`
8383

84-
1. Disable the reserved storage state feature in the image by using the following command:
85-
`DISM.exe /Online /Set-ReservedStorageState /State:Disabled`.
86-
8784
1. Disable the reserved storage state feature in the image by using the following command: `DISM.exe /Online /Set-ReservedStorageState /State:Disabled`.
8885
- For more information, see [DISM Storage reserve command-line options](/windows-hardware/manufacture/desktop/dism-storage-reserve?view=windows-11#set-reservedstoragestate&preserve-view=true).
8986

0 commit comments

Comments
 (0)