Skip to content

Commit 0029702

Browse files
committed
updates
1 parent 00a469e commit 0029702

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ Deployment Environments uses role-based access control to grant permissions for
115115
1. Select **Save**, and then confirm that you want to enable the identity.
116116
1. Select **Access control (IAM)** > **Add** > **Add role assignment**.
117117
1. On the **Role** tab, select **Deployment Environments User** in the list of job function roles.
118-
1. On the **Members** tab, select **Select members**, and then use the display name you copied previously to search for the service principal.
119-
1. Select the service principal, and then select **Select**.
118+
1. On the **Members** tab, select **Managed identity** and **Select members**.
119+
1. In the Select managed identities tab, under Managed identity, select the **Project** identity, select the project name, and then select **Select**.
120120
1. On the **Review + assign** tab, select **Review + assign** to add the role assignment.
121121

122122
You can now use the service connection in your Azure Pipelines workflow definition to access your Deployment Environments environments.
@@ -150,7 +150,7 @@ Azure CLI is a command-line tool that provides a set of commands for working wit
150150
1. In the **Files** pane, in the **.ado** folder, select the **azure-pipelines.yml** file.
151151
1. In the azure-pipelines.yml file, edit the existing content:
152152
- Replace `<AzureServiceConnectionName>` with the name of the service connection you created earlier.
153-
- In the `Inline script`, replace each of the following placeholders with values that are appropriate to your Azure environment:
153+
- In the `Inline script` input, replace each of the following placeholders with values that are appropriate to your Azure environment:
154154

155155
| Placeholder | Value |
156156
| ------------------------------- | ----- |

0 commit comments

Comments
 (0)