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
826 stars 920 forks source link

Permissions issue when creating resource groups #546

Closed ThePorus closed 3 years ago

ThePorus commented 3 years ago

Course: DevOps White Belt April 2021 Stage: Continuous Delivery Part: Configuring CI/CD pipelines as code with YAML in Azure DevOps

When trying to create a resource group I'm receiving "You do not have permissions to create resource groups under subscription *****." I'm using my MS employee credentials.

sriramdasbalaji commented 3 years ago

Hi @ThePorus

To manage resources in your Azure subscription you must have the minimum contributor access to the subscription.

Thanks