Problem

When adding a new resource group in Microsoft Azure, you receive the error You do not have permission to create resource groups under subscription ${YOUR_SUBSCRIPTION_NAME}.

error-message-on-creating-resource-group-german.png

Solution

The Azure subscription's owner must create the desired resource group. You can

Granting the Owner or Contributor role

As the subscription owner

  • go to Subscription > ${YOUR_SUBSCRIPTION_NAME}
  • below Access control (IAM) select Role assignments > Add and assign the Contributor or Owner role. The Owner role has more permissions assigned, so you might probably want to use the Contributor role instead:

assigned-owner-or-contributor-role.png
.