File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
articles/deployment-environments Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -32,26 +32,26 @@ In this quickstart, you learn how to:
32
32
- [ Create and configure a project] ( quickstart-create-and-configure-projects.md ) .
33
33
- Install the Azure Deployment Environments Azure CLI extension:
34
34
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:
37
37
38
- ** Automated installation**
38
+ ** Automated installation**
39
39
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:
41
41
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
+ ```
45
45
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.
47
47
48
- **Manual installation**
48
+ **Manual installation**
49
49
50
- Run the following command in the Azure CLI:
50
+ Run the following command in the Azure CLI:
51
51
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
+ ```
55
55
56
56
## Create an environment
57
57
You can’t perform that action at this time.
0 commit comments