Skip to content

Commit b320484

Browse files
committed
add doc for vmss automatic instance repairs
1 parent 1729e49 commit b320484

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-automatic-instance-repairs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ Enabling automatic instance repairs for Azure virtual machine scale sets helps a
2626

2727
Use either of the following ways to opt-in to the preview for automatic instance repairs. These steps will prepare your subscription for enabling the preview feature.
2828

29-
REST API [Features - Register](./rest/api/resources/features/register)
29+
REST API [Features - Register](/rest/api/resources/features/register)
3030

3131
```
3232
POST on '/subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features/{featureName}/register?api-version=2015-12-01'
3333
```
3434

35-
Azure PowerShell cmdlet [Register-AzureRmProviderFeature](./powershell/module/azurerm.resources/register-azurermproviderfeature)
35+
Azure PowerShell cmdlet [Register-AzureRmProviderFeature](/powershell/module/azurerm.resources/register-azurermproviderfeature)
3636

3737
```azurepowershell-interactive
3838
Register-AzureRmProviderFeature `
@@ -189,7 +189,7 @@ The instance could be in grace period. This is the amount of time to wait after
189189

190190
**Viewing application health status for scale set instances**
191191

192-
You can use the [Get Instance View API](/rest/api/compute/virtualmachinescalesetvms/getinstanceview) for instances in a virtual machine scale set to view the application health status. With Azure PowerShell, you can use the cmdlet [Get-AzVmssVM](./powershell/module/az.compute/get-azvmssvm) with the *-InstanceView* flag. The application health status is provided under the property *vmHealth*.
192+
You can use the [Get Instance View API](/rest/api/compute/virtualmachinescalesetvms/getinstanceview) for instances in a virtual machine scale set to view the application health status. With Azure PowerShell, you can use the cmdlet [Get-AzVmssVM](/powershell/module/az.compute/get-azvmssvm) with the *-InstanceView* flag. The application health status is provided under the property *vmHealth*.
193193

194194
## Next steps
195195

0 commit comments

Comments
 (0)