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/tutorial-deploy-environments-in-cicd-azure-devops.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
@@ -41,7 +41,7 @@ In this tutorial, you learn how to:
41
41
42
42
## Create and configure an Azure Repos repository
43
43
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.
45
45
1. Select **Repos** > **Files**.
46
46
1. In **Import a repository**, select **Import**.
47
47
1. In **Import a Git repository**, select or enter the following:
@@ -66,7 +66,7 @@ To create dev center environment types:
66
66
|**Name**|Enter a name for the environment type.|
67
67
|**Tags**|Enter a tag name and a tag value.|
68
68
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.
70
70
71
71
To create project environment types:
72
72
@@ -84,15 +84,15 @@ To create project environment types:
84
84
|**Permissions on environment resources** > **Additional access**| Select the users or Microsoft Entra groups to assign to specific roles on the environment resources.|
85
85
|**Tags**| Enter a tag name and a tag value. These tags are applied on all resources that are created as part of the environment.|
86
86
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.
88
88
89
89
90
90
## Configure a service connection
91
91
92
92
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.
93
93
94
94
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**.
0 commit comments