Skip to content

Commit cf5d280

Browse files
authored
Update error-codes-spot.md
1 parent 860fdb1 commit cf5d280

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ Here are some possible error codes you could receive when using Azure Spot Virtu
3535
| MoveResourcesWithAzureSpotVMNotSupported | The Move resources request contains an Azure Spot Virtual Machine. Not supported. Check the error details for virtual machine Ids. | You cannot move Azure Spot Virtual Machines. |
3636
| MoveResourcesWithAzureSpotVmssNotSupported | The Move resources request contains an Azure Spot virtual machine scale set. Not supported. Check the error details for virtual machine scale set Ids. | You cannot move Azure Spot virtual machine scale set instances. |
3737
| 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 Azure Spot Virtual Machine instances. |
38+
| SpotRestorationIsNotSupportedForThisAPIVersion | Spot restoration feature is not supported for this API version. | For an existing scaleset, perform a PATCH using using api version 2021-07-01 or later. <br><br> For new scale set deployments, add the following property to the Azure Resource Manager template: <br><br> ```{"properties":{"spotRestorePolicy":{"enabled":false,"restoreTimeout":"PT48H"}}}```|
39+
| SpotRestorationIsSupportedOnlyForAzureSpotScaleSets | Spot restoration feature is supported only for Azure Spot Virtual Machine scale sets. | Spot restoration feature is only support for Azure Spot Virtual Machine scale sets. To use this feature, deploy Azure Spot using Virtual Machine scale sets. |
3840

3941

4042
**Next steps**
41-
For more information, see [spot Virtual Machines](./spot-vms.md).
43+
For more information, see [spot Virtual Machines](./spot-vms.md).

0 commit comments

Comments
 (0)