From bb1bf18dda8eb811052e929d589194b7ee92f71b Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Tue, 24 Mar 2026 10:43:59 +0100 Subject: [PATCH] Remove "currently" from dev-box.md limitations section (#24482) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Co-authored-by: Claude Sonnet 4.6 --- .../enterprise/enterprise-deployment/dev-box.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/manuals/enterprise/enterprise-deployment/dev-box.md b/content/manuals/enterprise/enterprise-deployment/dev-box.md index f7c2821c2f..5b472e5266 100644 --- a/content/manuals/enterprise/enterprise-deployment/dev-box.md +++ b/content/manuals/enterprise/enterprise-deployment/dev-box.md @@ -5,8 +5,8 @@ description: Learn about the benefits of and how to setup Docker Desktop in Mic keywords: desktop, docker, windows, microsoft dev box weight: 60 aliases: - - /desktop/features/dev-box/ - - /desktop/setup/install/enterprise-deployment/dev-box/ + - /desktop/features/dev-box/ + - /desktop/setup/install/enterprise-deployment/dev-box/ --- 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 ## Setup -### Prerequisites +### Prerequisites - An Azure subscription - Access to Microsoft Dev Box - A Docker subscription (Pro, Team, or Business). You can use Docker Desktop in Microsoft Dev Box with any of the following subscription options: - - An existing or new Docker subscription - - A new Docker subscription purchased through Azure Marketplace - - A Docker Business subscription with SSO configured for your organization + - An existing or new Docker subscription + - A new Docker subscription purchased through Azure Marketplace + - A Docker Business subscription with SSO configured for your organization ### Set up Docker Desktop in Dev Box @@ -44,7 +44,7 @@ Microsoft Dev Box provides cloud-based, pre-configured developer workstations th Once your Dev Box is provisioned with the Docker Desktop image: 1. Start your Dev Box instance. -2. Launch Docker Desktop. +2. Launch Docker Desktop. 3. Sign in with your Docker ID. ## Support @@ -56,5 +56,5 @@ For issues related to: ## Limitations -- Microsoft Dev Box is currently only available on Windows 10 and 11 (Linux VMs are not supported). +- Microsoft Dev Box is only available on Windows 10 and 11 (Linux VMs are not supported). - Performance may vary based on your Dev Box configuration and network conditions.