Azure Container Instances의 스폿 컨테이너 만들기에 대한 오류 코드
이 문서에서는 Microsoft Azure Container Instances에서 스폿 컨테이너를 만들려고 할 때 발생하는 일반적인 오류에 대한 솔루션을 제공합니다.
코드 | 오류 메시지 | 세부 정보 및 솔루션 |
---|---|---|
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 피드백 커뮤니티에 제품 피드백을 제출할 수도 있습니다.