Skip to content

Commit 3fdd28a

Browse files
Update dsc-overview.md
freshness review. updated ms.date and added warning alert type for dsc registration ------- cc: @MGoedtel
1 parent 204e611 commit 3fdd28a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/virtual-machines/extensions/dsc-overview.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.collection: windows
1313
ms.topic: article
1414
ms.tgt_pltfrm: vm-windows
1515
ms.workload: na
16-
ms.date: 07/13/2020
16+
ms.date: 03/13/2023
1717
ms.author: magoedte
1818
ms.custom: devx-track-azurecli
1919
ms.devlang: azurecli
@@ -82,7 +82,10 @@ This information can be seen in the Azure portal or you can use PowerShell.
8282
(Get-AzAutomationRegistrationInfo -ResourceGroupName <resourcegroupname> -AutomationAccountName <accountname>).PrimaryKey
8383
```
8484

85-
For the Node Configuration name, make sure the node configuration exists in Azure State Configuration. If it does not, the extension deployment will return a failure. Also make sure you are using the name of the *Node Configuration* and not the Configuration.
85+
> [!WARNING]
86+
> For the Node Configuration name, make sure the node configuration exists in Azure State Configuration. If it does not, the extension deployment will return a failure.
87+
88+
Make sure you are using the name of the *Node Configuration* and not the Configuration.
8689
A Configuration is defined in a script that is used
8790
[to compile the Node Configuration (MOF file)](../../automation/automation-dsc-compile.md).
8891
The name will always be the Configuration followed by a period `.` and either `localhost` or a specific computer name.

0 commit comments

Comments
 (0)