Skip to content

Commit da430e1

Browse files
committed
edits per Rose
1 parent e3154df commit da430e1

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ You can choose from two types of repositories:
5656
1. [Get the GitHub repo clone URL](/azure/devops/repos/git/clone#get-the-clone-url-of-a-github-repo).
5757
1. Copy and save the URL. You use it later.
5858

59-
#### Get the clone URL of an Azure DevOps Git repository
59+
#### Get the clone URL of an Azure DevOps repository
6060

6161
1. Go to the home page of your team collection (for example, `https://contoso-web-team.visualstudio.com`), and then select your project.
6262
1. [Get the Git repo clone URL](/azure/devops/repos/git/clone#get-the-clone-url-of-an-azure-repos-git-repo).
@@ -102,7 +102,7 @@ To store the personal access token that you generated as a [key vault secret](..
102102
| Field | Value |
103103
| ----- | ----- |
104104
| **Name** | Enter a name for the catalog. |
105-
| **Git clone URI** | Enter or paste the [clone URL](#get-the-clone-url-for-your-repository) for either your GitHub repository or your Git repository in Azure DevOps.<br />*Sample catalog example:* `https://github.com/Azure/deployment-environments.git` |
105+
| **Git clone URI** | Enter or paste the [clone URL](#get-the-clone-url-for-your-repository) for either your GitHub repository or your Azure DevOps repository.<br />*Sample catalog example:* `https://github.com/Azure/deployment-environments.git` |
106106
| **Branch** | Enter the repository branch to connect to.<br />*Sample catalog example:* `main`|
107107
| **Folder path** | Enter the folder path relative to the clone URI that contains subfolders that hold your catalog items. <br /> This folder path should be the path to the folder that contains the subfolders that have the catalog item manifests, and not the path to the folder that has the catalog item manifest itself.<br />*Sample catalog example:* `/Environments`<br /> The folder path can begin with or without a forward slash (`/`).|
108108
| **Secret identifier**| Enter the [secret identifier](#create-a-personal-access-token) that contains your personal access token for the repository.<br /> When you copy a secret identifier, the connection string includes a version identifier at the end, like in this example: `https://contoso-kv.vault.azure.net/secrets/GitHub-repo-pat/9376b432b72441a1b9e795695708ea5a`.<br />Removing the version identifier ensures that Deployment Environments fetches the latest version of the secret from the key vault. If your personal access token expires, only the key vault needs to be updated. <br />*Example secret identifier:* `https://contoso-kv.vault.azure.net/secrets/GitHub-repo-pat`|

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This article shows you how to use the Azure Deployment Environments Preview Azur
2626

2727
- **Automated installation**
2828

29-
To install, execute the script https://aka.ms/DevCenter/Install-DevCenterCli.ps1 directly in PowerShell:
29+
To install, execute the script *https://aka.ms/DevCenter/Install-DevCenterCli.ps1* directly in PowerShell:
3030

3131
```powershell
3232
iex "& { $(irm https://aka.ms/DevCenter/Install-DevCenterCli.ps1 ) }"
@@ -80,14 +80,14 @@ az devcenter dev <command> --help
8080

8181
**Dev centers**
8282

83-
### Create a dev center by using a user-assigned identity
83+
### Create a dev center with an associated 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 with an associated system-assigned identity
9191

9292
```azurecli
9393
az devcenter admin devcenter create --location <location-name> -g <resource-group-name> -n <name> \

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ To add a catalog to your dev center, you first need to gather some information.
162162
### Gather GitHub repo 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

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-git-repository).
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).
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.

0 commit comments

Comments
 (0)