I have configured my Azure WebApp to be always ON via application settings, however, I found out that my application goes off without no particular reason.
So I am logging shutdown reason for every Application_End via HostingEnvironment.ShutdownReason and I am getting BinDirChangeOrDirectoryRename.
I am unable to figure out what is the reason moreover what can I do to avoid shutting my application down.
Thank you