在 Azure 容器实例中创建现成容器的错误代码
本文提供了尝试在 Microsoft Azure 容器实例中创建 Spot 容器时发生的常见错误的解决方案。
代码 | 错误消息 | 详细信息和解决方案 |
---|---|---|
SpotPriorityContainerGroupNotSupportedForInboundConnectivity |
Spot Priority is not supported for container groups with inbound connectivity. |
从请求中删除与网络相关的属性,然后重试。 |
SpotPriorityContainerGroupNotSupportedInSku |
Spot Priority Container Group is not supported in '{xyz}' Sku. |
仅 Spot 支持标准 SKU。 通过指定 标准 SKU 重试。 |
SpotPriorityContainerGroupWithGPUResourcesNotSupported |
Spot Priority Container Groups that include containers requesting GPU resources are not supported. |
现成容器不支持 GPU。 从请求中删除 GPU,然后重试。 |
PriorityNotSpecified |
The 'Priority' must be one of 'Regular,Spot' for container group '{xyz}'. |
如果在请求正文中提及优先级,请指定值 Regular 或 Spot 。 |
详细信息
联系我们寻求帮助
如果你有任何疑问或需要帮助,请创建支持请求或联系 Azure 社区支持。 你还可以将产品反馈提交到 Azure 反馈社区。