You manage build pipelines and deployment pipelines by using Azure DevOps.
Your company has a team of 500 developers. New members are added continually to the team.
You need to automate the management of users and licenses whenever possible.
Which task must you perform manually?
Click on the arrows to vote for the correct answer
A. B. C. D.D
Incorrect Answers:
A: You can seamlessly replace existing solutions with group-based licensing to more easily manage licenses in Azure DevOps. You can use Group rules.
C: Member Entitlement Management APIs allow managing Entitlements that include -
-> License
-> Extensions
-> Project/Team memberships
https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/migrate-to-group-based-resource-management?view=vsts&tabs=new-nav https://docs.microsoft.com/en-us/rest/api/azure/devops/memberentitlementmanagement/?view=azure-devops-rest-5.0As a DevOps engineer managing build and deployment pipelines in Azure DevOps, you may need to manage users and licenses to ensure that team members have the necessary access to work on projects and use software tools.
Automating the management of users and licenses in Azure DevOps can help streamline the process of adding and removing team members and assigning licenses, especially in large organizations where new members are added frequently. However, there are certain tasks that may require manual intervention.
Out of the options given, the only task that must be performed manually is procuring licenses (option D). This is because purchasing licenses typically involves financial transactions and agreements with software vendors, which cannot be fully automated.
Modifying group memberships (option A), adding users (option B), and assigning entitlements (option C) can all be automated to a certain extent. Azure DevOps provides tools for managing users and groups, including Azure Active Directory (Azure AD), which allows you to automate the process of adding and removing users and modifying group memberships based on your organization's policies and workflows. You can also automate the assignment of entitlements such as access to specific projects or pipelines based on group membership or user roles.
Overall, while some aspects of managing users and licenses may require manual intervention, Azure DevOps provides a range of automation tools that can help you streamline the process and reduce the potential for errors or delays.