Skip to content

Commit 8ec8a79

Browse files
author
Cynthia Nottingham
committed
acrolinx
1 parent ec4fb39 commit 8ec8a79

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/virtual-machines/error-codes-spot.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ Here are some possible error codes you could receive when using Spot VMs and sca
2020
| 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. |
2121
| 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. |
2222
| 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. |
2525
| 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/).|
2626
| 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/). |
2727
| 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. |
2828
| MaxPriceChangeNotAllowed | Max price change is not allowed. | You cannot change the max price for this VM. |
2929
| AzureSpotIsNotSupportedForThisAPIVersion | Azure Spot is not supported for this API version. | The API version needs to be 2019-03-01. |
3030
| 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). |
3131
| 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. |
3535
| 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. |
3636

3737

0 commit comments

Comments
 (0)