Skip to content

Commit 9c9ebdd

Browse files
value range
1 parent 8470746 commit 9c9ebdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/how-to-managed-cluster-stateless-node-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Sample templates are available: [Service Fabric Spot Node types template](https:
8585
## Enabling Spot VMs with Try & Restore
8686

8787
This configuration enables the platform to automatically try to restore the evicted Spot VMs. Refer to the VMSS doc for [details](https://docs.microsoft.com/azure/virtual-machine-scale-sets/use-spot#try--restore)
88-
This configuration can only be enabled on new Spot nodetypes by specifying the [spotRestoreTimeout](https://docs.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.spotrestorepolicy.restoretimeout), which is an ISO 8601 time duration. The platform will try to restore the VMs untill this timeout, after eviction.
88+
This configuration can only be enabled on new Spot nodetypes by specifying the [spotRestoreTimeout](https://docs.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.spotrestorepolicy.restoretimeout), which is an ISO 8601 time duration having a value between 30 & 2880 mins. The platform will try to restore the VMs for this duration, after eviction.
8989

9090
```json
9191
{

0 commit comments

Comments
 (0)