Skip to content

Commit 50aed78

Browse files
authored
Merge pull request #265655 from johnmarco/jm-deprecate-dsc
Deprecate Arc Servers DSC onboarding doc
2 parents 753c9f4 + 2dbde17 commit 50aed78

File tree

6 files changed

+13
-113
lines changed

6 files changed

+13
-113
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10420,6 +10420,11 @@
1042010420
"redirect_url": "/azure/azure-arc/servers/onboard-group-policy-powershell",
1042110421
"redirect_document_id": false
1042210422
},
10423+
{
10424+
"source_path_from_root": "/articles/azure-arc/servers/onboard-dsc.md",
10425+
"redirect_url": "/azure/azure-arc/servers/deployment-options",
10426+
"redirect_document_id": false
10427+
},
1042310428
{
1042410429
"source_path_from_root": "/articles/azure-arc/kubernetes/plan-at-scale-deployment.md",
1042510430
"redirect_url": "/azure/azure-arc/kubernetes/overview",

articles/azure-arc/servers/deployment-options.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ The following table highlights each method so that you can determine which works
1818
| Interactively | Manually install the agent on a single or small number of machines by [connecting machines using a deployment script](onboard-portal.md).<br> From the Azure portal, you can generate a script and execute it on the machine to automate the install and configuration steps of the agent.|
1919
| Interactively | [Connect machines from Windows Admin Center](onboard-windows-admin-center.md) |
2020
| Interactively or at scale | [Connect machines using PowerShell](onboard-powershell.md) |
21-
| Interactively or at scale | [Connect machines using Windows PowerShell Desired State Configuration (DSC)](onboard-dsc.md) |
2221
| At scale | [Connect machines using a service principal](onboard-service-principal.md) to install the agent at scale non-interactively.|
2322
| At scale | [Connect machines by running PowerShell scripts with Configuration Manager](onboard-configuration-manager-powershell.md)
2423
| At scale | [Connect machines with a Configuration Manager custom task sequence](onboard-configuration-manager-custom-task.md)
Binary file not shown.

articles/azure-arc/servers/onboard-dsc.md

Lines changed: 0 additions & 93 deletions
This file was deleted.

articles/azure-arc/servers/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@
6161
href: onboard-windows-admin-center.md
6262
- name: Connect machines to Azure Arc with PowerShell
6363
href: onboard-powershell.md
64-
- name: Connect machines to Azure Arc with PowerShell DSC
65-
href: onboard-dsc.md
6664
- name: Connect Windows Server machines through Azure Arc Setup
6765
href: onboard-windows-server.md
6866
- name: Connect machines at scale

articles/governance/machine-configuration/whats-new/migrating-from-azure-automation.md

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -354,14 +354,6 @@ Before removing a machine from Azure Automation State Configuration, onboard eac
354354
Azure Policy can manage the machine. The machine can be onboarded to Azure Arc at any time, but you
355355
can use Azure Automation State Configuration to automate the process.
356356

357-
You can register a machine to Azure Arc-enabled servers by using PowerShell DSC. For details, view
358-
the page [How to install the Connected Machine agent using Windows PowerShell DSC][15]. Remember
359-
however, that Azure Automation State Configuration can manage only one configuration per machine,
360-
per Automation Account. You can export, test, and prepare your content for machine configuration,
361-
and then switch the node configuration in Azure Automation to onboard to Azure Arc. As the last
362-
step, remove the node registration from Azure Automation State Configuration and move forward only
363-
managing the machine state through machine configuration.
364-
365357
## Troubleshooting issues when exporting content
366358

367359
Details about known issues are provided in this section.
@@ -372,13 +364,13 @@ When using PowerShell on macOS and Linux, you may have issues dealing with the f
372364
`Export-AzAutomationDSCConfiguration`.
373365

374366
As a workaround, a module has been published to the PowerShell Gallery named
375-
[AADSCConfigContent][16]. The module has only one command, which exports the content of a
367+
[AADSCConfigContent][15]. The module has only one command, which exports the content of a
376368
configuration stored in Azure Automation by making a REST request to the service.
377369

378370
## Next steps
379371

380-
- [Develop a custom machine configuration package][17].
381-
- Use the **GuestConfiguration** module to [create an Azure Policy definition][19] for at-scale
372+
- [Develop a custom machine configuration package][16].
373+
- Use the **GuestConfiguration** module to [create an Azure Policy definition][18] for at-scale
382374
management of your environment.
383375
- [Assign your custom policy definition][20] using Azure portal.
384376
- Learn how to view [compliance details for machine configuration][21] policy assignments.
@@ -398,9 +390,8 @@ configuration stored in Azure Automation by making a REST request to the service
398390
[12]: ../../policy/assign-policy-portal.md
399391
[13]: /azure/automation/automation-dsc-onboarding#enable-physicalvirtual-linux-machines
400392
[14]: /azure/azure-arc/servers/overview
401-
[15]: /azure/azure-arc/servers/onboard-dsc
402-
[16]: https://www.powershellgallery.com/packages/AADSCConfigContent/
403-
[17]: ../how-to/develop-custom-package/overview.md
404-
[19]: ../how-to/create-policy-definition.md
405-
[20]: ../../policy/assign-policy-portal.md
406-
[21]: ../../policy/how-to/determine-non-compliance.md
393+
[15]: https://www.powershellgallery.com/packages/AADSCConfigContent/
394+
[16]: ../how-to/develop-custom-package/overview.md
395+
[17]: ../how-to/create-policy-definition.md
396+
[18]: ../../policy/assign-policy-portal.md
397+
[19]: ../../policy/how-to/determine-non-compliance.md

0 commit comments

Comments
 (0)