Our Azure portal is showing an odd error to one of our contributors.
When he tries to create a new Virtual Machine, he can input the basic settings.
But once he gets to the part where he is supposed to define the virtual machine sizes, he gets the message Unable to display virtual machines sizes
.
And this no matter the type of virtual machine he tries to create.
I've created a support ticket with Azure, however in the meantime, has anyone seen this error before and know how to resolve it?
The issue was resolved by Microsoft support, and we received the root cause analysis a week later.
Apparently the day before, a new version of the API was released.
Microsoft ended up rolling back the portal API, which solved the issue for us, and several other customers.
So in our case, this was not a solve-able problem, the only recourse was to contact Microsoft.
You might be missing the required resource provider. When provisioning resources via the portal, it should add the appropriate provider to your account, however, that doesn't always happen.
See this link for more information on Azure resource providers.
I suspect you are missing key resource providers such as Microsoft.Compute.
Try running
Get-AzureRmResourceProvider -ListAvailable
to see which ones are registered for you.