Contents tagged with Azure
-
Fixing W3WP.exe memory leaks is easier than you think
Memory leaks can be causing poor website performance, and blowing out your cloud hosting costs.
You can now easily reduce memory usage and fix memory leaks, check out our Diagnose w3wp.exe memory usage guide for the step by step!
[Read more] -
Fixing W3WP.exe memory leaks is easier than you think
Memory leaks can be causing poor website performance, and blowing out your cloud hosting costs.
You can now easily reduce memory usage and fix memory leaks, check out our Diagnose w3wp.exe memory usage guide for the step by step!
[Read more] -
You may be massively overpaying for your CPUs
You could be throwing away 50-80% of your cloud instance CPU power, due to common .NET CPU overheads.
Learn more about these and how to remove them to save on your cloud costs in our W3wp high CPU guide.
[Read more] -
Lower cloud costs 2x with this IIS application pool recycling strategy
Reduce your cloud hosting costs 2x or more with a measured memory-based recycling strategy.
Check out our full guide to reduce IIS worker process memory usage with LeanSentry memory diagnostics.
For more tips on how to properly restart IIS websites with minimal production impact, check out our Restart IIS guide.
[Read more] -
How-To: Remove slow Azure instances
In case you missed it, LeanSentry How-To last week was about removing slow or unhealthy Azure instances from your cloud service. It’s a relatively new technique made possible by a new Azure API, that lets you remove a specific instance of your choosing. Direct link: LeanSentry How-To: Remove unhealthy or slow Azure instances Reasons to ... [Read more...]
The post How-To: Remove slow Azure instances appeared first on Mike Volodarsky's Blog.
-
If you are developing code with Azure tables, and building against .NET 3.5 DLLs, you may encounter a compilation error like this: "The name 'IgnoreResourceNotFoundException' does not exist in the current context" At LeanSentry, we do a lot of custom Azure development to power our scalable data backend. Now, most of our codebase is using [...]Is your TableServiceContext missing IgnoreResourceNotFoundException when building with .NET Framework 3.5 System.Data.Services.Client.dll?
-
We recently went through upgrading www.leansentry.com to the Windows Azure SDK version 1.7, and definitely hit a fair share of problems with building and publishing afterwards. It was a somewhat painful process taking me deep into the night to get right, and I figured I’ll share some of the things I learned along the way [...]Visual Studio build and publishing problems after upgrading to Azure 1.7 SDK
-
At LeanSentry, we use Windows Azure heavily to scale out our extensive data collection and diagnostic data processing. Just like anyone else, we have our fair share of difficulties with deploying and configuring our web roles, esp. when it comes to more advanced configuration. As a result, we often rely on startup tasks to [...]Configure IIS websites on Windows Azure with startup tasks and AppCmd
-
We all know that getting visibility into Azure apps can be painful! Over at LeanSentry, our big goal is to make troubleshooting Azure apps just as easy as we make it for standard hosting environments. To make this easy, we just released the Azure Nuget package for LeanSentry. With this, it literally takes 2 seconds [...]Troubleshoot Windows Azure apps with LeanSentry in seconds!