Skip to content

Commit 9fcf993

Browse files
committed
toc fixes
1 parent f62b807 commit 9fcf993

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

articles/virtual-machines/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1848,8 +1848,10 @@
18481848
href: ../azure-monitor/vm/tutorial-monitor-vm-enable-insights.md?context=/azure/virtual-machines/context/context
18491849
- name: Collect guest logs and metrics
18501850
href: ../azure-monitor/vm/tutorial-monitor-vm-guest.md?context=/azure/virtual-machines/context/context
1851+
- name: VM insights
1852+
href: ../azure-monitor/vm/vminsights-overview.md
18511853
- name: Azure Monitor Agent
1852-
href: ../azure-monitor/vm/agents/agents-overview.md
1854+
href: ../azure-monitor/agents/agents-overview.md
18531855
- name: Analyze availability
18541856
href: resource-graph-availability.md
18551857
- name: VM usage

articles/virtual-machines/resource-graph-availability.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ ms.reviewer: Xema Pathak
1111
---
1212

1313
# VM availability information in Azure Resource Graph
14-
[Azure Resource Graph](../../governance/resource-graph/overview.md) is an Azure service that allows you to use the same KQL query language used in log queries to query your Azure resources at scale with complex filtering, grouping, and sorting by resource properties. You can use [VM health annotations](../../service-health/resource-health-vm-annotation.md) to Azure Resource Graph (ARG) for detailed failure attribution and downtime analysis including the following:
14+
[Azure Resource Graph](../governance/resource-graph/overview.md) is an Azure service that allows you to use the same KQL query language used in log queries to query your Azure resources at scale with complex filtering, grouping, and sorting by resource properties. You can use [VM health annotations](../service-health/resource-health-vm-annotation.md) to Azure Resource Graph (ARG) for detailed failure attribution and downtime analysis including the following:
1515

1616
- Query the latest snapshot of VM availability together across all your Azure subscriptions.
1717
- Assess the impact to business SLAs and trigger decisive mitigation actions, in response to disruptions and type of failure signature.
18-
- Set up custom dashboards to supervise the comprehensive health of applications by [joining](../../governance/resource-graph/concepts/work-with-data.md) VM availability information with additional [resource metadata](../../governance/resource-graph/samples/samples-by-table.md?tabs=azure-cli) in Resource Graph.
19-
- Track relevant changes in VM availability across a rolling 14 days window, by using the [change tracking](../../governance/resource-graph/how-to/get-resource-changes.md) mechanism for conducting detailed investigations.
18+
- Set up custom dashboards to supervise the comprehensive health of applications by [joining](../governance/resource-graph/concepts/work-with-data.md) VM availability information with additional [resource metadata](../governance/resource-graph/samples/samples-by-table.md?tabs=azure-cli) in Resource Graph.
19+
- Track relevant changes in VM availability across a rolling 14 days window, by using the [change tracking](../governance/resource-graph/how-to/get-resource-changes.md) mechanism for conducting detailed investigations.
2020

2121
To get started with Resource Graph, open **Resource Graph Explorer** in the Azure portal. Select the **Table** tab and have a look at the [microsoft.resourcehealth/availabilitystatuses](#microsoftresourcehealthavailabilitystatuses) and [microsoft.resourcehealth/resourceannotations](#microsoftresourcehealthresourceannotations) tables which are described below. Click on **healthresources** to create a simple query and then click **Run** to return the records.
2222

@@ -29,7 +29,7 @@ To view the details for a record, scroll to the right and select **See details**
2929
There will be two types of events populated in the HealthResources table:
3030

3131
## microsoft.resourcehealth/availabilitystatuses
32-
This event denotes the latest availability status of a VM, based on the [health checks](../../service-health/resource-health-checks-resource-types.md#microsoftcomputevirtualmachines) performed by the underlying Azure platform. The [availability states](../../service-health/resource-health-overview.md#health-status) currently emitted for VMs are as follows:
32+
This event denotes the latest availability status of a VM, based on the [health checks](../service-health/resource-health-checks-resource-types.md#microsoftcomputevirtualmachines) performed by the underlying Azure platform. The [availability states](../service-health/resource-health-overview.md#health-status) currently emitted for VMs are as follows:
3333

3434
- **Available**: The VM is up and running as expected.
3535
- **Unavailable**: A disruption to the normal functioning of the VM has been detected.
@@ -59,7 +59,7 @@ A sample `properties` value looks similar to the following:
5959
```
6060

6161
## microsoft.resourcehealth/resourceannotations
62-
This event contextualizes any changes to VM availability, by detailing necessary failure attributes to help you investigate and mitigate the disruption as needed. The full list of VM health annotations are listed at [Resource Health virtual machine Health Annotations] (../../service-health/resource-health-vm-annotation.md).
62+
This event contextualizes any changes to VM availability, by detailing necessary failure attributes to help you investigate and mitigate the disruption as needed. The full list of VM health annotations are listed at [Resource Health virtual machine Health Annotations] (../service-health/resource-health-vm-annotation.md).
6363

6464
These annotations can be broadly classified into the following:
6565

@@ -78,9 +78,9 @@ These annotations can be broadly classified into the following:
7878
| context | Denotes whether the activity triggering the annotation was due to an authorized user or process (customer initiated), or due to the Azure platform (platform initiated) or even activity in the guest OS that has resulted in availability impact (VM initiated).<br><br>Possible values: Platform-Initiated \| User-initiated \|VM-initiated \| Not Applicable \| Null |
7979
| summary | Statement detailing the cause for annotation emission, along with remediation steps that can be taken by users |
8080

81-
See [Azure Resource Graph sample queries by table](../../governance/resource-graph/samples/samples-by-table.md?tabs=azure-cli#healthresources) for sample queries using this data.
81+
See [Azure Resource Graph sample queries by table](../governance/resource-graph/samples/samples-by-table.md?tabs=azure-cli#healthresources) for sample queries using this data.
8282

8383
## Next steps
8484

85-
* [Create alerts from collected data](monitor-virtual-machine-alerts.md)
85+
* [Create alerts from collected data](../azure-monitor/vm/monitor-virtual-machine-alerts.md)
8686

0 commit comments

Comments
 (0)