我为AspNet Web API应用程序配置了Application Insights。在此应用程序中,我还有OAuth2身份验证:
config.SuppressDefaultHostAuthentication();
config.Filters.Add(new HostAuthenticationFilter(OAuthDefaults.AuthenticationType));
在实时指标流中,我看到了OAuth中间件的一些错误(对/ oauth2 / token的请求失败)。但我发现在ApplicationInsights Analytics中也没有使用此门户网站的任何请求,也没有在Azure门户网站上使用搜索。为什么会这样?