All the undocumented weird configuration values that make stuff tick, even though they generally speaking likely shouldn’t. These articles mostly describe hacks you need to configure in the production environment directly.
Hopefully, there won’t be THAT many articles in this category… But I guess there will. I mean, what can you do?
Weird configuration hacks are there to stay, after all.
This short article simply documents how to install the dependencies for running Robot Framework on Azure DevOps’ hosted agents. This simple tip comes in handy when you need to run any UI testing for your project after build, as Robot Framework is a great and widely used tool for that.…Continue reading How to run Robot tests on an Azure DevOps hosted agent?
This article explains one easy way for you to improve the performance and uptime of your Azure App Service. I’ll explain a simple but kind-of-hidden and surprisingly badly documented feature – Azure App Service Local Cache, that is – which might make a huge difference. It sure did for me!…Continue reading Enabling local cache for an Azure App Service
This article explains in extremely short way, how to fetch your Azure Active Directory tenant’s Directory ID (also known as Tenant ID). Let’s make it short and sweet, because quite frankly, it is really simple! Solution Option 1: Use whatismytenantid.com for finding your tenant/directory id: Quick solution – works (at…Continue reading How to find out the ID of your Azure AD tenant?
As Teams adoption grows (partially driven by the megatrend of digitalization, partially by the massive surge in working from home due to Covid-19), different problems managing Teams also become more obvious. The growth seems to have been largely organic. Teams and organizations are adopting the tools that best help them…Continue reading How to fix a Teams team with no Owners?
Yikes – ever ran into this error after deploying your ASP.NET Core web application to an Azure App Service? Yeah, me too. And when it’s a production deployment, and the error didn’t happen in test/QA environment, that’s even more fun. This article describes a couple of ways to fix it,…Continue reading How to fix “HTTP Error 500.32 – ANCM Failed to Load dll”
This article explains one possible fix to a situation, where your pictures in WordPress fail to show up. In this particular case, uploading, editing and even selecting pictures for your articles works – just displaying them doesn’t work. Alternatively, programmatic access might fail as well: in my case, ShortPixel reported…Continue reading An easy fix for WordPress media uploads failing after a year/month change
I plugged Obfuscar into my build pipeline (the easiest configuration ever, by the way) because I needed to obfuscate a DLL I was going to push as a NuGet package. The DLL was obfuscated without changing any of the public APIs, Classes or Parameters – only internal stuff was scrambled.…Continue reading Obfuscar 2.0 errors with loading types from assembly
This post describes a couple of useful solutions or workarounds for an awkward situation, where you can’t manage the metadata of your articles on WordPress. This hampers greatly your ability to organize your posts – and if you’re using WordPress like I’m using, also lowers the visibility of your new…Continue reading WordPress blog article edit mode: No Tags or Categories visible?