File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
articles/governance/machine-configuration/whats-new Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ reboots are allowed can be set in properties of the extension. As part of the sh
57
57
Configuration, you will want to manage reboots using Azure Resource Manager.
58
58
59
59
The zip file artifact used by DSC Extension is not compatible with Azure machine configuration.
60
- Plan to use the machine configuration authoring tools to repackage the configuration
61
- and required PowerShell modules and republish to Azure Storage.
60
+ Plan to use the machine configuration [ PowerShell cmdlets ] [ 03 ]
61
+ to repackage the configuration and required PowerShell modules and republish to Azure Storage.
62
62
63
63
## Understand migration
64
64
@@ -68,9 +68,9 @@ new solution for new machines.
68
68
The expected steps for migration are:
69
69
70
70
1 . Download and expand the ` .zip ` package used for the DSC extension.
71
- 1 . Examine the Managed Object Format (MOF) file and resources to understand the scenario.
72
- 1 . Make any required changes to the configuration or resources .
73
- 1 . Use the machine configuration authoring module to create, test, and publish a new package.
71
+ 1 . Examine the DSC configuraiton file to understand the scenario.
72
+ 1 . Make any required changes to the configuration.
73
+ 1 . Use the machine configuration PowerShell cmdlets to create, test, and publish a new package.
74
74
1 . Use machine configuration for future deployments rather than DSC extension.
75
75
76
76
#### Consider decomposing complex configuration files
You can’t perform that action at this time.
0 commit comments