你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
虚拟机规模集与实例混合常见问题和故障排除
常见问题
是否可以将现成 VM 和标准 VM 与实例混合配合使用?
是的,可以通过实例混合在规模集部署中同时使用现成 VM 和标准 VM。 为此,请使用现成 VM 优先级混合来定义现成 VM 和标准 VM 的百分比拆分。
故障排除
错误代码 | 错误消息 | 疑难解答选项 |
---|---|---|
SkuProfileAllocationStrategyInvalid |
Sku Profile’s Allocation Strategy is invalid. |
确保使用 CapacityOptimized 、Prioritized 或 LowestPrice 作为 allocationStrategy |
SkuProfileVMSizesCannotBeNullOrEmpty |
Sku Profile VM Sizes cannot be null or empty. Please provide a valid list of VM Sizes and retry. |
在 skuProfile 中至少提供一个 VM 大小。 |
SkuProfileHasTooManyVMSizesInRequest |
Too many VM Sizes were specified in the request. Please provide no more than 5 VM Sizes. |
目前可以使用实例混合指定最多五种 VM 大小。 |
SkuProfileVMSizesCannotHaveDuplicates |
Sku Profile contains duplicate VM Size: {duplicateVmSize}. Please remove any duplicates and retry. |
检查 skuProfile 中列出的 VM SKU 并删除重复的 VM 大小。 |
SkuProfileScenarioNotSupported |
{propertyName} is not supported on Virtual Machine Scale Sets with Sku Profile. |
实例混合目前不支持某些方案,例如 Azure 专用主机 (properties.hostGroup )、产能预留 (properties.virtualMachineProfile.capacityReservation ) 和 StandbyPool (properties.standbyPoolProfile )。 调整模板以确保没有使用不受支持的属性。 |
SkuNameMustBeMixIfSkuProfileIsSpecified |
Sku name is {skuNameValue}. Virtual Machine Scale Sets with Sku Profile must have the Sku name property set to "Mix". |
确保 sku.name property 设置为 "Mix" 。 |
SkuTierMustNotBeSetIfSkuProfileIsSpecified |
Sku tier is {skuTierValue}. Virtual Machine Scale Sets with Sku Profile must not have the Sku tier property set. |
sku.tier 是规模集的可选属性。 使用实例混合时,sku.tier 必须设置为 null ,或者必须未指定。 |
InvalidParameter |
The value of parameter skuProfile is invalid. |
订阅未注册实例混合功能。 按照注册说明注册预览版。 |