Skip to content

Commit 96176f1

Browse files
authored
Rich Health States GA documentation update
1 parent 5c928a1 commit 96176f1

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

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

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
11
---
2-
title: Use Application Health extension with Azure Virtual Machine Scale Sets (preview)
2+
title: Use Application Health extension with Azure Virtual Machine Scale Sets
33
description: Learn how to use the Application Health extension to monitor the health of your applications deployed on Virtual Machine Scale Sets.
44
author: ju-shim
55
ms.author: jushiman
66
ms.topic: how-to
77
ms.service: virtual-machine-scale-sets
88
ms.subservice: extensions
9-
ms.date: 01/17/2023
9+
ms.date: 04/12/2023
1010
ms.reviewer: mimckitt
1111
ms.custom: mimckitt, devx-track-azurepowershell
1212
---
1313

1414
# Using Application Health extension with Virtual Machine Scale Sets
1515

16-
> [!IMPORTANT]
17-
> **Rich Health States** is currently in public preview. **Binary Health States** is generally available.
18-
> This preview version is provided without a service-level agreement, and we don't recommend it for production workloads. Certain features might not be supported or might have constrained capabilities.
19-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
20-
2116
Monitoring your application health is an important signal for managing and upgrading your deployment. Azure Virtual Machine Scale Sets provide support for [Rolling Upgrades](virtual-machine-scale-sets-upgrade-scale-set.md#how-to-bring-vms-up-to-date-with-the-latest-scale-set-model) including [Automatic OS-Image Upgrades](virtual-machine-scale-sets-automatic-upgrade.md) and [Automatic VM Guest Patching](../virtual-machines/automatic-vm-guest-patching.md), which rely on health monitoring of the individual instances to upgrade your deployment. You can also use Application Health Extension to monitor the application health of each instance in your scale set and perform instance repairs using [Automatic Instance Repairs](virtual-machine-scale-sets-automatic-instance-repairs.md).
2217

2318
This article describes how you can use the two types of Application Health extension, **Binary Health States** or **Rich Health States**, to monitor the health of your applications deployed on Virtual Machine Scale Sets.
@@ -39,9 +34,6 @@ The extension reports health from within a VM and can be used in situations wher
3934

4035
## Binary versus Rich Health States
4136

42-
> [!IMPORTANT]
43-
> **Rich Health States** is currently in public preview.
44-
4537
Application Health Extensions has two options available: **Binary Health States** and **Rich Health States**. The following table highlights some key differences between the two options. See the end of this section for general recommendations.
4638

4739
| Features | Binary Health States | Rich Health States |

0 commit comments

Comments
 (0)