我正在尝试将Azure虚拟机一个接一个地配置到相同的可用性集。我在澳大利亚东部试图提供这项规定时看到了这个错误。
Provisioning failed. Allocation failed. Please try reducing the VM size or
number of VMs, retry later, or try deploying to a different Availability Set
or different Azure location.. AllocationFailed
答案 0 :(得分:1)
此错误意味着您尝试向可用性集添加大型VM,VM大小比其他VM大,该主机不支持此VM大小。
我们应该停止可用性集中的所有虚拟机。然后将新VM添加到其中,然后启动其他VM。
此处有关于将VM添加到Azure可用性集的blog,请参阅它。
更新