Skip to content

Commit 0c51aa9

Browse files
authored
Update migrating-from-dsc-extension.md
1 parent 76f5598 commit 0c51aa9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Before you begin, it's a good idea to read the conceptual overview information a
2222

2323
## Major differences
2424

25+
Machine configuration uses DSC version `2`. DSC Extension uses
26+
DSC version `1`. The implementations are separate. However, there's no
27+
conflict detection. Using both platforms to manage the same configuration isn't advised.
28+
2529
Configurations are deployed through the DSC extension in a "push" model, where the
2630
operation is completed asynchronously. The deployment doesn't return until the configuration has
2731
finished running inside the virtual machine. After deployment, no further information is returned
@@ -49,10 +53,6 @@ The zip file artifact used by DSC Extension is not compatible with Azure machine
4953
Plan to use the machine configuration authoring tools to repackage the configuration
5054
and required PowerShell modules and republish to Azure Storage.
5155

52-
Machine configuration uses DSC version `2` with PowerShell version `7.x`. DSC Extension uses
53-
DSC version `1`. The implementations are separate. However, there's no
54-
conflict detection. Using both platforms to manage the same configuration isn't advised.
55-
5656
## Understand migration
5757

5858
The best approach to migration is to recreate, test, and redeploy content first, and then use the

0 commit comments

Comments
 (0)