dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.16k stars 9.92k forks source link

Increased connections size after migrating from dotnetcore 3.1 to 7 #50280

Open joshidp opened 1 year ago

joshidp commented 1 year ago

Is there an existing issue for this?

Describe the bug

After migrating to 7 from dotnercore 3.1 we are seeing spike in connections in Azure app service, is this expected to improve performance or should be a concern? As of now we are not seeing any issue due to this but we want to know whats causing it.

image

Expected Behavior

No change in connections

Steps To Reproduce

Host dotnet 7 on Azure app

Exceptions (if any)

NA

.NET Version

7.0.8

Anything else?

NA

adityamandaleeka commented 1 year ago

Can you share more about your app?

davidfowl commented 1 year ago

Which connections? Incoming or outgoing?

joshidp commented 1 year ago

@davidfowl In Azure App Service metrics we see connections, that's the one.

image

joshidp commented 1 year ago

@adityamandaleeka our app is a WEB API using ASP.net core MVC. It's a multi-tier API service.