Skip to content

Commit aab2703

Browse files
committed
updates
1 parent ef1b0ad commit aab2703

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,18 +94,19 @@ In Azure Pipelines, you create a *service connection* in your Azure DevOps proje
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.
9595
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**.
97-
1. Select the **Service Principal (automatic)** authentication method, and then select **Next**.
9897
1. Enter the following service connection details, and then select **Save** to create the service connection.
9998

10099
| Field | Value |
101100
| ----- | ----- |
102-
| **Scope level** | *Subscription*. |
103-
| **Subscription** | Select the Azure subscription that hosts your dev center resource. |
104-
| **Resource group** | Select the resource group that contains your dev center resource. |
105-
| **Service connection name** | Enter a unique name for the service connection. |
101+
|**Identity type**|**Managed identity (agent-assigned)**|
102+
| **Scope Level** | *Subscription*. |
103+
| **Subscription ID** | Enter the ID of the Azure subscription that hosts your dev center resource. |
104+
| **Subscription name** | Enter the name of the subscription. |
105+
|**Tenant Id**|Enter the ID of the tenant.|
106+
| **Service Connection Name** | Enter a unique name for the service connection. |
106107
| **Grant access permission to all pipelines** | Select the checkbox. |
107108

108-
1. From the list of service connections, select the one you created earlier, and then select **Manage Service Principal**.
109+
1. In the list of service connections, select the one you just created, and then select **Manage Service Principal**.
109110
The Azure portal opens in a separate browser tab and shows the service principal details.
110111
1. In the Azure portal, copy the **Display name** value.
111112
You use this value in the next step to grant permissions for running load tests to the service principal.

0 commit comments

Comments
 (0)