Skip to content

Commit 1ec3a83

Browse files
authored
Merge pull request #101677 from jakaruna-MSFT/patch-63
(AzureCXP) resolves MicrosoftDocs/azure-docs#46424
2 parents b7d4851 + 1ad3e03 commit 1ec3a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ When the extension is called for the first time, it installs a version of WMF by
5555
- If the **wmfVersion** property is specified, that version of WMF is installed, unless that version is incompatible with the VM's OS.
5656
- If no **wmfVersion** property is specified, the latest applicable version of WMF is installed.
5757

58-
Installing WMF requires a restart. After restarting, the extension downloads the .zip file that's specified in the **modulesUrl** property, if provided. If this location is in Azure Blob storage, you can specify an SAS token in the **sasToken** property to access the file. After the .zip is downloaded and unpacked, the configuration function defined in **configurationFunction** runs to generate an .mof file. The extension then runs `Start-DscConfiguration -Force` by using the generated .mof file. The extension captures output and writes it to the Azure status channel.
58+
Installing WMF requires a restart. After restarting, the extension downloads the .zip file that's specified in the **modulesUrl** property, if provided. If this location is in Azure Blob storage, you can specify an SAS token in the **sasToken** property to access the file. After the .zip is downloaded and unpacked, the configuration function defined in **configurationFunction** runs to generate an .mof([Managed Object Format](https://docs.microsoft.com/windows/win32/wmisdk/managed-object-format--mof-)) file. The extension then runs `Start-DscConfiguration -Force` by using the generated .mof file. The extension captures output and writes it to the Azure status channel.
5959

6060
### Default configuration script
6161

0 commit comments

Comments
 (0)