From e4a4ec783b4028cb9c802430a8352083873bcb84 Mon Sep 17 00:00:00 2001 From: David Coulter Date: Thu, 15 Mar 2018 08:58:46 -0700 Subject: [PATCH 1/2] Fix automation link and lint cleanup --- dsc/azureDsc.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/dsc/azureDsc.md b/dsc/azureDsc.md index d630fdfb1f3c..9cb57167dbed 100644 --- a/dsc/azureDsc.md +++ b/dsc/azureDsc.md @@ -4,12 +4,9 @@ ms.topic: conceptual keywords: dsc,powershell,configuration,setup 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](/azure/virtual-machines/virtual-machines-windows-extensions-dsc-overview) and through -[Azure Automation DSC](/azure/automation/automation-dsc-overview). +Desired State Configuration (DSC) is supported in Microsoft Azure through the [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 @@ -22,10 +19,8 @@ The Azure DSC extension allows VMs hosted in Microsoft Azure to be managed with ## Azure Automation DSC -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: +The [Azure Automation service](https://azure.microsoft.com/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](/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) - +- [Onboarding machines for management by Azure Automation DSC](/azure/automation/automation-dsc-onboarding) \ No newline at end of file From d6865be2247bbe91b2e58b26f667362156c536db Mon Sep 17 00:00:00 2001 From: David Coulter Date: Thu, 15 Mar 2018 09:38:31 -0700 Subject: [PATCH 2/2] Fixed semantic lines --- dsc/azureDsc.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/dsc/azureDsc.md b/dsc/azureDsc.md index 9cb57167dbed..b53d714ac090 100644 --- a/dsc/azureDsc.md +++ b/dsc/azureDsc.md @@ -1,16 +1,19 @@ --- -ms.date: 2017-06-12 +ms.date: 2018-03-15 ms.topic: conceptual keywords: dsc,powershell,configuration,setup 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](/azure/virtual-machines/virtual-machines-windows-extensions-dsc-overview) and through [Azure Automation DSC](/azure/automation/automation-dsc-overview). +Desired State Configuration (DSC) is supported in Microsoft Azure through the +[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: +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](/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) @@ -19,7 +22,9 @@ The Azure DSC extension allows VMs hosted in Microsoft Azure to be managed with ## 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 more information, see the following topics: +The [Azure Automation service](https://azure.microsoft.com/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](/azure/automation/automation-dsc-overview) - [Getting started with Azure Automation DSC](/azure/automation/automation-dsc-getting-started)