DevOps Maturity Levels

Get an overview of the DevOps maturity stages teams progress through, from source control and CI/CD pipelines to monitoring, observability, and feature flags.

Read post →

Azure SQL Database Firewall

Explore the difference between server-level and database-level firewall rules in Azure SQL Database, and learn how to manage database-level rules using T-SQL.

Read post →

Update Azure CLI Extensions

Learn how to check, list, and update Azure CLI extensions like azure-devops, including why the update command gives no feedback unless you add --verbose.

Read post →

DevOps Principles series

A DevOps Principles video series covering Shift Left, T-Shaped engineers, the four eyes principle, and automating everything to improve your team's delivery.

Read post →

GDBC: Link overview

A curated link overview of all Global DevOps Bootcamp 2019 blog posts, covering Azure learnings, monitoring, registration, and attendee experiences worldwide.

Read post →

Missing Azure Functions Logs

Find out why Azure Functions run logs appear missing when Application Insights sampling is turned on, and how to disable sampling to restore all log entries.

Read post →

GDBC DevOps pipelines in VSTS

See how VSTS CI/CD pipelines automated validation and deployment of Global DevOps Bootcamp challenges, from pull request quality checks to work item creation.

Read post →

Chocolatey Server in Azure

Learn how to set up a Chocolatey package server in Azure using an ARM template, create NuGet-wrapped packages, and install them on a Windows client machine.

Read post →

GDBC DevOps on the Leaderboard

Discover how the Global DevOps Bootcamp leaderboard ran on Azure with VSTS CI/CD pipelines, and how the team scaled and fixed live incidents during the event.

Read post →

VSTS Bulk Change WorkItemType

Bulk-change VSTS work item types from Epics to Features using the TeamFoundationServer.Client NuGet package and C# to automate process template updates.

Read post →

Using excerpts in Jekyll

Learn how to display custom post excerpts on your Jekyll index page using special HTML comment tags to mark the start and end of your post summary text.

Read post →

Trying out Jekyll

A first look at setting up a Jekyll blog on GitHub Pages, exploring its easy setup, static page generation, and comparison to other blogging platforms.

Read post →

WakaTime

WakaTime is a Visual Studio plugin that automatically tracks your coding time per project and language, providing useful stats about your coding habits.

Read post →

ASP.NET Demoproject started

Starting a new ASP.NET MVC 6 demo project in Visual Studio 2015 to explore new features, with the source code published on GitHub for future reference.

Read post →