Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

Understanding Azure Blob Storage Soft Delete: A Comprehensive Guide

Azure Blob Storage is a scalable, cost-effective, and durable cloud storage solution provided by Microsoft Azure. Serving as the backbone for many Azure services, it enables businesses to store a colossal amount of unstructured data ranging from documents, images, backup data, to log files, etc. Azure Blob Storage can handle all your static data that’s stored and read but not changed frequently, making it an indispensable part of any cloud data management strategy.

Why Traditional Cloud Cost Optimization Isn't Enough

The cloud holds such promise. It’s the promise of near-infinite scalability, power, and growth potential. Companies switching to the cloud, especially in the early days of the 2010s, were seduced by the possibilities of what could happen if they just spent a little more, raced against their competitors a little faster, or achieved just a bit more product functionality. Could they be the next Twitter? The next Uber? Or something even bigger and better than what had come before?

Azure App Service Autoscaling: Steps to Configure

Azure App Service is a platform as a service (PaaS) offering from Microsoft Azure that allows developers to quickly build, deploy, and scale web apps and APIs on Azure. Azure App Service is designed to be highly scalable, allowing you to easily scale your application to meet changing traffic demands. One of its most important features is auto-scaling, which allows your application to automatically adjust the number of instances it’s running based on changes in traffic or demand.

Tidal Accelerator's Update Improves Application Interviews

We are thrilled to announce the latest update to Tidal Accelerator, which focuses on optimizing one of our most popular features: Application interviews. This update was designed to make the interview process faster, more intuitive, and easier to use. The latest update of Tidal Accelerator includes pre-filled interviews, which save time for users who are completing interviews for similar applications.

Ephemeral Environments vs Ephemeral Services: Weighing the Pros and Cons

In today's fast-paced software development world, Ephemeral Environments have emerged as a game-changer. These temporary, mirror-like copies of production environments are invaluable tools for testing code changes, debugging, and various development tasks. They offer developers a safe haven to experiment and test without impacting the stability of the production environment. One of the primary benefits of Ephemeral Environments is their fidelity to the production environment.

Logic App Best Practices, Tips, and Tricks: #28 How to check if a string is Null or Empty

Today I will speak about another useful Best practice, Tips, and Tricks that you must consider while designing your business processes (Logic Apps): How to check if a parameter or a string is Null or Empty.

Mastering Complex Progressive Delivery Challenges with Lightrun

Progressive delivery is a modification of continuous delivery that allows developers to release new features to users in a gradual, controlled fashion. It does this in two ways. Firstly, by using feature flags to turn specific features ‘on’ or ‘off’ in production, based on certain conditions, such as specific subsets of users. This lets developers deploy rapidly to production and perform testing there before turning a feature on.