Skip to content

Commit 4912d84

Browse files
committed
Various fixes
1 parent 3ba2ca3 commit 4912d84

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

articles/azure-monitor/health-models/deploy-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ resource healthModel 'Microsoft.HealthModel/healthmodels@2022-11-01-preview' = {
106106
| Argument | Description |
107107
|:---|:---|
108108
| `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) |
110110

111111

112112

articles/azure-monitor/health-models/resource-manager-health-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 08/08/2023
1212

1313
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.
1414

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.
1616

1717
[!INCLUDE [azure-monitor-samples](../../../includes/azure-monitor-resource-manager-samples.md)]
1818

articles/azure-monitor/health-models/views.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
ms.topic: conceptual
55
author: bwren
66
ms.author: bwren
@@ -12,16 +12,16 @@ ms.date: 12/12/2023
1212
## Graph view
1313
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.
1414

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.":::
1616

1717
## Entity details
1818

1919
Hover over an entity view its type and current health state. Click on an entity to view its detail.
2020
When you click on an entity, you can see more detail like its health state history.
2121

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.":::
2323

24-
| Section | |
24+
| Section | Description |
2525
|:---|:---|
2626
| 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. |
2727
| 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.|

articles/azure-monitor/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ items:
6060
- name: Analyze
6161
items:
6262
- name: Health state
63-
href: health-models/graph-view.md
63+
href: health-models/views.md
6464
- name: Service levels
6565
href: health-models/service-levels.md
6666
- name: Query health state

0 commit comments

Comments
 (0)