When troubleshooting complex application issues, kernel dumps are invaluable for diagnosing low-level problems such as driver conflicts, kernel-mode memory issues, or other operating system-level behaviors. However, in Azure App Services, capturing full kernel dumps is not an option due to the platform’s managed and sandboxed nature. This article explains the reasons behind this limitation andContinue reading “Effective Alternatives to Kernel Dumps in Azure App Services”
Tag Archives: microsoft
Azure App Service Plans Memory Usage Demystified
When customers deploy applications on Azure App Service Plans (ASP), they often wonder, “What’s eating my memory?” It’s a valid question, as memory usage in a shared environment like ASP can be affected by a multitude of factors beyond just the customer’s application. I’ll break down the various components that impact memory usage, using aContinue reading “Azure App Service Plans Memory Usage Demystified”