Skip to content

Commit be7e44a

Browse files
committed
More Acrolinx edits
1 parent eea2e41 commit be7e44a

19 files changed

+648
-328
lines changed

articles/automation/automation-dsc-cd-chocolatey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.service: azure-automation
1111

1212
# Set up continuous deployment with Chocolatey
1313

14-
[!INCLUDE [aadsc-eol](~/includes/dsc-automation/aadsc-eol.md)]
14+
[!INCLUDE [azure-automation-dsc-end-of-life](~/includes/dsc-automation/azure-automation-dsc-end-of-life.md)]
1515

1616
In a DevOps world, there are many tools to assist with various points in the continuous integration
1717
pipeline. Azure Automation [State Configuration](automation-dsc-overview.md) is a welcome new addition to the options that DevOps teams can employ.

articles/automation/automation-dsc-compile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.service: azure-automation
1111

1212
# Compile DSC configurations in Azure Automation State Configuration
1313

14-
[!INCLUDE [aadsc-eol](~/includes/dsc-automation/aadsc-eol.md)]
14+
[!INCLUDE [azure-automation-dsc-end-of-life](~/includes/dsc-automation/azure-automation-dsc-end-of-life.md)]
1515

1616
You can compile Desired State Configuration (DSC) configurations in Azure Automation State Configuration in the following ways:
1717

articles/automation/automation-dsc-config-data-at-scale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.service: azure-automation
1414

1515
**Applies to:** :heavy_check_mark: Windows PowerShell 5.1
1616

17-
[!INCLUDE [aadsc-eol](~/includes/dsc-automation/aadsc-eol.md)]
17+
[!INCLUDE [azure-automation-dsc-end-of-life](~/includes/dsc-automation/azure-automation-dsc-end-of-life.md)]
1818

1919
> [!IMPORTANT]
2020
> This article refers to a solution that is maintained by the Open Source community. Support is only available in the form of GitHub collaboration, and not from Microsoft.

articles/automation/automation-dsc-config-from-server.md

Lines changed: 40 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,34 +14,58 @@ ms.service: azure-automation
1414

1515
> **Applies to:** :heavy_check_mark: Windows PowerShell 5.1
1616
17-
[!INCLUDE [aadsc-eol](~/includes/dsc-automation/aadsc-eol.md)]
17+
[!INCLUDE [azure-automation-dsc-end-of-life](~/includes/dsc-automation/azure-automation-dsc-end-of-life.md)]
1818

1919
> [!IMPORTANT]
20-
> The article refers to a solution that is maintained by the Open Source community. Support is only available in the form of GitHub collaboration, not from Microsoft.
20+
> The article refers to a solution that is maintained by the Open Source community. Support is only
21+
> available in the form of GitHub collaboration, not from Microsoft.
2122
22-
This article explains how to create configuration from existing servers for an Azure Automation state configuration. To create configurations from an existing servers is a challenging task as you need to know the right settings and the order they must be applied to ensure that configuration is successful.
23+
This article explains how to create configuration from existing servers for an Azure Automation
24+
state configuration. Creating configurations from an existing server is a challenging task. You need
25+
to know the right settings and the order to apply them to ensure that the configuration is
26+
successful.
2327

2428
## Community project: ReverseDSC
2529

26-
The [ReverseDSC](https://github.com/microsoft/reversedsc) is a community maintained solution created to work in this area beginning with the SharePoint. The solution builds on the [SharePointDSC resource](https://github.com/powershell/sharepointdsc) and extends it to orchestrate by [gathering information](https://github.com/Microsoft/sharepointDSC.reverse#how-to-use) from existing servers running SharePoint.
27-
28-
The latest version has multiple [extraction modes](https://github.com/Microsoft/SharePointDSC.Reverse/wiki/Extraction-Modes) to determine the level of information to include. The result of using the solution is generating
29-
[Configuration Data](https://github.com/Microsoft/sharepointDSC.reverse#configuration-data) that must be used with SharePointDSC configuration scripts.
30+
The [ReverseDSC][07] is a community maintained solution created to work in this area beginning with
31+
the SharePoint. The solution builds on the [SharePointDSC resource][12] and extends it to
32+
orchestrate by [gathering information][11] from existing servers running SharePoint.
3033

34+
The latest version has multiple [extraction modes][09] to determine the level of information to
35+
include. The result of using the solution is generating [Configuration Data][10] that must be used
36+
with SharePointDSC configuration scripts.
3137

3238
## Create configuration from existing servers for an Azure Automation state configuration
3339

34-
Follow the steps to create a configuration from existing servers for an Azure Automation state configuration:
40+
Use the following steps to create a configuration from existing servers:
3541

36-
1. After you generate the data files, you can use them with [DSC Configuration scripts](/powershell/dsc/overview) to generate *MOF* files.
37-
1. upload the [MOF files to Azure Automation](./tutorial-configure-servers-desired-state.md#create-and-upload-a-configuration-to-azure-automation).
38-
1. Register your servers from either [on-premises](./automation-dsc-onboarding.md#enable-physicalvirtual-linux-machines)
39-
or [in Azure](./automation-dsc-onboarding.md#enable-azure-vms) to pull configurations.
42+
1. After you generate the data files, use the files with [DSC Configuration scripts][05] to generate
43+
**MOF** files.
44+
1. Upload the [MOF files to Azure Automation][03].
45+
1. To pull the configurations, register your servers from either [on-premises][02] or
46+
[in Azure][01].
4047

41-
For more information on ReverseDSC, visit the [PowerShell Gallery](https://www.powershellgallery.com/packages/ReverseDSC/) and download the solution or select **Project Site** to view the [documentation](https://github.com/Microsoft/sharepointDSC.reverse).
48+
For more information on ReverseDSC, visit the [PowerShell Gallery][13] and download the solution or
49+
select **Project Site** to view the [documentation][08].
4250

4351
## Next steps
4452

45-
- To understand PowerShell DSC, see [Windows PowerShell Desired State Configuration overview](/powershell/dsc/overview).
46-
- Find out about PowerShell DSC resources in [DSC Resources](/powershell/dsc/resources/resources).
47-
- For details of Local Configuration Manager configuration, see [Configuring the Local Configuration Manager](/powershell/dsc/managing-nodes/metaconfig).
53+
- To understand PowerShell DSC, see [Windows PowerShell Desired State Configuration overview][05].
54+
- To find PowerShell DSC resources, see [DSC Resources][06].
55+
- For details of Local Configuration Manager configuration, see
56+
[Configuring the Local Configuration Manager][04].
57+
58+
<!-- link references -->
59+
[01]: ./automation-dsc-onboarding.md#enable-azure-vms
60+
[02]: ./automation-dsc-onboarding.md#enable-physicalvirtual-linux-machines
61+
[03]: ./tutorial-configure-servers-desired-state.md#create-and-upload-a-configuration-to-azure-automation
62+
[04]: /powershell/dsc/managing-nodes/metaconfig
63+
[05]: /powershell/dsc/overview
64+
[06]: /powershell/dsc/resources/resources
65+
[07]: https://github.com/microsoft/reversedsc
66+
[08]: https://github.com/Microsoft/sharepointDSC.reverse
67+
[09]: https://github.com/Microsoft/SharePointDSC.Reverse/wiki/Extraction-Modes
68+
[10]: https://github.com/Microsoft/sharepointDSC.reverse#configuration-data
69+
[11]: https://github.com/Microsoft/sharepointDSC.reverse#how-to-use
70+
[12]: https://github.com/powershell/sharepointdsc
71+
[13]: https://www.powershellgallery.com/packages/ReverseDSC/

articles/automation/automation-dsc-configuration-based-on-stig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.service: azure-automation
1313

1414
> Applies To: Windows PowerShell 5.1
1515
16-
[!INCLUDE [aadsc-eol](~/includes/dsc-automation/aadsc-eol.md)]
16+
[!INCLUDE [azure-automation-dsc-end-of-life](~/includes/dsc-automation/azure-automation-dsc-end-of-life.md)]
1717

1818
Creating configuration content for the first time can be challenging.
1919
In many cases, the goal is to automate configuration of servers following a "baseline" that hopefully aligns to an industry recommendation.

articles/automation/automation-dsc-create-composite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.service: azure-automation
1414

1515
> **Applies to:** :heavy_check_mark: Windows PowerShell 5.1
1616
17-
[!INCLUDE [aadsc-eol](~/includes/dsc-automation/aadsc-eol.md)]
17+
[!INCLUDE [azure-automation-dsc-end-of-life](~/includes/dsc-automation/azure-automation-dsc-end-of-life.md)]
1818

1919
> [!IMPORTANT]
2020
> This article refers to a solution that is maintained by the Open Source community and support is

articles/automation/automation-dsc-diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.service: azure-automation
1111

1212
# Integrate Azure Automation State Configuration with Azure Monitor Logs
1313

14-
[!INCLUDE [aadsc-eol](~/includes/dsc-automation/aadsc-eol.md)]
14+
[!INCLUDE [azure-automation-dsc-end-of-life](~/includes/dsc-automation/azure-automation-dsc-end-of-life.md)]
1515

1616
Azure Automation State Configuration retains node status data for 30 days. You can send node status data to [Azure Monitor Logs](/azure/azure-monitor/logs/data-platform-logs) if you prefer to retain this data for a longer period. Compliance status is visible in the Azure portal or with PowerShell, for nodes and for individual DSC resources in node configurations.
1717

articles/automation/automation-dsc-extension-history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.service: azure-automation
1111

1212
# Work with Azure Desired State Configuration extension version history
1313

14-
[!INCLUDE [aadsc-eol](~/includes/dsc-automation/aadsc-eol.md)]
14+
[!INCLUDE [azure-automation-dsc-end-of-life](~/includes/dsc-automation/azure-automation-dsc-end-of-life.md)]
1515

1616
The Azure Desired State Configuration (DSC) VM [extension](/azure/virtual-machines/extensions/dsc-overview) is updated as-needed to support enhancements and new capabilities delivered by Azure, Windows Server, and the Windows Management Framework (WMF) that includes Windows PowerShell.
1717

0 commit comments

Comments
 (0)