You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/error-codes-spot.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,18 +20,18 @@ Here are some possible error codes you could receive when using Spot VMs and sca
20
20
| SkuNotAvailable | The requested tier for resource '\<resource\>' is currently not available in location '\<location\>' for subscription '\<subscriptionID\>'. Please try another tier or deploy to a different location. | There is not enough Azure Spot capacity in this location to create your VM or scale set instance. |
21
21
| EvictionPolicyCanBeSetOnlyOnAzureSpotVirtualMachines | Eviction policy can be set only on Azure Spot Virtual Machines. | This VM is not a Spot VM, so you can't set the eviction policy. |
22
22
| AzureSpotVMNotSupportedInAvailabilitySet | Azure Spot Virtual Machine is not supported in Availability Set. | You need to choose to either use a Spot VM or use a VM in an availability set, you can't choose both. |
23
-
| AzureSpotFeatureNotEnabledForSubscription | Subscription not enabled with Azure Spot feature. |You need to have a subscription that supports Spot VMs. |
24
-
| VMPriorityCannotBeApplied | The specified priority value '{0}' cannot be applied to the Virtual Machine '{1}' since no priority was specified when the Virtual Machine was created. |You need to specify the priority when the VM is created. |
23
+
| AzureSpotFeatureNotEnabledForSubscription | Subscription not enabled with Azure Spot feature. |Use a subscription that supports Spot VMs. |
24
+
| VMPriorityCannotBeApplied | The specified priority value '{0}' cannot be applied to the Virtual Machine '{1}' since no priority was specified when the Virtual Machine was created. |Specify the priority when the VM is created. |
25
25
| SpotPriceGreaterThanProvidedMaxPrice | Unable to perform operation '{0}' since the provided max price '{1} USD' is lower than the current spot price '{2} USD' for Azure Spot VM size '{3}'. | Select a higher max price. For more information, see pricing information for [Linux](https://azure.microsoft.com/pricing/details/virtual-machines/linux/) or [Windows](https://azure.microsoft.com/pricing/details/virtual-machines/windows/).|
26
26
| MaxPriceValueInvalid | Invalid max price value. The only supported values for max price are -1 or a decimal greater than zero. Max price value of -1 indicates the Azure Spot virtual machine will not be evicted for price reasons. | Enter a valid max price. For more information, see pricing for [Linux](https://azure.microsoft.com/pricing/details/virtual-machines/linux/) or [Windows](https://azure.microsoft.com/pricing/details/virtual-machines/windows/). |
27
27
| MaxPriceChangeNotAllowedForAllocatedVMs | Max price change is not allowed when the VM '{0}' is currently allocated. Please deallocate and try again. | Stop\Deallocate the VM so that you can change the max price. |
28
28
| MaxPriceChangeNotAllowed | Max price change is not allowed. | You cannot change the max price for this VM. |
29
29
| AzureSpotIsNotSupportedForThisAPIVersion | Azure Spot is not supported for this API version. | The API version needs to be 2019-03-01. |
30
30
| AzureSpotIsNotSupportedForThisVMSize | Azure Spot is not supported for this VM size {0}. | Select another VM size. For more information, see [Spot Virtual Machines](./linux/spot-vms.md). |
31
31
| MaxPriceIsSupportedOnlyForAzureSpotVirtualMachines | Max price is supported only for Azure Spot Virtual Machines. | For more information, see [Spot Virtual Machines](./linux/spot-vms.md). |
32
-
| MoveResourcesWithAzureSpotVMNotSupported | The Move resources request contains a Azure Spot virtual machine. This is currently not supported. Please check the error details for virtual machine Ids. | You cannot move Spot VMs. |
33
-
| MoveResourcesWithAzureSpotVmssNotSupported | The Move resources request contains a Azure Spot virtual machine scale set. This is currently not supported. Please check the error details for virtual machine scale set Ids. | You cannot move Spot scale set instances. |
34
-
| EphemeralOSDisksNotSupportedForSpotVMs | Ephemeral OS disks are not supported for Spot VMs. |You need to be using a regular OS disk for your Spot VM. |
32
+
| MoveResourcesWithAzureSpotVMNotSupported | The Move resources request contains an Azure Spot virtual machine. This is currently not supported. Please check the error details for virtual machine Ids. | You cannot move Spot VMs. |
33
+
| MoveResourcesWithAzureSpotVmssNotSupported | The Move resources request contains an Azure Spot virtual machine scale set. This is currently not supported. Please check the error details for virtual machine scale set Ids. | You cannot move Spot scale set instances. |
34
+
| EphemeralOSDisksNotSupportedForSpotVMs | Ephemeral OS disks are not supported for Spot VMs. |Use a regular OS disk for your Spot VM. |
35
35
| AzureSpotVMNotSupportedInVmssWithVMOrchestrationMode | Azure Spot Virtual Machine is not supported in Virtual Machine Scale Set with VM Orchestration mode. | Set the orchestration mode to virtual machine scale set in order to use Spot instances. |
0 commit comments