Skip to content

Commit d8f22cf

Browse files
authored
Update quickstart-create-access-environments.md
Possible formatting fix
1 parent 505fd37 commit d8f22cf

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

articles/deployment-environments/quickstart-create-access-environments.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,26 +32,26 @@ In this quickstart, you learn how to:
3232
- [Create and configure a project](quickstart-create-and-configure-projects.md).
3333
- Install the Azure Deployment Environments Azure CLI extension:
3434

35-
1. [Download and install the Azure CLI](/cli/azure/install-azure-cli).
36-
1. Install the Azure Deployment Environments AZ CLI extension:
35+
1. [Download and install the Azure CLI](/cli/azure/install-azure-cli).
36+
1. Install the Azure Deployment Environments AZ CLI extension:
3737

38-
**Automated installation**
38+
**Automated installation**
3939

40-
In PowerShell, run the https://aka.ms/DevCenter/Install-DevCenterCli.ps1 script:
40+
In PowerShell, run the https://aka.ms/DevCenter/Install-DevCenterCli.ps1 script:
4141

42-
```powershell
43-
iex "& { $(irm https://aka.ms/DevCenter/Install-DevCenterCli.ps1 ) }"
44-
```
42+
```powershell
43+
iex "& { $(irm https://aka.ms/DevCenter/Install-DevCenterCli.ps1 ) }"
44+
```
4545
46-
The script uninstalls any existing dev center extension and installs the latest version.
46+
The script uninstalls any existing dev center extension and installs the latest version.
4747
48-
**Manual installation**
48+
**Manual installation**
4949
50-
Run the following command in the Azure CLI:
50+
Run the following command in the Azure CLI:
5151
52-
```azurecli
53-
az extension add --source https://fidalgosetup.blob.core.windows.net/cli-extensions/devcenter-0.1.0-py3-none-any.whl
54-
```
52+
```azurecli
53+
az extension add --source https://fidalgosetup.blob.core.windows.net/cli-extensions/devcenter-0.1.0-py3-none-any.whl
54+
```
5555
5656
## Create an environment
5757

0 commit comments

Comments
 (0)