Skip to content

Commit add1721

Browse files
fix links
1 parent 9c9ebdd commit add1721

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ Sample templates are available: [Service Fabric Spot Node types template](https:
8484

8585
## Enabling Spot VMs with Try & Restore
8686

87-
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 having a value between 30 & 2880 mins. The platform will try to restore the VMs for this duration, after eviction.
87+
This configuration enables the platform to automatically try to restore the evicted Spot VMs. Refer to the VMSS doc for [details](../virtual-machine-scale-sets/use-spot.md#try--restore)
88+
This configuration can only be enabled on new Spot nodetypes by specifying the **spotRestoreTimeout**, 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)