No matter which region, size, eviction policy - I can't get a Spot VM request validated through the portal. See the detailed error below.
Spot VMs should be available for my subscription type (Pay-As-You-Go, MS-AZR-0044P).
I'm not over any vCPU quotas and I have confirmed availability in the region using az CLI as suggested in the rror message (https://aka.ms/azureskunotavailable)
When I go back, untick the Spot option the request validates and the machine is created.
Any help or suggestion appreciated!
{
"code": "InvalidTemplateDeployment",
"message": "The template deployment failed with error: 'The resource with id: '/subscriptions/67a6d7bd-a7fd-4dc5-bcf7-ff698bb224d1/resourceGroups/strawberry_group_08160226/providers/Microsoft.Compute/virtualMachines/strawberry' failed validation with message: 'The requested size for resource '/subscriptions/67a6d7bd-a7fd-4dc5-bcf7-ff698bb224d1/resourceGroups/strawberry_group_08160226/providers/Microsoft.Compute/virtualMachines/strawberry' is currently not available in location 'germanywestcentral' zones '' for subscription '67a6d7bd-a7fd-4dc5-bcf7-ff698bb224d1'. Please try another size or deploy to a different location or zones. See https://aka.ms/azureskunotavailable for details.'.'."
}