Error: subscription is not registered to use namespace ‘Microsoft.AzureActiveDirectory’

When creating a Azure Active Directory in my new Visual Studio Azure Subscription I got an error: The subscription is not registered to use namespace ‘Microsoft.AzureActiveDirectory’ After some research I found out not all Resource Providers are enabled by default. One of them being: Microsoft.AAD. So you need to Register this in the Resource Provider … Read more