You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 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).
28
28
29
29
> [!NOTE]
30
30
> 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/
258
258
```json
259
259
{
260
260
"name": "myHealthExtension",
261
+
"location": "<location>",
261
262
"properties": {
262
263
"publisher": "Microsoft.ManagedServices",
263
264
"type": "ApplicationHealthWindows",
@@ -383,6 +384,7 @@ PUT on `/subscriptions/subscription_id/resourceGroups/myResourceGroup/providers/
0 commit comments