Skip to content

Adding DSC Extension history #2175

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 14, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions dsc/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@

# [Using DSC on Microsoft Azure](azureDsc.md)

## [DSC Extension History](azureDscexthistory.md)

# DSC MOF Reference

## [MSFT_DSCLocalConfigurationManager class](msft-dsclocalconfigurationmanager.md)
Expand Down
19 changes: 10 additions & 9 deletions dsc/azureDsc.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,24 @@ title: Using DSC on Microsoft Azure
# Using DSC on Microsoft Azure

Desired State Configuration (DSC) is supported in Microsoft Azure through the
[Azure Desired State Configuration extension handler](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-extensions-dsc-overview) and through
[Azure Automation DSC](https://docs.microsoft.com/azure/automation/automation-dsc-overview).
[Azure Desired State Configuration extension handler](/azure/virtual-machines/virtual-machines-windows-extensions-dsc-overview) and through
[Azure Automation DSC](/azure/automation/automation-dsc-overview).

## Azure Desired State Configuration extension handler

The Azure DSC extension allows VMs hosted in Microsoft Azure to be managed with DSC. For more information, see the following topics:

- [Azure Desired State Configuration extension handler](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-extensions-dsc-overview)
- [Windows VMSS and Desired State Configuration with Azure Resource Manager templates](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-extensions-dsc-template)
- [Passing credentials to the Azure DSC extension handler](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-extensions-dsc-credentials)
- [Azure Desired State Configuration extension handler](/azure/virtual-machines/virtual-machines-windows-extensions-dsc-overview)
- [Windows VMSS and Desired State Configuration with Azure Resource Manager templates](/azure/virtual-machines/virtual-machines-windows-extensions-dsc-template)
- [Passing credentials to the Azure DSC extension handler](/azure/virtual-machines/virtual-machines-windows-extensions-dsc-credentials)
- [Azure Desired State Configuration extension history](azureDscexthistory.md)

## Azure Automation DSC

The [Azure Automation service](https://azure.microsoft.com/services/automation/) allows you to manage DSC configurations, resources, and managed nodes from within Azure. For
The [Azure Automation service](/services/automation/) allows you to manage DSC configurations, resources, and managed nodes from within Azure. For
more information, see the following topics:

- [Azure Automation DSC](https://docs.microsoft.com/azure/automation/automation-dsc-overview)
- [Getting started with Azure Automation DSC](https://docs.microsoft.com/azure/automation/automation-dsc-getting-started)
- [Onboarding machines for management by Azure Automation DSC](https://docs.microsoft.com/azure/automation/automation-dsc-onboarding)
- [Azure Automation DSC](/azure/automation/automation-dsc-overview)
- [Getting started with Azure Automation DSC](/azure/automation/automation-dsc-getting-started)
- [Onboarding machines for management by Azure Automation DSC](/azure/automation/automation-dsc-onboarding)

Loading