Skip to content

Commit ef1b0ad

Browse files
committed
updates
1 parent 9a6430b commit ef1b0ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/deployment-environments/tutorial-deploy-environments-in-cicd-azure-devops.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In this tutorial, you learn how to:
4141

4242
## Create and configure an Azure Repos repository
4343

44-
1. Sign in to your Azure DevOps organization (`https://dev.azure.com/<your-organization>`), and select your project. Replace the `<your-organization>` text placeholder with your project identifier.
44+
1. Sign in to your Azure DevOps organization (`https://dev.azure.com/<your-organization>`). Replace `<your-organization>` with your project identifier. Select your project.
4545
1. Select **Repos** > **Files**.
4646
1. In **Import a repository**, select **Import**.
4747
1. In **Import a Git repository**, select or enter the following:
@@ -66,7 +66,7 @@ To create dev center environment types:
6666
|**Name**|Enter a name for the environment type.|
6767
|**Tags**|Enter a tag name and a tag value.|
6868

69-
1. Confirm that the environment type was added by checking your Azure portal notifications.
69+
1. Confirm that the environment type appears in the list.
7070

7171
To create project environment types:
7272

@@ -84,15 +84,15 @@ To create project environment types:
8484
|**Permissions on environment resources** > **Additional access** | Select the users or Microsoft Entra groups to assign to specific roles on the environment resources.|
8585
|**Tags** | Enter a tag name and a tag value. These tags are applied on all resources that are created as part of the environment.|
8686

87-
1. Confirm that the environment type was added by checking your Azure portal notifications.
87+
1. Confirm that the environment type appears in the list.
8888

8989

9090
## Configure a service connection
9191

9292
In Azure Pipelines, you create a *service connection* in your Azure DevOps project to access resources in your Azure subscription. When you create the service connection, Azure DevOps creates a Microsoft Entra service principal object.
9393

9494
1. Sign in to your Azure DevOps organization (`https://dev.azure.com/<your-organization>`). Replace `<your-organization>` with your project identifier. Select your project.
95-
1. Select **Project settings** > **Service connections** > **+ New service connection**.
95+
1. Select **Project settings** > **Service connections** > **Create service connection**.
9696
1. In the **New service connection** pane, select the **Azure Resource Manager**, and then select **Next**.
9797
1. Select the **Service Principal (automatic)** authentication method, and then select **Next**.
9898
1. Enter the following service connection details, and then select **Save** to create the service connection.

0 commit comments

Comments
 (0)