Configuration Management is one of the key pillars of DevOps. Configuration Management helps address snowflake servers and configuration drift. Microsoft has it’s own offering for configuration management in azure with hosted DSC server through Azure Automation. Microsoft has an equally compelling story with the open source tools such as Chef and Puppet. While Chef is truly amazing in it’s capabilities, getting it going on a Windows machine can be challenging due to the various moving parts in it’s configuration… In this blogpost I’ll show you what it takes to get started with Chef by setting up Chef server on Windows, creating your first cookbook, uploading it to Chef using Knife and then using this runbook to manage a Windows host in Azure using the Chef Azure extension… Quite a mouthfull… Grab a coffee, let’s go through this together…

Let’s start off by looking at the conceptual architecture for Chef… Chef has three main architectural components: Chef Server, Chef Client (node), and Chef Workstation.

  • Chef Server: Setting up the Chef Server on Windows
  • Administrator Workstation: Set up a development workstation with Chef Tools to author the cookbooks and uploading them on to chef server
  • Microsoft Azure: Provision a new Azure VM with Chef Agent that integrates with Chef server and registers itself to deploy the cookbook registered under its profile in Chef

Chef Server Architecture

The Chef Server is the management point and there are two options for the Chef Server: a hosted solution or an on-premises solution. In this case, we’ll be using the hosted Chef Server, but you’ll still need a Chef Administrator Workstation which in my opinion requires almost the same level of configuration if not more. The Chef Workstation is the admin workstation where we create our policies and execute our management commands. We run the knife command from the Chef Workstation to manage our infrastructure.There is also the concept of “Cookbooks” and “Recipes”. These are effectively the policies we define and apply to our servers.

I’ve created a video tutorial to demonstrate how to accomplish this setup… Follow along… If you have any questions please leave me a comment and i’ll try my best to helpout…














If you are looking for more information on how to go from continuous integration to continuous deployment, check out my other course on DevOps that covers exactly that… You can check out the course here - DevOpsCiCdCourse

Tarun


About author
Tarun Arora
Tarun Arora
Tarun Arora is obsessed with high-quality working software, DevOps, Continuous Delivery and Agile. His core strengths are Azure, Azure DevOps, PowerShell, SQL and WPF. He is a Microsoft MVP in Visual Studio Development Tools and the author of 'DevOps & ALM with TFS 2015'.
We Are
  • onlyutkarsh
    Utkarsh Shigihalli
    Microsoft MVP, Technologist & DevOps Coach


  • arora_tarun
    Tarun Arora
    Microsoft MVP, Author & DevOps Coach at Avanade

Do you like our posts? Subscribe to our newsletter!
Our Book