Skip to content

Commit 4578750

Browse files
committed
Added "Preview" where needed. Metadata cleanup.
1 parent 7bc00b5 commit 4578750

14 files changed

+69
-63
lines changed

Diff for: articles/dev-box/cli-reference-subset.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
2-
title: Microsoft Dev Box Azure CLI Reference
2+
title: Microsoft Dev Box Preview Azure CLI Reference
3+
titleSuffix: Microsoft Dev Box Preview
34
description: This article contains descriptions and definitions for a subset of the Dev Box Azure CLI extension.
45
services: dev-box
56
ms.service: dev-box
67
ms.topic: reference
78
ms.author: rosemalcolm
89
author: RoseHJM
9-
ms.date: 09/29/2022
10+
ms.date: 10/12/2022
1011
---
11-
# Dev Box CLI reference
12-
This article contains descriptions and definitions for a subset of the Dev Box Azure CLI extension.
12+
# Microsoft Dev Box Preview Azure CLI reference
13+
This article contains descriptions and definitions for a subset of the Microsoft Dev Box Preview CLI extension.
1314

1415
> [!NOTE]
1516
> Microsoft Dev Box is currently in public preview. Features and commands may change. If you need additional assistance, contact the Dev Box team by using [Report a problem](https://aka.ms/devbox/report).

Diff for: articles/dev-box/concept-dev-box-concepts.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: Microsoft Dev Box key concepts
3-
titleSuffix: Microsoft dev box
4-
description: Learn key concepts and terminology for Microsoft Dev Box.
2+
title: Microsoft Dev Box Preview key concepts
3+
titleSuffix: Microsoft Dev Box Preview
4+
description: Learn key concepts and terminology for Microsoft Dev Box Preview.
55
services: dev-box
66
ms.service: dev-box
77
author: RoseHJM
88
ms.author: rosemalcolm
99
ms.topic: conceptual
10-
ms.date: 08/10/2022
10+
ms.date: 10/12/2022
1111
ms.custom: template-concept
1212
---
1313

1414
<!--
1515
Customer intent:
1616
As a developer I want to understand Dev Box concepts and terminology so that I can set up Dev Box environment.
1717
-->
18-
# Microsoft Dev Box key concepts
18+
# Microsoft Dev Box Preview key concepts
1919

2020
This article describes the key concepts and components of Microsoft Dev Box.
2121

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Configure an Azure Compute Gallery
3-
titleSuffix: Microsoft Dev Box
3+
titleSuffix: Microsoft Dev Box Preview
44
description: 'Learn how to create a repository for managing and sharing Dev Box images.'
55
services: dev-box
66
ms.service: dev-box
77
author: RoseHJM
88
ms.author: rosemalcolm
9-
ms.date: 07/28/2022
9+
ms.date: 10/12/2022
1010
ms.topic: how-to
1111
---
1212

@@ -149,5 +149,5 @@ You can detach galleries from dev centers so that their images can no longer be
149149
The gallery will be detached from the dev center. The gallery and its images won't be deleted, and you can reattach it if necessary.
150150

151151
## Next steps
152-
Learn more about Microsoft Dev Box:
153-
- [Microsoft Dev Box key concepts](./concept-dev-box-concepts.md)
152+
Learn more about Microsoft Dev Box Preview:
153+
- [Microsoft Dev Box Preview key concepts](./concept-dev-box-concepts.md)

Diff for: articles/dev-box/how-to-dev-box-user.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
22
title: Provide access to dev box users
3-
titleSuffix: Microsoft Dev Box
3+
titleSuffix: Microsoft Dev Box Preview
44
description: Learn how to provide access to projects for dev box users so that they can create and manage dev boxes.
55
services: dev-box
66
ms.service: dev-box
77
author: RoseHJM
88
ms.author: rosemalcolm
9-
ms.date: 04/15/2022
9+
ms.date: 10/12/2022
1010
ms.topic: how-to
1111
---
1212

1313
# Provide access to projects for dev box users
1414

15-
Team members must have access to a specific Dev Box project before they can create dev boxes. By using the built-in DevCenter Dev Box User role, you can assign permissions to Active Directory Users or Groups at the project level.
15+
Team members must have access to a specific Microsoft Dev Box Preview project before they can create dev boxes. By using the built-in DevCenter Dev Box User role, you can assign permissions to Active Directory Users or Groups at the project level.
1616

1717
A DevCenter Dev Box User can:
1818

Diff for: articles/dev-box/how-to-install-dev-box-cli.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
11
---
2-
title: Install the Microsoft Dev Box Azure CLI extension
3-
description: Learn how to install the Azure CLI and the Microsoft Dev Box CLI extension so you can create Dev Box resources from the command line.
2+
title: Install the Microsoft Dev Box Preview Azure CLI extension
3+
titleSuffix: Microsoft Dev Box Preview
4+
description: Learn how to install the Azure CLI and the Microsoft Dev Box Preview CLI extension so you can create Dev Box resources from the command line.
45
services: dev-box
56
ms.service: dev-box
67
ms.topic: how-to
78
ms.author: rosemalcolm
89
author: RoseHJM
9-
ms.date: 09/29/2022
10+
ms.date: 10/12/2022
1011
Customer intent: As a dev infra admin, I want to install the Dev Box CLI extension so that I can create Dev Box resources from the command line.
1112
---
1213

13-
# Microsoft Dev Box CLI
14+
# Microsoft Dev Box Preview CLI
1415

1516
In addition to the Azure admin portal and the Dev Box user portal, you can use Dev Box's Azure CLI Extension to create resources.
1617

1718
## Install the Dev Box CLI extension
1819

1920
1. Download and install the [Azure CLI](/cli/azure/install-azure-cli).
2021

21-
1. Install the Microsoft Dev Box AZ CLI extension:
22+
1. Install the Dev Box Azure CLI extension:
2223
#### [Install by using a PowerShell script](#tab/Option1/)
2324

24-
Using <https://aka.ms/DevCenter/Install-DevCenterCli.ps1> uninstalls any existing Microsoft Dev Box CLI extension and installs the latest version.
25+
Using <https://aka.ms/DevCenter/Install-DevCenterCli.ps1> uninstalls any existing Dev Box CLI extension and installs the latest version.
2526

2627
```azurepowershell
2728
write-host "Setting Up DevCenter CLI"
@@ -106,4 +107,4 @@ In addition to the Azure admin portal and the Dev Box user portal, you can use D
106107
107108
Discover the Dev Box commands you can use at:
108109
109-
- [Dev Box CLI reference](./cli-reference-subset.md)
110+
- [Microsoft Dev Box Preview Azure CLI reference](./cli-reference-subset.md)

Diff for: articles/dev-box/how-to-manage-dev-box-pools.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: How to manage a dev box pool
3-
titleSuffix: Microsoft Dev Box
4-
description: This article describes how to create, and delete Microsoft Dev Box dev box pools.
3+
titleSuffix: Microsoft Dev Box Preview
4+
description: This article describes how to create, and delete Microsoft Dev Box Preview dev box pools.
55
services: dev-box
66
ms.service: dev-box
77
author: RoseHJM
88
ms.author: rosemalcolm
9-
ms.date: 09/16/2022
9+
ms.date: 10/12/2022
1010
ms.topic: how-to
1111
---
1212

@@ -29,7 +29,7 @@ The following steps show you how to create a dev box pool associated with a proj
2929

3030
<!-- how many dev box pools can you create -->
3131

32-
If you don't have an available dev center with an existing dev box definition and network connection, follow the steps in [Quickstart: Configure the Microsoft Dev Box service](quickstart-configure-dev-box-service.md) to create them.
32+
If you don't have an available dev center with an existing dev box definition and network connection, follow the steps in [Quickstart: Configure the Microsoft Dev Box Preview service](quickstart-configure-dev-box-service.md) to create them.
3333

3434
1. Sign in to the [Azure portal](https://portal.azure.com).
3535

Diff for: articles/dev-box/how-to-manage-dev-center.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
title: How to manage a dev center
3-
titleSuffix: Microsoft Dev Box
4-
description: This article describes how to create, delete, and manage Microsoft Dev Box dev centers.
3+
titleSuffix: Microsoft Dev Box Preview
4+
description: This article describes how to create, delete, and manage Microsoft Dev Box Preview dev centers.
55
services: dev-box
66
ms.service: dev-box
77
author: RoseHJM
88
ms.author: rosemalcolm
9-
ms.date: 08/18/2022
9+
ms.date: 10/12/2022
1010
ms.topic: how-to
1111
---
1212

13-
<!-- Intent: As a dev infrastructure manager, I want to be able to manage dev centers so that I can manage my Microsoft Dev Box implementation. -->
13+
<!-- Intent: As a dev infrastructure manager, I want to be able to manage dev centers so that I can manage my Microsoft Dev Box Preview implementation. -->
1414

1515
# Manage a dev center
1616
Development teams vary in the way they function and may have different needs. A dev center helps you to manage these different scenarios by enabling you to group similar sets of projects together and apply similar settings.
@@ -48,7 +48,7 @@ The following steps show you how to create a dev center.
4848

4949
:::image type="content" source="./media/how-to-manage-dev-center/create-dev-center-basics.png" alt-text="Screenshot showing the Create dev center Basics tab.":::
5050

51-
The currently supported Azure locations with capacity are listed here: [Microsoft Dev Box](https://aka.ms/devbox_acom).
51+
The currently supported Azure locations with capacity are listed here: [Microsoft Dev Box Preview](https://aka.ms/devbox_acom).
5252

5353
1. [Optional] On the **Tags** tab, enter a name and value pair that you want to assign.
5454
:::image type="content" source="./media/how-to-manage-dev-center/create-dev-center-tags.png" alt-text="Screenshot showing the Create dev center Tags tab.":::

Diff for: articles/dev-box/how-to-manage-network-connection.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: How to manage network connections
3-
titleSuffix: Microsoft Dev Box
4-
description: This article describes how to create, delete, attach and remove Microsoft Dev Box network connections.
3+
titleSuffix: Microsoft Dev Box Preview
4+
description: This article describes how to create, delete, attach and remove Microsoft Dev Box Preview network connections.
55
services: dev-box
66
ms.service: dev-box
77
author: RoseHJM
88
ms.author: rosemalcolm
9-
ms.date: 04/15/2022
9+
ms.date: 10/12/2022
1010
ms.topic: how-to
1111
---
1212

@@ -66,7 +66,7 @@ Network ingress and egress can be controlled using a firewall, network security
6666
If your organization routes egress traffic through a firewall, you need to open certain ports to allow the Dev Box service to function. For more information, see [Network requirements](/windows-365/enterprise/requirements-network).
6767

6868
## Plan a network connection
69-
The following steps show you how to create and configure a network connection in Microsoft Dev Box.
69+
The following steps show you how to create and configure a network connection in Microsoft Dev Box Preview.
7070
### Types of Azure Active Directory Join
7171
The Dev Box service requires a configured and working Azure AD join or Hybrid AD join, which defines how dev boxes join your domain and access resources.
7272

@@ -169,4 +169,4 @@ The network connection will no longer be available for use in the dev center.
169169
## Next steps
170170

171171
<!-- [Manage a dev center](./how-to-manage-dev-center.md) -->
172-
- [Quickstart: Configure a Microsoft Dev Box Project](./quickstart-configure-dev-box-project.md)
172+
- [Quickstart: Configure a Microsoft Dev Box Preview Project](./quickstart-configure-dev-box-project.md)

Diff for: articles/dev-box/how-to-project-admin.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Manage Dev Box projects
3-
titleSuffix: Microsoft Dev Box
2+
title: Manage Microsoft Dev Box Preview projects
3+
titleSuffix: Microsoft Dev Box Preview
44
description: Learn how to manage multiple projects by delegating permissions to project admins.
55
services: dev-box
66
ms.service: dev-box
77
author: RoseHJM
88
ms.author: rosemalcolm
9-
ms.date: 07/29/2022
9+
ms.date: 10/12/2022
1010
ms.topic: how-to
1111
---
1212

@@ -59,4 +59,4 @@ The user will now be able to manage the project and create dev box pools within
5959
[!INCLUDE [permissions note](./includes/note-permission-to-create-dev-box.md)]
6060
## Next steps
6161

62-
- [Quickstart: Configure the Microsoft Dev Box service](quickstart-configure-dev-box-service.md)
62+
- [Quickstart: Configure the Microsoft Dev Box Preview service](quickstart-configure-dev-box-service.md)

Diff for: articles/dev-box/overview-what-is-microsoft-dev-box.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
title: What is Microsoft Dev Box?
3-
description: Microsoft Dev Box gives you self-service access to high-performance, preconfigured, and ready-to-code cloud-based workstations.
2+
title: What is Microsoft Dev Box Preview?
3+
titleSuffix: Microsoft Dev Box Preview
4+
description: Microsoft Dev Box Preview gives you self-service access to high-performance, preconfigured, and ready-to-code cloud-based workstations.
45
services: dev-box
56
ms.service: dev-box
67
ms.topic: overview
78
ms.author: rosemalcolm
89
author: RoseHJM
9-
ms.date: 03/21/2022
10+
ms.date: 10/12/2022
1011
adobe-target: true
1112
---
1213

@@ -68,6 +69,6 @@ Microsoft Dev Box bridges the gap between development teams and IT, bringing con
6869
## Next steps
6970

7071
Start using Microsoft Dev Box:
71-
- [Quickstart: Configure the Microsoft Dev Box service](./quickstart-configure-dev-box-service.md)
72-
- [Quickstart: Configure a Microsoft Dev Box Project](./quickstart-configure-dev-box-project.md)
72+
- [Quickstart: Configure the Microsoft Dev Box Preview service](./quickstart-configure-dev-box-service.md)
73+
- [Quickstart: Configure a Microsoft Dev Box Preview project](./quickstart-configure-dev-box-project.md)
7374
- [Quickstart: Create a Dev Box](./quickstart-create-dev-box.md)

Diff for: articles/dev-box/quickstart-configure-dev-box-project.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
---
2-
title: Configure a Microsoft Dev Box project
3-
description: 'This quickstart shows you how to configure a Microsoft Dev Box project, create a dev box pool and provide access to dev boxes for your users.'
2+
title: Configure a Microsoft Dev Box Preview project
3+
titleSuffix: Microsoft Dev Box Preview
4+
description: 'This quickstart shows you how to configure a Microsoft Dev Box Preview project, create a dev box pool and provide access to dev boxes for your users.'
45
services: dev-box
56
ms.service: dev-box
67
ms.topic: quickstart
78
author: RoseHJM
89
ms.author: rosemalcolm
9-
ms.date: 07/03/2022
10+
ms.date: 10/12/2022
1011
---
1112
<!--
1213
Customer intent:
1314
As a Dev Box Project Admin I want to configure projects so that I can provide Dev Boxes for my users.
1415
-->
1516

16-
# Quickstart: Configure a Microsoft Dev Box project
17+
# Quickstart: Configure a Microsoft Dev Box Preview project
1718
To enable developers to self-serve dev boxes in projects, you must configure dev box pools that specify the dev box definitions and network connections used when dev boxes are created. Dev box users create dev boxes using the dev box pool.
1819

1920
In this quickstart, you'll perform the following tasks:
@@ -26,7 +27,7 @@ A dev box pool is a collection of dev boxes that you manage together. You must h
2627

2728
The following steps show you how to create a dev box pool associated with a project. You'll use an existing dev box definition and network connection in the dev center to configure a dev box pool.
2829

29-
If you don't have an available dev center with an existing dev box definition and network connection, follow the steps in [Quickstart: Configure the Microsoft Dev Box service](quickstart-configure-dev-box-service.md) to create them.
30+
If you don't have an available dev center with an existing dev box definition and network connection, follow the steps in [Quickstart: Configure the Microsoft Dev Box Preview service](quickstart-configure-dev-box-service.md) to create them.
3031

3132
1. Sign in to the [Azure portal](https://portal.azure.com).
3233

Diff for: articles/dev-box/quickstart-configure-dev-box-service.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
---
2-
title: Configure the Microsoft Dev Box service
3-
description: 'This quickstart shows you how to configure the Microsoft Dev Box service to provide dev boxes for your users. You will create a dev center, add a network connection, and then create a dev box definition, and a project.'
2+
title: Configure the Microsoft Dev Box Preview service
3+
titleSuffix: Microsoft Dev Box Preview
4+
description: 'This quickstart shows you how to configure the Microsoft Dev Box Preview service to provide dev boxes for your users. You will create a dev center, add a network connection, and then create a dev box definition, and a project.'
45
services: dev-box
56
ms.service: dev-box
67
ms.topic: quickstart
78
author: RoseHJM
89
ms.author: rosemalcolm
9-
ms.date: 07/22/2022
10+
ms.date: 10/12/2022
1011
ms.custom: references_regions
1112
---
1213
<!--
1314
Customer intent:
1415
As an enterprise admin I want to understand how to create and configure dev box components so that I can provide dev box projects my users.
1516
-->
1617

17-
# Quickstart: Configure the Microsoft Dev Box service
18+
# Quickstart: Configure the Microsoft Dev Box Preview service
1819

1920
This quickstart describes how to configure the Microsoft Dev Box service by using the Azure portal to enable development teams to self-serve dev boxes.
2021

@@ -58,7 +59,7 @@ The following steps show you how to create and configure a dev center.
5859

5960
:::image type="content" source="./media/quickstart-configure-dev-box-service/create-devcenter-basics.png" alt-text="Screenshot showing the Create dev center Basics tab.":::
6061

61-
The currently supported Azure locations with capacity are listed here: [Microsoft Dev Box](https://aka.ms/devbox_acom).
62+
The currently supported Azure locations with capacity are listed here: [Microsoft Dev Box Preview](https://aka.ms/devbox_acom).
6263

6364
1. [Optional] On the **Tags** tab, enter a name and value pair that you want to assign.
6465
:::image type="content" source="./media/quickstart-configure-dev-box-service/create-devcenter-tags.png" alt-text="Screenshot showing the Create dev center Tags tab.":::

Diff for: articles/dev-box/quickstart-create-dev-box.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
title: Create a Microsoft Dev Box
3-
description: This quickstart shows you how to create a Microsoft Dev Box and connect to it through a browser.
2+
title: Create a Microsoft Dev Box Preview
3+
titleSuffix: Microsoft Dev Box Preview
4+
description: This quickstart shows you how to create a Microsoft Dev Box Preview and connect to it through a browser.
45
services: dev-box
56
ms.service: dev-box
67
ms.topic: quickstart
78
author: RoseHJM
89
ms.author: rosemalcolm
9-
ms.date: 07/29/2022
10+
ms.date: 10/12/2022
1011
---
1112
<!--
1213
Customer intent:
@@ -15,7 +16,7 @@ ms.date: 07/29/2022
1516

1617
# Quickstart: Create a dev box by using the developer portal
1718

18-
Get started with Microsoft Dev Box by creating a dev box through the developer portal. After creating the dev box, you connect to it with a remote desktop (RD) session through a browser, or through a remote desktop app.
19+
Get started with Microsoft Dev Box Preview by creating a dev box through the developer portal. After creating the dev box, you connect to it with a remote desktop (RD) session through a browser, or through a remote desktop app.
1920

2021
You can create and manage multiple dev boxes as a dev box user. Create a dev box for each task that you're working on, and create multiple dev boxes within a single project to help streamline your workflow.
2122

Diff for: articles/dev-box/tutorial-connect-to-dev-box-with-remote-desktop-app.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: 'Tutorial: Use the Remote Desktop client to connect to a dev box'
3+
titleSuffix: Microsoft Dev Box Preview
34
description: In this tutorial, you learn how to download a Remote Desktop client and connect to a dev box.
4-
titleSuffix: Microsoft dev box
55
services: dev-box
66
ms.service: dev-box
77
ms.author: rosemalcolm
88
author: RoseHJM
9-
ms.date: 07/28/2022
9+
ms.date: 10/12/2022
1010
ms.topic: tutorial
1111
---
1212

@@ -85,7 +85,7 @@ To use a non-Windows Remote Desktop client to connect to your dev box, follow th
8585
:::image type="content" source="./media/tutorial-connect-to-dev-box-with-remote-desktop-app/non-windows-rdp-connect-dev-box.png" alt-text="Screenshot of the non-Windows Remote Desktop client workspace with dev box.":::
8686

8787
## Next steps
88-
To learn about managing Microsoft Dev Box, see:
88+
To learn about managing Microsoft Dev Box Preview, see:
8989

9090
- [Provide access to project admins](./how-to-project-admin.md)
9191
- [Provide access to dev box users](./how-to-dev-box-user.md)

0 commit comments

Comments
 (0)