Skip to content

Commit

Permalink
Fixing some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
HemantMahawar committed Feb 23, 2017
1 parent ad1a319 commit 08ecfbe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dsc/configData.md
Expand Up @@ -217,7 +217,7 @@ Let's look at a complete example that uses a single configuration to set up both
both IIS and SQL Server are installed on a single nodes. In the production environment, IIS and SQL Server are installed on separate nodes. We'll use a configuration data .psd1
file to specify the data for the two different environments.

### Configuration data file
### Configuration data file

We'll define the development and production environment data in a file namd `DevProdEnvData.psd1` as follows:

Expand Down Expand Up @@ -260,8 +260,7 @@ We'll define the development and production environment data in a file namd `Dev

### Configuration script file

Now, in the configuration,which is defined in a .ps1 file we filter the nodes we defined in `DevProdEnvData.psd1` by their role (`MSSQL`, `Dev`, or both),
and configure them accordingly.
Now, in the configuration, which is defined in a .ps1 file, we filter the nodes we defined in `DevProdEnvData.psd1` by their role (`MSSQL`, `Dev`, or both), and configure them accordingly.
The development environment has both the SQL Server and IIS on one node, while the production environment has them on two different nodes.
The site contents is also different, as specified by the `SiteContents` properties.

Expand Down

0 comments on commit 08ecfbe

Please sign in to comment.