Warning that Microsoft.Azure.WebJobs.Extensions.ApplicationInsights is being used but it is not (explicitely?) used
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
I am chasing why a function that normally works starts reporting 404 after some period of time and I am looking through _Availability and Performance_ at portal.azure.com and the mighty *Functions that are not triggering* detector.
The detector reporting an issue I cannot act upon.
It says
Exception Type | Total Occurrences | Exception Message | Latest Timestamp
-- | -- | -- | --
The Application Insights extension is no longer supported. Packa | 1 | The Application Insights extension is no longer supported. Package references to Microsoft.Azure.WebJobs.Extensions.ApplicationInsights can be removed. | 2/28/2022 12:53:00 AM

However I don't reference this package. Referenced packages are:
```
all
runtime; build; native; contentfiles; analyzers; buildtransitive
all
runtime; build; native; contentfiles; analyzers; buildtransitive
```
The project is .NET6:
```
net6.0
v4
enable
```
The function project references one project wich in turn references the following packages:
```
all
runtime; build; native; contentfiles; analyzers; buildtransitive
all
runtime; build; native; contentfiles; analyzers; buildtransitive
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.