You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/extensions/dsc-overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ Important information about Resource Manager DSC extension cmdlets:
114
114
115
115
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.
116
116
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.
118
118
119
119
```powershell
120
120
configuration IISInstall
@@ -130,7 +130,7 @@ configuration IISInstall
130
130
}
131
131
```
132
132
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.
0 commit comments