Skip to content

Commit 97b4936

Browse files
authored
make sure node configuration exists when onboarding from extension
1 parent 6419ecf commit 97b4936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ This information can be seen in the
7979
(Get-AzAutomationRegistrationInfo -ResourceGroupName <resourcegroupname> -AutomationAccountName <accountname>).PrimaryKey
8080
```
8181

82-
For the Node Configuration name, make sure you are using the name of the *Node Configuration* and not the Configuration.
82+
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.
8383
A Configuration is defined in a script that is used
8484
[to compile the Node Configuration (MOF file)](https://docs.microsoft.com/azure/automation/automation-dsc-compile).
8585
The name will always be the Configuration followed by a period `.` and either `localhost` or a specific computer name.

0 commit comments

Comments
 (0)