You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove "currently" from dev-box.md limitations section (#24482)
Remove "currently" from the Windows availability statement in the
Limitations section. The word is a temporal qualifier prohibited by the
style guide.
Fixes#24469
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Docs Agent <agent@claude-docs-harness>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Docker Desktop is available as a pre-configured image in the Microsoft Azure Marketplace for use with Microsoft Dev Box, allowing developers to quickly set up consistent development environments in the cloud.
@@ -23,14 +23,14 @@ Microsoft Dev Box provides cloud-based, pre-configured developer workstations th
23
23
24
24
## Setup
25
25
26
-
### Prerequisites
26
+
### Prerequisites
27
27
28
28
- An Azure subscription
29
29
- Access to Microsoft Dev Box
30
30
- A Docker subscription (Pro, Team, or Business). You can use Docker Desktop in Microsoft Dev Box with any of the following subscription options:
31
-
- An existing or new Docker subscription
32
-
- A new Docker subscription purchased through Azure Marketplace
33
-
- A Docker Business subscription with SSO configured for your organization
31
+
- An existing or new Docker subscription
32
+
- A new Docker subscription purchased through Azure Marketplace
33
+
- A Docker Business subscription with SSO configured for your organization
34
34
35
35
### Set up Docker Desktop in Dev Box
36
36
@@ -44,7 +44,7 @@ Microsoft Dev Box provides cloud-based, pre-configured developer workstations th
44
44
Once your Dev Box is provisioned with the Docker Desktop image:
45
45
46
46
1. Start your Dev Box instance.
47
-
2. Launch Docker Desktop.
47
+
2. Launch Docker Desktop.
48
48
3. Sign in with your Docker ID.
49
49
50
50
## Support
@@ -56,5 +56,5 @@ For issues related to:
56
56
57
57
## Limitations
58
58
59
-
- Microsoft Dev Box is currently only available on Windows 10 and 11 (Linux VMs are not supported).
59
+
- Microsoft Dev Box is only available on Windows 10 and 11 (Linux VMs are not supported).
60
60
- Performance may vary based on your Dev Box configuration and network conditions.
0 commit comments