Skip to content

Commit b2854ba

Browse files
committed
Add include file for AADSC retirement announcement.
1 parent 72daf9a commit b2854ba

19 files changed

+66
-46
lines changed

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

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

1212
# Set up continuous deployment with Chocolatey
1313

14-
> [!NOTE]
15-
> Before you enable Automation State Configuration, we would like you to know that a newer version of DSC is now generally available, managed by a feature of Azure Policy named [guest configuration](../governance/machine-configuration/overview.md). The guest configuration service combines features of DSC Extension, Azure Automation State Configuration, and the most commonly requested features from customer feedback. Guest configuration also includes hybrid machine support through [Arc-enabled servers](/azure/azure-arc/servers/overview).
14+
[!INCLUDE [aadsc-eol](~/includes/dsc-automation/aadsc-eol.md)]
1615

1716
In a DevOps world, there are many tools to assist with various points in the continuous integration
1817
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ ms.service: azure-automation
1111

1212
# Compile DSC configurations in Azure Automation State Configuration
1313

14-
> [!NOTE]
15-
> Before you enable Automation State Configuration, we would like you to know that a newer version of DSC is now generally available, managed by a feature of Azure Policy named [guest configuration](../governance/machine-configuration/overview.md). The guest configuration service combines features of DSC Extension, Azure Automation State Configuration, and the most commonly requested features from customer feedback. Guest configuration also includes hybrid machine support through [Arc-enabled servers](/azure/azure-arc/servers/overview).
14+
[!INCLUDE [aadsc-eol](~/includes/dsc-automation/aadsc-eol.md)]
1615

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

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ ms.service: azure-automation
1414

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

17-
> [!NOTE]
18-
> Before you enable Automation State Configuration, we would like you to know that a newer version of DSC is now generally available, managed by a feature of Azure Policy named [guest configuration](../governance/machine-configuration/overview.md). The guest configuration service combines features of DSC Extension, Azure Automation State Configuration, and the most commonly requested features from customer feedback. Guest configuration also includes hybrid machine support through [Arc-enabled servers](/azure/azure-arc/servers/overview).
17+
[!INCLUDE [aadsc-eol](~/includes/dsc-automation/aadsc-eol.md)]
1918

2019
> [!IMPORTANT]
2120
> 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.
2221
23-
Managing many servers is a challenge and difficulty lies in managing [configuration data](/powershell/dsc/configurations/configdata) as it involves organizing information across logical constructs like location, type, and environment.
22+
Managing many servers is a challenge and difficulty lies in managing [configuration data](/powershell/dsc/configurations/configdata) as it involves organizing information across logical constructs like location, type, and environment.
2423

2524
## Community project: Datum
2625

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ ms.service: azure-automation
1414

1515
> **Applies to:** :heavy_check_mark: Windows PowerShell 5.1
1616
17-
> [!NOTE]
18-
> Before you enable Automation State Configuration, we would like you to know that a newer version of DSC is now generally available, managed by a feature of Azure Policy named [guest configuration](../governance/machine-configuration/overview.md). The guest configuration service combines features of DSC Extension, Azure Automation State Configuration, and the most commonly requested features from customer feedback. Guest configuration also includes hybrid machine support through [Arc-enabled servers](/azure/azure-arc/servers/overview).
17+
[!INCLUDE [aadsc-eol](~/includes/dsc-automation/aadsc-eol.md)]
1918

2019
> [!IMPORTANT]
2120
> 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.
2221
23-
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.
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.
2423

25-
## Community project: ReverseDSC
24+
## Community project: ReverseDSC
2625

2726
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.
2827

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

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

1414
> Applies To: Windows PowerShell 5.1
1515
16-
> [!NOTE]
17-
> Before you enable Automation State Configuration, we would like you to know that a newer version of DSC is now generally available, managed by a feature of Azure Policy named [guest configuration](../governance/machine-configuration/overview.md). The guest configuration service combines features of DSC Extension, Azure Automation State Configuration, and the most commonly requested features from customer feedback. Guest configuration also includes hybrid machine support through [Arc-enabled servers](/azure/azure-arc/servers/overview).
16+
[!INCLUDE [aadsc-eol](~/includes/dsc-automation/aadsc-eol.md)]
1817

1918
Creating configuration content for the first time can be challenging.
2019
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: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ ms.service: azure-automation
1414

1515
> **Applies to:** :heavy_check_mark: Windows PowerShell 5.1
1616
17-
> [!NOTE]
18-
> Before you enable Automation State Configuration, we would like you to know that a newer version of DSC is now generally available, managed by a feature of Azure Policy named [guest configuration](../governance/machine-configuration/overview.md). The guest configuration service combines features of DSC Extension, Azure Automation State Configuration, and the most commonly requested features from customer feedback. Guest configuration also includes hybrid machine support through [Arc-enabled servers](/azure/azure-arc/servers/overview).
17+
[!INCLUDE [aadsc-eol](~/includes/dsc-automation/aadsc-eol.md)]
1918

2019
> [!IMPORTANT]
2120
> This article refers to a solution that is maintained by the Open Source community and support is only available in the form of GitHub collaboration, not from Microsoft.
@@ -29,15 +28,15 @@ This article, explains on creating **scenarios** that manage groups of settings,
2928
- Manage firewall settings
3029
- Manage password settings
3130

32-
We recommend that you package the configuration as a [Composite Resource](/powershell/dsc/resources/authoringresourcecomposite) before you share it with others as creating composite resources for the first time can be a tedious effort.
33-
31+
We recommend that you package the configuration as a [Composite Resource](/powershell/dsc/resources/authoringresourcecomposite) before you share it with others as creating composite resources for the first time can be a tedious effort.
32+
3433
## Community project - CompositeResource
3534

36-
A [CompositeResource](https://github.com/microsoft/compositeresource) is a community maintained solution that
35+
A [CompositeResource](https://github.com/microsoft/compositeresource) is a community maintained solution that
3736
has been created to resolve this challenge. Composite Resource automates the process of creating a new module from your configuration.
3837

3938

40-
## Create a composite resource module
39+
## Create a composite resource module
4140

4241
Follow the steps to create a composite resource module:
4342

articles/automation/automation-dsc-diagnostics.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ description: This article tells how to send Desired State Configuration reportin
44
services: automation
55
ms.subservice: desired-state-config
66
ms.date: 08/20/2024
7-
ms.topic: how-to
7+
ms.topic: how-to
88
ms.custom: devx-track-azurepowershell
99
ms.service: azure-automation
1010
---
1111

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

14-
> [!NOTE]
15-
> Before you enable Automation State Configuration, we would like you to know that a newer version of DSC is now generally available, managed by a feature of Azure Policy named [guest configuration](../governance/machine-configuration/overview.md). The guest configuration service combines features of DSC Extension, Azure Automation State Configuration, and the most commonly requested features from customer feedback. Guest configuration also includes hybrid machine support through [Arc-enabled servers](/azure/azure-arc/servers/overview).
14+
[!INCLUDE [aadsc-eol](~/includes/dsc-automation/aadsc-eol.md)]
1615

1716
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.
1817

@@ -49,7 +48,7 @@ To begin importing data from Azure Automation State Configuration into Azure Mon
4948
{
5049
Connect-AzAccount
5150
}
52-
51+
5352
# If you have multiple subscriptions, set the one to use
5453
# Select-AzSubscription -SubscriptionId "<SUBSCRIPTIONID>"
5554
```
@@ -66,7 +65,7 @@ To begin importing data from Azure Automation State Configuration into Azure Mon
6665
```powershell
6766
# Find the ResourceId for the Automation account
6867
$AutomationResourceId = (Get-AzResource `
69-
-ResourceType 'Microsoft.Automation/automationAccounts' |
68+
-ResourceType 'Microsoft.Automation/automationAccounts' |
7069
WHERE {$_.Name -eq $automationAccount}).ResourceId
7170
```
7271

@@ -75,7 +74,7 @@ To begin importing data from Azure Automation State Configuration into Azure Mon
7574
```powershell
7675
# Find the ResourceId for the Log Analytics workspace
7776
$WorkspaceResourceId = (Get-AzResource `
78-
-ResourceType 'Microsoft.OperationalInsights/workspaces' |
77+
-ResourceType 'Microsoft.OperationalInsights/workspaces' |
7978
WHERE {$_.Name -eq $law}).ResourceId
8079
```
8180

@@ -147,7 +146,7 @@ To learn more about constructing log queries to find data, see [Overview of log
147146
One advantage of using Azure Monitor Logs is that you can search for failed checks across nodes. To find all instances of DSC resources that have failed, use the following query:
148147
149148
```kusto
150-
AzureDiagnostics
149+
AzureDiagnostics
151150
| where Category == "DscNodeStatus"
152151
| where OperationName == "DscResourceStatusData"
153152
| where ResultType == "Failed"
@@ -158,8 +157,8 @@ AzureDiagnostics
158157
To visualize your DSC node status history over time, you can use this query:
159158

160159
```kusto
161-
AzureDiagnostics
162-
| where ResourceProvider == "MICROSOFT.AUTOMATION"
160+
AzureDiagnostics
161+
| where ResourceProvider == "MICROSOFT.AUTOMATION"
163162
| where Category == "DscNodeStatus"
164163
| where ResultType != "started"
165164
| summarize count() by ResultType

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

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

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

14-
> [!NOTE]
15-
> Before you enable Automation State Configuration, we would like you to know that a newer version of DSC is now generally available, managed by a feature of Azure Policy named [guest configuration](../governance/machine-configuration/overview.md). The guest configuration service combines features of DSC Extension, Azure Automation State Configuration, and the most commonly requested features from customer feedback. Guest configuration also includes hybrid machine support through [Arc-enabled servers](/azure/azure-arc/servers/overview).
14+
[!INCLUDE [aadsc-eol](~/includes/dsc-automation/aadsc-eol.md)]
1615

1716
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.
1817

articles/automation/automation-dsc-getting-started.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ ms.service: azure-automation
1111

1212
# Get started with Azure Automation State Configuration
1313

14-
> [!NOTE]
15-
> Before you enable Automation State Configuration, we would like you to know that a newer version of DSC is now generally available, managed by a feature of Azure Policy named [guest configuration](../governance/machine-configuration/overview.md). The guest configuration service combines features of DSC Extension, Azure Automation State Configuration, and the most commonly requested features from customer feedback. Guest configuration also includes hybrid machine support through [Arc-enabled servers](/azure/azure-arc/servers/overview).
14+
[!INCLUDE [aadsc-eol](~/includes/dsc-automation/aadsc-eol.md)]
1615

1716
This article provides a step-by-step guide for doing the most common tasks with Azure Automation State Configuration, such as creating, importing, and compiling configurations, enabling machines to manage, and viewing reports. For an overview State Configuration, see [State Configuration overview](automation-dsc-overview.md). For Desired State Configuration (DSC) documentation, see [Windows PowerShell Desired State Configuration Overview](/powershell/dsc/overview).
1817

@@ -199,7 +198,7 @@ The DSC node can take any of the following six values as follows:
199198
200199
>[!NOTE]
201200
>- **RefreshFrequencyMins** - It defines the frequency of node contacting the agent service and can be provided as part of onboarding to DSC. It takes a maximum value of 10080 minutes.
202-
>- Node will be marked as **Unresponsive** if the node does not contact the agent service for 1440 minutes (1 Day). We recommend that you use **RefreshFrequencyMins** value < 1440 minutes, else the node would show in a false **Unresponsive** state.
201+
>- Node will be marked as **Unresponsive** if the node does not contact the agent service for 1440 minutes (1 Day). We recommend that you use **RefreshFrequencyMins** value < 1440 minutes, else the node would show in a false **Unresponsive** state.
203202
204203
## View reports for managed nodes
205204

articles/automation/automation-dsc-onboarding.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ ms.custom:
1111

1212
# Enable Azure Automation State Configuration
1313

14-
> [!NOTE]
15-
> Before you enable Automation State Configuration, we would like you to know that a newer version of DSC is now generally available, managed by a feature of Azure Policy named [guest configuration](../governance/machine-configuration/overview.md). The guest configuration service combines features of DSC Extension, Azure Automation State Configuration, and the most commonly requested features from customer feedback. Guest configuration also includes hybrid machine support through [Arc-enabled servers](/azure/azure-arc/servers/overview).
14+
[!INCLUDE [aadsc-eol](~/includes/dsc-automation/aadsc-eol.md)]
1615

1716
This topic describes how you can set up your machines for management with Azure Automation State Configuration. For details of this service, see [Azure Automation State Configuration overview](automation-dsc-overview.md).
1817

0 commit comments

Comments
 (0)