Skip to content

Commit c0101aa

Browse files
Merge pull request #260163 from hilaryw29/patch-21
Update virtual-machine-scale-sets-health-extension.md
2 parents 5f8ba90 + 7b4fbc0 commit c0101aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This article assumes that you're familiar with:
2424
- [Modifying](virtual-machine-scale-sets-upgrade-policy.md) Virtual Machine Scale Sets
2525

2626
> [!CAUTION]
27-
> Application Health Extension expects to receive a consistent probe response at the configured port `tcp` or request path `http/https` in order to label a VM as *Healthy*. If no application is running on the VM, or you're unable to configure a probe response, your VM is going to show up as *Unhealthy*.
27+
> Application Health Extension expects to receive a consistent probe response at the configured port `tcp` or request path `http/https` in order to label a VM as *Healthy*. If no application is running on the VM, or you're unable to configure a probe response, your VM is going to show up as *Unhealthy* (Binary Health States) or *Unknown* (Rich Health States).
2828
2929
> [!NOTE]
3030
> Only one source of health monitoring can be used for a Virtual Machine Scale Set, either an Application Health Extension or a Health Probe. If you have both options enabled, you will need to remove one before using orchestration services like Instance Repairs or Automatic OS Upgrades.
@@ -258,6 +258,7 @@ PUT on `/subscriptions/subscription_id/resourceGroups/myResourceGroup/providers/
258258
```json
259259
{
260260
"name": "myHealthExtension",
261+
"location": "<location>",
261262
"properties": {
262263
"publisher": "Microsoft.ManagedServices",
263264
"type": "ApplicationHealthWindows",
@@ -383,6 +384,7 @@ PUT on `/subscriptions/subscription_id/resourceGroups/myResourceGroup/providers/
383384
```json
384385
{
385386
"name": "myHealthExtension",
387+
"location": "<location>",
386388
"properties": {
387389
"publisher": "Microsoft.ManagedServices",
388390
"type": "ApplicationHealthWindows",

0 commit comments

Comments
 (0)