Skip to content

Commit 8d12717

Browse files
added Troubleshooting section for Azure VM (#5669)
* added Troubleshooting section for Azure VM * Update azure-virtual-machine.md * updated Troubleshooting section --------- Co-authored-by: Amee Lepcha <[email protected]>
1 parent 12a10a1 commit 8d12717

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/integrations/microsoft-azure/azure-virtual-machine.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,3 +178,11 @@ import AppUpdate from '../../reuse/apps/app-update.md';
178178
import AppUninstall from '../../reuse/apps/app-uninstall.md';
179179

180180
<AppUninstall/>
181+
182+
## Troubleshooting
183+
184+
### App installation failed - Content install error - Rule with name AzureObservabilityMetadataExtractionVMName already exists.
185+
186+
This error occurs if the app being installed attempts 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.
187+
188+
To resolve the issue, delete the existing Metric Rule (AzureObservabilityMetadataExtractionVMName) and reinstall the app.

docs/integrations/microsoft-azure/azure-virtual-network.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,9 @@ import AppUninstall from '../../reuse/apps/app-uninstall.md';
300300

301301
### App installation failed - Content Error - Invalid Field Extraction Rule
302302

303-
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.
303+
This error occurs if the app being installed attempts 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.
304304

305-
To resolve the problem, rename or delete the existing FER and try reinstalling the app.
305+
To resolve the issue, rename or delete the existing FER (AzureVirtualNetworkTargetResourceIdExtractionFER) and reinstall the app.
306306

307307
### HTTP Logs and Metrics Source used by Azure Functions
308308

0 commit comments

Comments
 (0)