Skip to content

Commit d1ff3d2

Browse files
committed
edits
1 parent a2b081c commit d1ff3d2

File tree

7 files changed

+58
-58
lines changed

7 files changed

+58
-58
lines changed

articles/deployment-environments/how-to-configure-catalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ An invalid catalog item error might occur for various reasons:
151151

152152
- Ensure that the manifest's engine type is correctly configured as `ARM`.
153153
- Ensure that the catalog item name is between 3 and 63 characters.
154-
- Ensure that the catalog item name includes only characters that are valid for a URL: alphanumeric characters and the symbols `~` `!` `,` `.` `'` `;` `:` `=` `-` `_` `+` `)` `(` `*` `&` `$` `@`.
154+
- Ensure that the catalog item name includes only characters that are valid for a URL, which are alphanumeric characters and these symbols: `~` `!` `,` `.` `'` `;` `:` `=` `-` `_` `+` `(` `)` `*` `&` `$` `@`
155155

156156
- **Reference errors**. Ensure that the template path that the manifest references is a valid relative path to a file in the repository.
157157

articles/deployment-environments/how-to-configure-use-cli.md

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -78,88 +78,88 @@ az devcenter admin <command> --help
7878
az devcenter dev <command> --help
7979
```
8080

81-
### Dev centers
81+
**Dev centers**
8282

83-
#### Create a dev center by using a user-assigned identity
83+
### Create a dev center by using a user-assigned identity
8484

8585
```azurecli
8686
az devcenter admin devcenter create --identity-type "UserAssigned" --user-assigned-identity
8787
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/identityGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testidentity1" --location <location-name> -g <resource-group-name> - <name>
8888
```
8989

90-
#### Create a dev center by using a system-assigned identity
90+
### Create a dev center by using a system-assigned identity
9191

9292
```azurecli
9393
az devcenter admin devcenter create --location <location-name> -g <resource-group-name> -n <name> \
9494
--identity-type "SystemAssigned"
9595
```
9696

97-
#### List dev centers (in the specified resource group)
97+
### List dev centers (in the specified resource group)
9898

9999
```azurecli
100100
az devcenter admin devcenter list -g <resource-group-name>
101101
```
102102

103-
#### List dev centers (in the selected subscription if resource group isn't specified or configured in defaults)
103+
### List dev centers (in the selected subscription if resource group isn't specified or configured in defaults)
104104

105105
```azurecli
106106
az devcenter admin devcenter list --output table
107107
```
108108

109-
#### Get a specific dev center
109+
### Get a specific dev center
110110

111111
```azurecli
112112
az devcenter admin devcenter show -g <resource-group-name> --name <name>
113113
```
114114

115-
#### Delete a dev center
115+
### Delete a dev center
116116

117117
```azurecli
118118
az devcenter admin devcenter delete -g <resource-group-name> --name <name>
119119
```
120120

121-
#### Force-delete a dev center
121+
### Force-delete a dev center
122122

123123
```azurecli
124124
az devcenter admin devcenter delete -g <resource-group-name> --name <name> --yes
125125
```
126126

127-
### Environment types
127+
**Environment types**
128128

129-
#### Create an environment type
129+
### Create an environment type
130130

131131
```azurecli
132132
az devcenter admin environment-type create --dev-center-name <devcenter-name> -g <resource-group-name> --name <name>
133133
```
134134

135-
#### List environment types by dev center
135+
### List environment types by dev center
136136

137137
```azurecli
138138
az devcenter admin environment-type list --dev-center-name <devcenter-name> --resource-group <resource-group-name>
139139
```
140140

141-
#### List environment types by project
141+
### List environment types by project
142142

143143
```azurecli
144144
az devcenter admin environment-type list --project-name <devcenter-name> --resource-group <resource-group-name>
145145
```
146146

147-
#### Delete an environment type
147+
### Delete an environment type
148148

149149
```azurecli
150150
az devcenter admin environment-type delete --dev-center-name <devcenter-name> --name "{environmentTypeName}" \
151151
--resource-group <resource-group-name>
152152
```
153153

154-
#### List environment types by dev center and project for developers
154+
### List environment types by dev center and project for developers
155155

156156
```azurecli
157157
az devcenter dev environment list --dev-center <devcenter-name> --project-name <project-name>
158158
```
159159

160-
### Project environment types
160+
**Project environment types**
161161

162-
#### Create project environment types
162+
### Create project environment types
163163

164164
```azurecli
165165
az devcenter admin project-environment-type create --description "Developer/Testing environment" --dev-center-name \
@@ -168,20 +168,20 @@ az devcenter admin project-environment-type create --description "Developer/Test
168168
--status Enabled --type SystemAssigned
169169
```
170170

171-
#### List project environment types by dev center
171+
### List project environment types by dev center
172172

173173
```azurecli
174174
az devcenter admin project-environment-type list --dev-center-name <devcenter-name> \
175175
--resource-group <resource-group-name>
176176
```
177177

178-
#### List project environment types by project
178+
### List project environment types by project
179179

180180
```azurecli
181181
az devcenter admin project-environment-type list --project-name <project-name> --resource-group <resource-group-name>
182182
```
183183

184-
#### Delete project environment types
184+
### Delete project environment types
185185

186186
```azurecli
187187
az devcenter admin project-environment-type delete --project-name <project-name> \
@@ -195,75 +195,75 @@ az devcenter admin project-allowed-environment-type list --project-name <project
195195
--resource-group <resource-group-name>
196196
```
197197

198-
### Catalogs
198+
**Catalogs**
199199

200-
#### Create a catalog that uses a GitHub repository
200+
### Create a catalog that uses a GitHub repository
201201

202202
```azurecli
203203
az devcenter admin catalog create --git-hub secret-identifier="https://<key-vault-name>.azure-int.net/secrets/<secret-name>" uri=<git-clone-uri> branch=<git-branch> -g <resource-group-name> --name <name> --dev-center-name <devcenter-name>
204204
```
205205

206-
#### Create a catalog that uses an Azure DevOps repository
206+
### Create a catalog that uses an Azure DevOps repository
207207

208208
```azurecli
209209
az devcenter admin catalog create --ado-git secret-identifier="https://<key-vault-name>.azure-int.net/secrets/<secret-name>" uri=<git-clone-uri> branch=<git-branch> -g <resource-group-name> --name <name> --dev-center-name <devcenter-name>
210210
```
211211

212-
#### Sync a catalog
212+
### Sync a catalog
213213

214214
```azurecli
215215
az devcenter admin catalog sync --name <name> --dev-center-name <devcenter-name> -g <resource-group-name>
216216
```
217217

218-
#### List catalogs in a dev center
218+
### List catalogs in a dev center
219219

220220
```azurecli
221221
az devcenter admin catalog list -g <resource-group-name> --dev-center-name <devcenter-name>
222222
```
223223

224-
#### Delete a catalog
224+
### Delete a catalog
225225

226226
```azurecli
227227
az devcenter admin catalog delete -g <resource-group-name> --dev-center-name <devcenter-name> -n <name>
228228
```
229229

230-
### Catalog items
230+
**Catalog items**
231231

232-
#### List catalog items that are available in a project
232+
### List catalog items that are available in a project
233233

234234
```azurecli
235235
az devcenter dev catalog-item list --dev-center-name <devcenter-name> --project-name <name>
236236
```
237237

238-
### Project
238+
**Projects**
239239

240-
#### Create a project
240+
### Create a project
241241

242242
```azurecli
243243
az devcenter admin project create -g <resource-group-name> -n <project-name> --dev-center-id <devcenter-resource-id>
244244
```
245245

246-
#### List projects (in the specified resource group)
246+
### List projects (in the specified resource group)
247247

248248
```azurecli
249249
az devcenter admin project list -g <resource-group-name>
250250
```
251251

252-
#### List projects (in the selected subscription if resource group isn't specified or configured in defaults)
252+
### List projects (in the selected subscription if resource group isn't specified or configured in defaults)
253253

254254
```azurecli
255255
az graph query -q "Resources | where type =~ 'microsoft.devcenter/projects' | project id, name"
256256
```
257257

258-
#### Delete a project
258+
### Delete a project
259259

260260
```azurecli
261261
az devcenter admin project delete -g <resource-group-name> --name <project-name>
262262
```
263263

264-
### Environments
264+
**Environments**
265265

266-
#### Create an environment
266+
### Create an environment
267267

268268
```azurecli
269269
az devcenter dev environment create --dev-center-name <devcenter-name> \
@@ -272,7 +272,7 @@ az devcenter dev environment create --dev-center-name <devcenter-name> \
272272
--parameters <deployment-parameters-json-string>
273273
```
274274

275-
#### Deploy an environment
275+
### Deploy an environment
276276

277277
```azurecli
278278
az devcenter environment deploy-action --action-id "deploy" --dev-center <devcenter-name> \

articles/deployment-environments/how-to-create-access-environments.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,23 @@ This article shows you how to create and access an [environment](concept-environ
2626
1. [Download and install the Azure CLI](/cli/azure/install-azure-cli).
2727
1. Install the Azure Deployment Environments AZ CLI extension:
2828

29-
**Automated installation**
29+
- **Automated installation**
3030

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

33-
```powershell
34-
iex "& { $(irm https://aka.ms/DevCenter/Install-DevCenterCli.ps1 ) }"
35-
```
33+
```powershell
34+
iex "& { $(irm https://aka.ms/DevCenter/Install-DevCenterCli.ps1 ) }"
35+
```
3636
37-
The script uninstalls any existing dev center extension and installs the latest version.
37+
The script uninstalls any existing dev center extension and installs the latest version.
3838
39-
**Manual installation**
39+
- **Manual installation**
4040
41-
Run the following command in the Azure CLI:
41+
Run the following command in the Azure CLI:
4242
43-
```azurecli
44-
az extension add --source https://fidalgosetup.blob.core.windows.net/cli-extensions/devcenter-0.1.0-py3-none-any.whl
45-
```
43+
```azurecli
44+
az extension add --source https://fidalgosetup.blob.core.windows.net/cli-extensions/devcenter-0.1.0-py3-none-any.whl
45+
```
4646
4747
## Create an environment
4848
@@ -87,7 +87,7 @@ Complete the following steps in the Azure CLI to create an environment and confi
8787
az devcenter dev catalog-item list --dev-center <name> --project-name <name> -o table
8888
```
8989

90-
1. Create an environment by using a *catalog-item* (an infrastructure-as-code template defined in the [manifest.yaml](configure-catalog-item.md#add-a-new-catalog-item) file) from the list of available catalog items:
90+
1. Create an environment by using a *catalog-item* (an infrastructure as code template defined in the [manifest.yaml](configure-catalog-item.md#add-a-new-catalog-item) file) from the list of available catalog items:
9191

9292
```azurecli
9393
az devcenter dev environment create --dev-center-name <devcenter-name>

articles/deployment-environments/how-to-manage-environments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,5 @@ az devcenter dev environment delete --dev-center-name <devcenter-name> --projec
132132

133133
## Next steps
134134

135-
- Learn how to configure Azure Deployment Environments: [Quickstart: Create and configure a dev center](quickstart-create-and-configure-devcenter.md).
136-
- Learn more about managing your environments by using the CLI: [Create and access an environment by using the Azure CLI](how-to-create-access-environments.md).
135+
- Learn how to configure Azure Deployment Environments in [Quickstart: Create and configure a dev center](quickstart-create-and-configure-devcenter.md).
136+
- Learn more about managing your environments by using the CLI in [Create and access an environment by using the Azure CLI](how-to-create-access-environments.md).

articles/deployment-environments/quickstart-create-and-configure-devcenter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ To add a catalog to your dev center, you first need to gather some information.
163163
To add a catalog, you must specify the GitHub repo URL, the branch, and the folder that contains your catalog items. You can gather this information before you begin the process of adding the catalog to the dev center, and paste it somewhere accessible, like notepad.
164164

165165
> [!TIP]
166-
> If you are attaching an Azure DevOps repository, use these steps: [Get the clone URL of an Azure DevOps repository](how-to-configure-catalog.md#get-the-clone-url-of-an-azure-devops-repository).
166+
> If you are attaching an Azure DevOps repository, use these steps: [Get the clone URL of an Azure DevOps repository](how-to-configure-catalog.md#get-the-clone-url-of-an-azure-devops-git-repository).
167167
168168
1. On your [GitHub](https://github.com) account page, select **<> Code**, and then select copy.
169169
1. Take a note of the branch that you're working in.

articles/deployment-environments/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ items:
55
expanded: true
66
items:
77
- name: What is Azure Deployment Environments Preview?
8-
displayName: ADE Overview
8+
displayName: Azure Deployment Environments overview
99
href: overview-what-is-azure-deployment-environments.md
1010
- name: Quickstarts
1111
displayName: Quickstarts
@@ -22,9 +22,9 @@ items:
2222
items:
2323
- name: Key concepts
2424
href: concept-environments-key-concepts.md
25-
- name: Usage scenarios
25+
- name: Use scenarios
2626
href: concept-environments-scenarios.md
27-
- name: Components common to ADE and Dev Box
27+
- name: Components common to Deployment Environments & Dev Box
2828
href: concept-common-components.md
2929
- name: How-to guides
3030
expanded: true

includes/ade-mdb-common-components/ade-mdb-common-components.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ As you work with Dev Box or Deployments Environments in the Azure portal, you ca
2828

2929
In the dev center overview, you can access options to:
3030

31-
- Configure your dev boxes.
31+
(1) Configure your dev boxes.
3232

33-
- Configure your environments.
33+
(2) Configure your environments.
3434

3535
:::image type="content" source="media/dev-center-overview.png" alt-text="Screenshot showing Dev Box and Deployment Environments components in a dev center.":::
3636

3737
In the projects overview, you can access options to:
3838

39-
- Configure environment types for a specific project.
39+
(1) Configure environment types for a specific project.
4040

41-
- Manage dev box pools and environments.
41+
(2) Manage dev box pools and environments.
4242

4343
:::image type="content" source="media/project-overview.png" alt-text="Screenshot showing Dev Box and Deployment Environments components in a project.":::
4444

0 commit comments

Comments
 (0)