虛擬機擴展集與實例混合常見問題和疑難解答
常見問題集
我可以搭配實例混合使用 Spot 和 Standard VM 嗎?
是,您可以使用實例混合,在擴展集部署中使用Spot和 Standard 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 ) 和 StandbyPools (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. |
您的訂用帳戶未註冊實例混合功能。 請遵循註冊指示來註冊預覽版。 |