Skip to content

Commit b67051d

Browse files
authored
Apply suggestions from code review
Removed deprecated term.
1 parent add1721 commit b67051d

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
@@ -84,7 +84,7 @@ 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](../virtual-machine-scale-sets/use-spot.md#try--restore)
87+
This configuration enables the platform to automatically try to restore the evicted Spot VMs. Refer to the virtual machine scale set doc for [details](../virtual-machine-scale-sets/use-spot.md#try--restore)
8888
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

0 commit comments

Comments
 (0)