You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/deployment-environments/how-to-configure-catalog.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ An invalid catalog item error might occur for various reasons:
151
151
152
152
- Ensure that the manifest's engine type is correctly configured as `ARM`.
153
153
- 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:`~``!``,``.``'``;``:``=``-``_``+``(``)``*``&``$``@`
155
155
156
156
-**Reference errors**. Ensure that the template path that the manifest references is a valid relative path to a file in the repository.
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.
38
38
39
-
**Manual installation**
39
+
- **Manual installation**
40
40
41
-
Run the following command in the Azure CLI:
41
+
Run the following command in the Azure CLI:
42
42
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
+
```
46
46
47
47
## Create an environment
48
48
@@ -87,7 +87,7 @@ Complete the following steps in the Azure CLI to create an environment and confi
87
87
az devcenter dev catalog-item list --dev-center <name> --project-name <name> -o table
88
88
```
89
89
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:
91
91
92
92
```azurecli
93
93
az devcenter dev environment create --dev-center-name <devcenter-name>
Copy file name to clipboardExpand all lines: articles/deployment-environments/how-to-manage-environments.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,5 +132,5 @@ az devcenter dev environment delete --dev-center-name <devcenter-name> --projec
132
132
133
133
## Next steps
134
134
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).
Copy file name to clipboardExpand all lines: articles/deployment-environments/quickstart-create-and-configure-devcenter.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,7 @@ To add a catalog to your dev center, you first need to gather some information.
163
163
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.
164
164
165
165
> [!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).
167
167
168
168
1. On your [GitHub](https://github.com) account page, select **<> Code**, and then select copy.
169
169
1. Take a note of the branch that you're working in.
Copy file name to clipboardExpand all lines: includes/ade-mdb-common-components/ade-mdb-common-components.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,17 +28,17 @@ As you work with Dev Box or Deployments Environments in the Azure portal, you ca
28
28
29
29
In the dev center overview, you can access options to:
30
30
31
-
- Configure your dev boxes.
31
+
(1) Configure your dev boxes.
32
32
33
-
- Configure your environments.
33
+
(2) Configure your environments.
34
34
35
35
:::image type="content" source="media/dev-center-overview.png" alt-text="Screenshot showing Dev Box and Deployment Environments components in a dev center.":::
36
36
37
37
In the projects overview, you can access options to:
38
38
39
-
- Configure environment types for a specific project.
39
+
(1) Configure environment types for a specific project.
40
40
41
-
- Manage dev box pools and environments.
41
+
(2) Manage dev box pools and environments.
42
42
43
43
:::image type="content" source="media/project-overview.png" alt-text="Screenshot showing Dev Box and Deployment Environments components in a project.":::
0 commit comments