From 43fb238f27e530525db66490a22a4dc2f2c292cc Mon Sep 17 00:00:00 2001 From: Sachin Magar Date: Fri, 8 Aug 2025 12:23:43 +0530 Subject: [PATCH 1/3] added Troubleshooting section for Azure VM --- .../integrations/microsoft-azure/azure-virtual-machine.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/integrations/microsoft-azure/azure-virtual-machine.md b/docs/integrations/microsoft-azure/azure-virtual-machine.md index 012420500b..ab1f24682d 100644 --- a/docs/integrations/microsoft-azure/azure-virtual-machine.md +++ b/docs/integrations/microsoft-azure/azure-virtual-machine.md @@ -178,3 +178,11 @@ import AppUpdate from '../../reuse/apps/app-update.md'; import AppUninstall from '../../reuse/apps/app-uninstall.md'; + +## Troubleshooting + +### App installation failed - Content install error - Rule with name AzureObservabilityMetadataExtractionVMName already exists. + +This error is encountered if the app which is being installed is trying to create a Metric Rule by a name which already exists as a Metric Rule in the org. This Metric Rule could have been created manually or through some other app. + +To resolve the problem, delete the existing Metric Rule and try reinstalling the app. From 84253f5560b75f50fd3f941ca4e3ae901644b9bd Mon Sep 17 00:00:00 2001 From: Amee Lepcha Date: Fri, 8 Aug 2025 12:38:39 +0530 Subject: [PATCH 2/3] Update azure-virtual-machine.md --- docs/integrations/microsoft-azure/azure-virtual-machine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/microsoft-azure/azure-virtual-machine.md b/docs/integrations/microsoft-azure/azure-virtual-machine.md index ab1f24682d..cf10550ca3 100644 --- a/docs/integrations/microsoft-azure/azure-virtual-machine.md +++ b/docs/integrations/microsoft-azure/azure-virtual-machine.md @@ -183,6 +183,6 @@ import AppUninstall from '../../reuse/apps/app-uninstall.md'; ### App installation failed - Content install error - Rule with name AzureObservabilityMetadataExtractionVMName already exists. -This error is encountered if the app which is being installed is trying to create a Metric Rule by a name which already exists as a Metric Rule in the org. This Metric Rule could have been created manually or through some other app. +This error occurs if the app being installed attempts to create a Metric Rule with a name that already exists as a Metric Rule in the organization. This Metric Rule could have been created manually or through some other app. To resolve the problem, delete the existing Metric Rule and try reinstalling the app. From 4420325f3dad972bda66f3148e132c29cb346d98 Mon Sep 17 00:00:00 2001 From: Sachin Magar Date: Fri, 8 Aug 2025 12:50:11 +0530 Subject: [PATCH 3/3] updated Troubleshooting section --- docs/integrations/microsoft-azure/azure-virtual-machine.md | 4 ++-- docs/integrations/microsoft-azure/azure-virtual-network.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/integrations/microsoft-azure/azure-virtual-machine.md b/docs/integrations/microsoft-azure/azure-virtual-machine.md index ab1f24682d..ecf3fd9f1b 100644 --- a/docs/integrations/microsoft-azure/azure-virtual-machine.md +++ b/docs/integrations/microsoft-azure/azure-virtual-machine.md @@ -183,6 +183,6 @@ import AppUninstall from '../../reuse/apps/app-uninstall.md'; ### App installation failed - Content install error - Rule with name AzureObservabilityMetadataExtractionVMName already exists. -This error is encountered if the app which is being installed is trying to create a Metric Rule by a name which already exists as a Metric Rule in the org. This Metric Rule could have been created manually or through some other app. +This error is encountered if the app which is being installed is trying to create a Metric Rule by a name (AzureObservabilityMetadataExtractionVMName) which already exists in the org. This Metric Rule could have been created manually and is creating conflict with current app installation flow. -To resolve the problem, delete the existing Metric Rule and try reinstalling the app. +To resolve the issue, delete the existing Metric Rule (AzureObservabilityMetadataExtractionVMName) and reinstall the app. diff --git a/docs/integrations/microsoft-azure/azure-virtual-network.md b/docs/integrations/microsoft-azure/azure-virtual-network.md index 5e908cd376..fbb8256e91 100644 --- a/docs/integrations/microsoft-azure/azure-virtual-network.md +++ b/docs/integrations/microsoft-azure/azure-virtual-network.md @@ -300,9 +300,9 @@ import AppUninstall from '../../reuse/apps/app-uninstall.md'; ### App installation failed - Content Error - Invalid Field Extraction Rule -This error is encountered if the app which is being installed is trying to create an FER by a name which already exists as an FER in the org. This FER could have been created manually or through some other app. +This error is encountered if the app which is being installed is trying to create an FER by a name (AzureVirtualNetworkTargetResourceIdExtractionFER) which already exists in the org. This FER could have been created manually and is creating conflict with current app installation flow. -To resolve the problem, rename or delete the existing FER and try reinstalling the app. +To resolve the issue, rename or delete the existing FER (AzureVirtualNetworkTargetResourceIdExtractionFER) and reinstall the app. ### HTTP Logs and Metrics Source used by Azure Functions