From 4e235461da99a55d1d282fa615c8b362528ac8bf Mon Sep 17 00:00:00 2001 From: Claude Docs Agent Date: Mon, 23 Mar 2026 17:58:40 +0100 Subject: [PATCH] Remove time-relative language from dev-box.md limitations section Remove "currently" from the Windows availability statement, which violates the style guide prohibition on temporal qualifiers. Fixes #24469 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.