Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/integrations/microsoft-azure/azure-virtual-machine.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,11 @@ import AppUpdate from '../../reuse/apps/app-update.md';
import AppUninstall from '../../reuse/apps/app-uninstall.md';

<AppUninstall/>

## Troubleshooting

### App installation failed - Content install error - Rule with name AzureObservabilityMetadataExtractionVMName already exists.

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.

To resolve the issue, delete the existing Metric Rule (AzureObservabilityMetadataExtractionVMName) and reinstall the app.
4 changes: 2 additions & 2 deletions docs/integrations/microsoft-azure/azure-virtual-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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.

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

Expand Down