Skip to content

Commit 3431549

Browse files
author
RoseHJM
committed
Engagment updates - formatting fixes.
1 parent 1576986 commit 3431549

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ Customer intent: As a dev infra admin, I want to install the Dev Box CLI extensi
1414

1515
# 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

1919
## Install the devcenter extension
2020

21-
To install the Dev Box Azure CLI extension, `devcenter`, you first need to install the Azure CLI. The following steps show you how to install the Azure CLI, then the devcenter 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

2525
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
```

0 commit comments

Comments
 (0)