This is a dedicated watch page for a single video.
You have a project in Azure DevOps named Project1 that contains two Azure DevOps pipelines named Pipeline1 and Pipeline2. You need to ensure that Pipeline1 can deploy code successfully to an Azure web app named webapp1. The solution must ensure that Pipeline2 does not have permission to webapp1. Which three actions should you perform in sequence? ACTIONS Create a system-assigned managed identity in Microsoft Azure Active Directory (Azure AD), part of Microsoft Entra. Create a service principal in Microsoft Azure Active Directory (Azure AD), part of Microsoft Entra. In project1, configure permissions In Pipeline1, create a variable. In project1, create a service connection. In pipeline1, authorize the service connection.