Operations | Monitoring | ITSM | DevOps | Cloud

The More You Monitor - What is Observability?

Are you embracing the key tenets of Observability in your IT infrastructure management? In this episode of The More You Monitor we’ll unpack the foundational elements of Observability and how enacting this concept can ensure high availability and pre-empt business problems. For more tips and resources check out: Or, e-mail us @ marketing@logicmonitor.com

Episode 16: Using Redis for Distributed Sessions in ASP.NET Core

We need distributed session. Spoiler: We DON'T roll it ourselves. In-memory sessions stop working as soon as there is more than one server. Most production environments have more than one server so the session issue needs to be dealt with. There are two options for sessions in a web farm. First, a load balancer can be used to lock each user on a specific box. This lets us continue to use in-memory sessions. The second is switching from in-memory to distributed session storage.

Unleash your IoT Development tools with WSL

Francesco Buccoli, Microsoft Marco Dal Pino, SoftJam See how easily a set of Linux tools for IoT could be perfectly integrated in a development pipeline, as part of an industrial process that makes devices ready to be used. To achieve this, we'll leverage on some containerized solution hosted on Azure along with standard IoT industry tools, all driven by Visual Studio Code and GitHub.