Hi,
We just migrate own app from MVC 5 to Core 3.1.
No issue until we put it in production on an Azure AppService. The application freeze every 6min during few seconds.
The app doesn't contain any kind of timer job. The architecture and the environment are quite simple: MVC CORE 3.1 + SQL Azure + blob
Insight shows us cyclic high CPU peaks and storage consumption every 6min.

In dev, we didn't reproduce this behaviour.
Do you have any solution or lead?
