Skip to content

Commit 21233bd

Browse files
authored
Docs10767/azure vm guide (#29122)
* [DOCS-10767] Update screenshot * [DOCS-10767] Update instruction * [DOCS-10767] Update image location * [DOCS-10767] Fix image name * Update azure-vms-appear-in-app-without-metrics.md
1 parent 977ff61 commit 21233bd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

content/en/integrations/guide/azure-vms-appear-in-app-without-metrics.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@ If after this time you see Azure VMs in your infrastructure list but no metrics
2020
{{< img src="integrations/guide/azure_vms_appearing_in_the_app_without_metrics/arm_deployed_vm.png" alt="The azure portal showing the diagnostics settings view of a virtual machine with status set to on" >}}
2121

2222
3. Make sure the Virtual machine is running.
23-
The integration does not collect performance metrics for stopped/deallocated machines. However, the `azure.vm.status metric` returns `1` if the machine is running, or stopped (which results in stopped VMs showing up in the infrastructure list). The associated status tag allows you to differentiate between running and not-running hosts. Make sure the host in question has `status:running`, and is running in the Azure portal.
24-
{{< img src="integrations/guide/azure_vms_appearing_in_the_app_without_metrics/azure_vm_running.png" alt="a pair of timeseries graphs in the Datadog application, with one displaying the sum of azure.vm.status with status:running and the other displaying the sum of azure.vm.status with status:not_running" >}}
25-
23+
The integration does not collect performance metrics for stopped or deallocated machines. Use the `azure.vm.count` metric and the `status` tag values of `running`, `stopped`, and `stopped_deallocated` to determine the status of your hosts. Make sure the host in question has `status:running`, and is running in the Azure portal.
24+
{{< img src="integrations/guide/azure_vms_appearing_in_the_app_without_metrics/azure_vm_running_2025-05-02.png" alt="A graph of the azure.vm.count metric from status:running" >}}

0 commit comments

Comments
 (0)