Azure / Azure/Azure-Functions

Warning that Microsoft.Azure.WebJobs.Extensions.ApplicationInsights is being used but it is not (explicitely?) used

Open
#2,173 12 comments 0 reactions 1 assignee Claimed by @v-bbalaiagar View on GitHub
bug needs-investigation
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

![image](https://user-images.githubusercontent.com/1097613/155910582-7f40006a-fcca-4abf-bd00-e24573e65527.png)

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.