Skip to content

Commit fb1b82e

Browse files
authored
Merge pull request #99699 from VikasPullagura-MSFT/patch-37
(Azure CXP) resolves MicrosoftDocs/azure-docs#45091
2 parents e4898ea + b62c614 commit fb1b82e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/extensions/dsc-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Important information about Resource Manager DSC extension cmdlets:
114114

115115
The Azure DSC extension can use DSC configuration documents to directly configure Azure VMs during deployment. This step doesn't register the node to Automation. The node is *not* centrally managed.
116116

117-
The following example shows a simple example of a configuration. Save the configuration locally as IisInstall.ps1.
117+
The following example shows a simple example of a configuration. Save the configuration locally as iisInstall.ps1.
118118

119119
```powershell
120120
configuration IISInstall
@@ -130,7 +130,7 @@ configuration IISInstall
130130
}
131131
```
132132

133-
The following commands place the IisInstall.ps1 script on the specified VM. The commands also execute the configuration, and then report back on status.
133+
The following commands place the iisInstall.ps1 script on the specified VM. The commands also execute the configuration, and then report back on status.
134134

135135
```powershell
136136
$resourceGroup = 'dscVmDemo'

0 commit comments

Comments
 (0)