You ran into a limitation of Azure and .NET
Recommended is restarting your application. This can be done by changing an environment variable which in turn forces iis to restart.
For example:
In the azure dashboard:
Set COR_ENABLE_PROFILING = 0
then deploy and then again
Set COR_ENABLE_PROFILING = 1
You can find a description of this problem here
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…