diff --git a/dsc/separatingEnvData.md b/dsc/separatingEnvData.md index 8ff944f4b73c..cb229942ea49 100644 --- a/dsc/separatingEnvData.md +++ b/dsc/separatingEnvData.md @@ -104,6 +104,7 @@ We'll define the development and production environment data in a file namd `Dev SQLServerName = "MySQLServer" SqlSource = "C:\Software\Sql" DotNetSrc = "C:\Software\sxs" + WebSiteName = "New website" }, @{ @@ -218,7 +219,7 @@ Configuration MyWebApp { Ensure = 'Present' - Name = $WebSiteName + Name = $Node.WebSiteName State = 'Started' PhysicalPath = $Node.SitePath DependsOn = '[File]WebContent'