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
|`identity`| For more information, see [Identity](./configure-identity.md). |
109
-
|`properties`| Contains the HM configuration:<ul><li>`activeState`can be set to `Inactive` or `Active`.</li><li>`refreshInterval`is the execution interval of the Health Model.</li><li>`nodes`. For more information, see [Nodes](#nodes).</li></ul>|
109
+
|`properties`| Contains the health model configuration:<br>- `activeState`- Can be set to `Inactive` or `Active`.<br>- `refreshInterval`- Execution interval of the Health Model.<br>- `nodes` - See [Code view](./code-view.md)|
Copy file name to clipboardExpand all lines: articles/azure-monitor/health-models/resource-manager-health-model.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.date: 08/08/2023
12
12
13
13
This article includes sample [Azure Resource Manager templates](../../azure-resource-manager/templates/syntax.md) to create and define an [Azure Monitor health model](./overview.md) in Azure Monitor. Each sample includes a template file and a parameters file with sample values to provide to the template.
14
14
15
-
The `node` section of the JSON includes the definition of the health model. See [Code view in Azure Monitor health models](./create-model.md#designer-view) for details on this definition. One method is to define the health model using the [designer view](./designer-view.md) and the copy and paste the definition from the code view.
15
+
The `node` section of the JSON includes the definition of the health model. See [Code view in Azure Monitor health models](./create-model.md#designer-view) for details on this definition. One method is to define the health model using the [designer view](./create-model.md#designer-view) and the copy and paste the definition from the code view.
Copy file name to clipboardExpand all lines: articles/azure-monitor/health-models/views.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: View state of Azure Monitor health model (preview)
3
-
description: Learn how to query health data in Azure Monitor health models.
3
+
description: Desdcribes the different views available to view the health state of your Azure Monitor health models and their included entities.
4
4
ms.topic: conceptual
5
5
author: bwren
6
6
ms.author: bwren
@@ -12,16 +12,16 @@ ms.date: 12/12/2023
12
12
## Graph view
13
13
The graph view shows the latest snapshot of a health model with its full structure displayed and the current state of each node. The **Generated** timestamp on the top right specifies when the snapshot was taken and the current refresh interval for the model.
14
14
15
-
:::image type="content" source="./media/health-model-snapshot-graph/health-model-resource-graph-view-pane.png" lightbox="./media/health-model-snapshot-graph/health-model-resource-graph-view-pane.png" alt-text="Screenshot of a health model resource in the Azure portal with the Graph pane selected.":::
15
+
:::image type="content" source="./media/views/health-model-resource-graph-view-pane.png" lightbox="./media/views/health-model-resource-graph-view-pane.png" alt-text="Screenshot of a health model resource in the Azure portal with the Graph pane selected.":::
16
16
17
17
## Entity details
18
18
19
19
Hover over an entity view its type and current health state. Click on an entity to view its detail.
20
20
When you click on an entity, you can see more detail like its health state history.
21
21
22
-
:::image type="content" source="./media/health-model-snapshot-graph/graph-tab-entity-detail.png" lightbox="./media/health-model-snapshot-graph/graph-tab-entity-detail.png" alt-text="Screenshot of the Entity detail dialog for a health model resource in the Azure portal.":::
22
+
:::image type="content" source="./media/views/graph-tab-entity-detail.png" lightbox="./media/health-model-snapshot-graph/views.png" alt-text="Screenshot of the Entity detail dialog for a health model resource in the Azure portal.":::
23
23
24
-
| Section ||
24
+
| Section |Description |
25
25
|:---|:---|
26
26
| Entity health history | Graphical history of the health of this entity over time. Click the time range to specify another time range. The time grain is set automatically based on the length of the time range. |
27
27
| Metric signals | List of any metric signals for the entity and their last result and health state. Click on a metric to open it in metrics explorer for further analysis.<br>Only displayed for entities with metric signals.|
0 commit comments