From 10b58033b2b0f1132e86688fe57535c6ee214cba Mon Sep 17 00:00:00 2001 From: rockygiglio Date: Sat, 23 Dec 2017 16:41:49 -0500 Subject: [PATCH] Update decisionMaker.md Slight, but critical corrections to the definition of DevOps. --- dsc/decisionMaker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsc/decisionMaker.md b/dsc/decisionMaker.md index a21a1eaa57e5..4698a44a2d1d 100644 --- a/dsc/decisionMaker.md +++ b/dsc/decisionMaker.md @@ -37,7 +37,7 @@ Configurations are also shareable via the [PowerShell Gallery](https://powershel ## Desired State Configuration and DevOps [DevOps](http://blogs.technet.com/b/ashleymcglone/archive/2015/11/20/devops-for-n00bs-ie-windows-people.aspx) is a combination of people, -technologies, and culture that allow for rapid deployment and iteration. +process, and tools that allow for rapid deployment and iteration focused on delivering value to end users whether internal or external. DSC was designed with DevOps in mind. Having a single configuration define an environment means that developers can encode their requirements into a configuration, check that configuration into source control, and operations teams can easily deploy code without having to go through error-prone manual processes.