An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
Good day @Anki Mäntykivi
It is most likely one of these:
- Application Insights resource (workspace-based)
- Azure Function App / App Service using that Application Insights
- ARM/Bicep deployment that created a “managed” monitoring setup
Steps:
- Go to Application Insights (linked to that workspace)
- Delete the Application Insights resource
- Wait (Azure cleanup can take a few minutes)
- The deny assignment will be removed automatically
- Then delete:
- Resource group OR
- Workspace (if still present)
If you don't need anything inside the resource group:
Delete the main resource group that contains the Function/App Insights NOT the _managed one.
Azure will:
- Remove dependent resources
- Then remove the managed RG automatically