microsoft / azuredevopslabs

Learn how you can plan smartly, collaborate better, and ship faster with a set of modern development services with Azure DevOps.
https://www.azuredevopslabs.com
MIT License
806 stars 903 forks source link

Need Permission - Create new projects #624

Closed KC-MS closed 2 years ago

KC-MS commented 2 years ago

Hi,

I am working on my training which requires me to create a new project. But when I do, I get the following error:

TF50309: The following account does not have sufficient permissions to complete the operation: KSHITIJ Choudhary. The following permissions are needed to perform this operation: Create new projects.

Could I please get the appropriate permissions?

Thanks, KC

sriramdasbalaji commented 2 years ago

Hi @KC-MS ,

In the Organization where you want to create project, You must be a member of the Project Collection Administrators group or have the collection-level Create new projects permission set to Allow. image

You can get added to Project Collection Administrators group by the members who are already part of this group.

Thanks