Skip to content

Commit 654cbd3

Browse files
Merge pull request #297081 from mgreenegit/patch-16
Use terms more familiar to customers. Add link for context.
2 parents d40fe5e + c951164 commit 654cbd3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/governance/machine-configuration/whats-new/migrating-from-dsc-extension.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ reboots are allowed can be set in properties of the extension. As part of the sh
5757
Configuration, you will want to manage reboots using Azure Resource Manager.
5858

5959
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.
6262

6363
## Understand migration
6464

@@ -68,9 +68,9 @@ new solution for new machines.
6868
The expected steps for migration are:
6969

7070
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.
7474
1. Use machine configuration for future deployments rather than DSC extension.
7575

7676
#### Consider decomposing complex configuration files

0 commit comments

Comments
 (0)