Skip to content

Commit e1739b2

Browse files
authored
Merge pull request #245050 from RoseHJM/mdb-update-install-cli
MDB - Engagement updates
2 parents 631c77d + 3431549 commit e1739b2

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

articles/dev-box/how-to-install-dev-box-cli.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Install the Microsoft Dev Box Azure CLI extension
33
titleSuffix: Microsoft Dev Box
4-
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.
4+
description: Learn how to create Dev Box resources from the command line. Install the Azure CLI and the devcenter extension to gain access to Dev Box commands.
55
services: dev-box
66
ms.service: dev-box
77
ms.custom: devx-track-azurecli
@@ -12,41 +12,41 @@ ms.date: 04/25/2023
1212
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.
1313
---
1414

15-
# Configure Microsoft Dev Box from the command-line with the Azure CLI extension
15+
# Configure Microsoft Dev Box from the command-line with the Azure CLI
1616

17-
In addition to the Azure admin portal and the developer portal, you can use the Dev Box Azure CLI extension to create resources. Microsoft Dev Box and Azure Deployment Environments use the same Azure CLI extension, which is called `devcenter`.
17+
In addition to the Azure admin portal and the developer portal, you can use the Dev Box Azure CLI extension to create resources. Microsoft Dev Box and Azure Deployment Environments use the same Azure CLI extension, which is called *devcenter*.
1818

19-
## Install the Dev Box CLI extension
19+
## Install the devcenter extension
2020

21-
To install the Dev Box Azure CLI extension, you first need to install the Azure CLI. The following steps show you how to install the Azure CLI, then the Dev Box CLI extension.
21+
To install the devcenter extension, you first need to install the Azure CLI. The following steps show you how to install the Azure CLI, then the devcenter extension.
2222

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

25-
1. Install the Dev Box CLI extension
25+
1. Install the devcenter extension
2626
``` azurecli
2727
az extension add --name devcenter
2828
```
29-
1. Check that the `devcenter` extension is installed
29+
1. Check that the devcenter extension is installed
3030
``` azurecli
3131
az extension list
3232
```
33-
### Update the Dev Box CLI extension
34-
You can update the Dev Box CLI extension if you already have it installed.
33+
### Update the devcenter extension
34+
You can update the devcenter extension if you already have it installed.
3535

3636
To update a version of the extension that's installed
3737
``` azurecli
3838
az extension update --name devcenter
3939
```
40-
### Remove the Dev Box CLI extension
40+
### Remove the devcenter extension
4141

4242
To remove the extension, use the following command
4343
```azurecli
4444
az extension remove --name devcenter
4545
```
4646

47-
## Get started with the Dev Box CLI extension
47+
## Get started with the devcenter extension
4848

49-
You might find the following commands useful as you work with the Dev Box CLI extension.
49+
You might find the following commands useful as you work with Dev Box.
5050

5151
1. Sign in to Azure CLI with your work account.
5252

articles/dev-box/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ items:
5151
href: how-to-configure-network-connections.md
5252
- name: Configure an auto-stop schedule
5353
href: how-to-configure-stop-schedule.md
54-
- name: Use Azure CLI devcenter extension
54+
- name: Install Azure CLI devcenter extension
5555
href: how-to-install-dev-box-cli.md
5656
- name: Provision a Custom Image with Azure Image Builder
5757
href: how-to-customize-devbox-azure-image-builder.md

0 commit comments

Comments
 (0)