diff --git a/docs/integrations/microsoft-azure/azure-virtual-machine.md b/docs/integrations/microsoft-azure/azure-virtual-machine.md
index 32dd30972a..012420500b 100644
--- a/docs/integrations/microsoft-azure/azure-virtual-machine.md
+++ b/docs/integrations/microsoft-azure/azure-virtual-machine.md
@@ -30,30 +30,17 @@ You must explicitly enable diagnostic settings for each Virtual Machine you want
When you configure the event hubs source or HTTP source, plan your source category to ease the querying process. A hierarchical approach allows you to make use of wildcards. For example: `Azure/VM/ActivityLogs`, `Azure/VM/Metrics`.
-### Configure metric rules
-
-* **Azure Observability Metadata Extraction VMName**
-
- In case this rule already exists, then no need to create it again.
-
-```sql
-Rule Name: AzureObservabilityMetadataExtractionVMName
-```
-
-```sql title="Metric match expression"
-tenant_name=* namespace=Microsoft.Compute/virtualMachines resource_name=*
-```
-
-| Fields extracted | Metric rule |
-|:--|:--|
-| `vmname` | `$resource_name._1` |
-
### Configure metrics collection
import MetricsSourceBeta from '../../reuse/metrics-source-beta.md';
+:::note
+Metric Rule `AzureObservabilityMetadataExtractionVMName` will be created automatically as a part of app installation process.
+This metric rule creates new dimension `vmname` for non scale set VMs.
+:::
+
### Configure logs collection
In this section, you will configure a pipeline for shipping diagnostic logs from Azure Monitor to an Event Hub.
@@ -103,65 +90,65 @@ import ViewDashboardsIndex from '../../reuse/apps/view-dashboards-index.md';
The **Azure Virtual Machine - Overview** dashboard allows you to gain insights into the performance of your VMs by monitoring and analyzing your VM's usage metrics such as VM availability, CPU usage, read/write ops, cache hits, VM usage, and average latencies.
-
+
### OS/Disk
-The **Azure VM - OS/Disk** dashboard provides details on the operational activities and status of your Azure VM OS and Data disks.
+The **Azure Virtual Machine - OS/Disk** dashboard provides details on the operational activities and status of your Azure VM OS and Data disks.
-
+
### Network
-The **Azure VM - Network** dashboard provides detailed information about VM network activities based on incoming and outgoing packets and bytes.
+The **Azure Virtual Machine - Network** dashboard provides detailed information about VM network activities based on incoming and outgoing packets and bytes.
-
+
### Disk
-The **Azure VM - Disk** dashboard provides details on the operational activities and status of your Azure VM disks and premium disks.
+The **Azure Virtual Machine - Disk** dashboard provides details on the operational activities and status of your Azure VM disks and premium disks.
-
+
### Administrative Operations
-The **Azure VM - Administrative Operations** dashboard provides details on the operational activities and status of your Azure Virtual Machine resources.
+The **Azure Virtual Machine - Administrative Operations** dashboard provides details on the operational activities and status of your Azure Virtual Machine resources.
Use this dashboard to:
* Monitor the distribution of operation types and their success rates to ensure proper functioning of your Virtual Machine.
* Identify potential issues by analyzing the top operations causing errors and correlating them with specific users or applications.
* Track recent write and delete operations to maintain an audit trail of changes made to your Virtual Machine.
-
+
### Policy and Recommendations
-The **Azure Virtual Machine - Policy and Recommendations** dashboard provides details on policy events and recommendations for your Azure Virtual Machine resources.
+The **Azure Virtual Machine - Policy and Recommendations** dashboard provides details on policy events and recommendations for your Azure Virtual Machine resources.
Use this dashboard to:
* Monitor the success and failure rates of policy events to ensure proper configuration and compliance.
-* Track and analyse recent recommendations to improve the performance and security of your Vaults setup.
+* Track and analyse recent recommendations to improve the performance and security of your VM setup.
* Identify trends in policy events and recommendations over time to proactively address potential issues.
-
+
### CPU
-The **Azure VM - CPU** dashboard provides details on the CPU metrics and usage of your Azure VM CPU.
+The **Azure Virtual Machine - CPU** dashboard provides details on the CPU metrics and usage of your Azure VM CPU.
-
+
### Cache
-The **Azure VM - Cache** dashboard provides details on the status and usage of your Azure VM cache resources.
+The **Azure Virtual Machine - Cache** dashboard provides details on the status and usage of your Azure VM cache resources.
-
+
### Temp Disk
-The **Azure VM - Temp Disk** dashboard provides details on the operational activities and status of your Azure VM Temp Disk.
+The **Azure Virtual Machine - Temp Disk** dashboard provides details on the operational activities and status of your Azure VM Temp Disk.
-
+
## Create monitors for Azure Virtual Machine app