Skip to content

Commit f5fafce

Browse files
committed
updates
1 parent fbea0ab commit f5fafce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,11 @@ In Azure Pipelines, you create a *service connection* in your Azure DevOps proje
111111

112112
Deployment Environments uses role-based access control to grant permissions for performing specific activities on your Deployment Environments resource. To make changes from a CI/CD pipeline, you grant the Deployment Environments User role to the managed identity.
113113

114-
1. In the [Azure portal](https://portal.azure.com/), go to your Deployment Environments project.
114+
1. Go to the [Azure portal](https://portal.azure.com/).
115115
1. If you don't have a user-assigned managed identity for the project, [add one](/entra/identity/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-azp#create-a-user-assigned-managed-identity).
116116
> [!NOTE]
117117
> You can use one of three options for identity: app registration, user-assigned managed identity, and system-assigned managed identity. App registration is the most secure option, and user-assigned managed identity is the second most secure. To use app registration, you need to have appropriate permissions. For more information see [Azure Resource Manager service connection special cases](/azure/devops/pipelines/library/azure-resource-manager-alternate-approaches).
118+
1. In the [Azure portal](https://portal.azure.com/), go to your Deployment Environments project.
118119
1. Select **Access control (IAM)** > **Add** > **Add role assignment**.
119120
1. On the **Role** tab, select **Deployment Environments User** in the list of job function roles.
120121
1. On the **Members** tab, select **Managed identity** and **Select members**.

0 commit comments

Comments
 (0)