Skip to content

Commit b562d83

Browse files
authored
Update virtual-machine-scale-sets-health-extension.md
1 parent f50ba4d commit b562d83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-health-extension.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ POST on `/subscriptions/<subscriptionId>/resourceGroups/<myResourceGroup>/provid
284284

285285
Use the [Add-AzVmssExtension](/powershell/module/az.compute/add-azvmssextension) cmdlet to add the Application Health extension to the scale set model definition.
286286

287-
Update extension functionality is currently not available on Powershell. To switch between Binary and Rich Health States, you can update the extension version using Azure CLI or REST API commands.
287+
Update extension functionality is currently not available on PowerShell. To switch between Binary and Rich Health States, you can update the extension version using Azure CLI or REST API commands.
288288

289289
The following example adds the Application Health extension to the `extensionProfile` in the scale set model of a Windows-based scale set. The example uses the new Az PowerShell module.
290290

@@ -411,7 +411,7 @@ POST on `/subscriptions/<subscriptionId>/resourceGroups/<myResourceGroup>/provid
411411

412412
Use the [Add-AzVmssExtension](/powershell/module/az.compute/add-azvmssextension) cmdlet to add the Application Health extension to the scale set model definition.
413413

414-
Update extension functionality is currently not available on Powershell. To switch between Binary and Rich Health States, you can update the extension version using Azure CLI or REST API commands.
414+
Update extension functionality is currently not available on PowerShell. To switch between Binary and Rich Health States, you can update the extension version using Azure CLI or REST API commands.
415415

416416
The following example adds the **Application Health - Rich States** extension to the `extensionProfile` in the scale set model of a Windows-based scale set. The example uses the new Az PowerShell module.
417417

0 commit comments

Comments
 (0)