Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article provides solutions to common errors that occur when you try to create a Spot container in Microsoft Azure Container Instances.
Code | Error message | Details and solution |
---|---|---|
SpotPriorityContainerGroupNotSupportedForInboundConnectivity |
Spot Priority is not supported for container groups with inbound connectivity. |
Remove the network-related properties from the request, and try again. |
SpotPriorityContainerGroupNotSupportedInSku |
Spot Priority Container Group is not supported in '{xyz}' Sku. |
Only the Standard SKU is supported for Spot. Try again by specifying the Standard SKU. |
SpotPriorityContainerGroupWithGPUResourcesNotSupported |
Spot Priority Container Groups that include containers requesting GPU resources are not supported. |
GPUs aren't supported for Spot containers. Remove the GPU from the request, and try again. |
PriorityNotSpecified |
The 'Priority' must be one of 'Regular,Spot' for container group '{xyz}'. |
If the priority is mentioned in the request body, specify a value of Regular or Spot . |
More information
Contact us for help
If you have questions or need help, create a support request, or ask Azure community support. You can also submit product feedback to Azure feedback community.