Skip to content

Commit f50ba4d

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,8 @@ 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.
288+
287289
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.
288290

289291
```azurepowershell-interactive
@@ -409,6 +411,8 @@ POST on `/subscriptions/<subscriptionId>/resourceGroups/<myResourceGroup>/provid
409411

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

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.
415+
412416
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.
413417

414418
```azurepowershell-interactive

0 commit comments

Comments
 (0)