You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/automation/automation-dsc-onboarding.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ To find the registration key and registration URL to use as parameters in the te
62
62
You can enable Windows servers running on-premises or in other cloud environments (including AWS EC2 instances) to Azure Automation State Configuration. The servers must have [outbound access to Azure](automation-dsc-overview.md#network-planning).
63
63
64
64
1. Make sure that the latest version of [WMF 5](https://aka.ms/wmf5latest) is installed on the machines to enable for State Configuration. In addition, WMF 5 must be installed on the computer that you are using for enabling the machines.
65
-
1. Follow the directions in the section [Generating DSC metaconfigurations](#generating-dsc-metaconfigurations) to create a folder containing the required DSC metaconfigurations.
65
+
1. Follow the directions in [Generate DSC metaconfigurations](#generate-dsc-metaconfigurations) to create a folder containing the required DSC metaconfigurations.
66
66
1. Use the following cmdlet to apply the PowerShell DSC metaconfigurations remotely to the machines to enable.
67
67
68
68
```powershell
@@ -87,7 +87,7 @@ You can enable Linux servers running on-premises or in other cloud environments
87
87
88
88
3. If the PowerShell DSC Local Configuration Manager (LCM) defaults don't match your use case, or you want to enable machines that only report to Azure Automation State Configuration, follow steps 4-7. Otherwise, proceed directly to step 7.
89
89
90
-
4. Follow the directions in the [Generating DSC metaconfigurations](#generating-dsc-metaconfigurations) section to produce a folder containing the required DSC metaconfigurations.
90
+
4. Follow the directions in [Generate DSC metaconfigurations](#generate-dsc-metaconfigurations) section to produce a folder containing the required DSC metaconfigurations.
91
91
92
92
5. Make sure that the latest version of [WMF 5](https://aka.ms/wmf5latest) is installed on the computer being used to enable your machines for State Configuration.
Copy file name to clipboardExpand all lines: articles/automation/automation-dsc-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ you also need to allow traffic between nodes. See the documentation for each DSC
99
99
100
100
#### Proxy support
101
101
102
-
Proxy support for the DSC agent is available in Windows version 1809 and later. This option is enabled by setting the values for `ProxyURL` and `ProxyCredential` in the [metaconfiguration script](automation-dsc-onboarding.md#generating-dsc-metaconfigurations)
102
+
Proxy support for the DSC agent is available in Windows version 1809 and later. This option is enabled by setting the values for `ProxyURL` and `ProxyCredential` in the [metaconfiguration script](automation-dsc-onboarding.md#generate-dsc-metaconfigurations)
Copy file name to clipboardExpand all lines: articles/automation/troubleshoot/desired-state-configuration.md
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,10 @@ ms.date: 04/16/2019
10
10
ms.topic: conceptual
11
11
manager: carmonm
12
12
---
13
-
# Troubleshoot issues with Azure Automation State Configuration
13
+
# Troubleshoot Azure Automation State Configuration issues
14
14
15
15
This article provides information on troubleshooting issues that arise while you compile or deploy configurations in Azure Automation State Configuration.
16
16
17
-
>[!NOTE]
18
-
>This article has been updated to use the new Azure PowerShell Az module. You can still use the AzureRM module, which will continue to receive bug fixes until at least December 2020. To learn more about the new Az module and AzureRM compatibility, see [Introducing the new Azure PowerShell Az module](https://docs.microsoft.com/powershell/azure/new-azureps-module-az?view=azps-3.5.0). For Az module installation instructions on your Hybrid Runbook Worker, see [Install the Azure PowerShell Module](https://docs.microsoft.com/powershell/azure/install-az-ps?view=azps-3.5.0). For your Automation account, you can update your modules to the latest version by following the steps in [How to update Azure PowerShell modules in Azure Automation](../automation-update-azure-modules.md).
19
-
20
17
## Diagnose an issue
21
18
22
19
When you receive a compilation or deployment error for configuration, here are a few steps to help you diagnose the issue.
@@ -106,7 +103,7 @@ VM has reported a failure when processing extension 'Microsoft.Powershell.DSC /
106
103
107
104
### Cause
108
105
109
-
This issue is caused by a bad or expired certificate. See [Certificate expiration and reregistration](../automation-dsc-onboarding.md#re-registering-a-node).
106
+
This issue is caused by a bad or expired certificate. See [Re-register a node](../automation-dsc-onboarding.md#re-register-a-node).
110
107
111
108
This issue might also be caused by a proxy configuration not allowing access to ***.azure-automation.net**. For more information, see [Configuration of private networks](../automation-dsc-overview.md#network-planning).
112
109
@@ -234,11 +231,11 @@ You've used a credential in a configuration but didn't provide proper `Configura
234
231
235
232
Make sure to pass in the proper `ConfigurationData` to set `PSDscAllowPlainTextPassword` to true for each node configuration that's mentioned in the configuration. See [Compiling DSC configurations in Azure Automation State Configuration](../automation-dsc-compile.md).
236
233
237
-
## <aname="failure-processing-extension"></a>Scenario: "Failure processing extension" error when onboarding from a DSC extension
234
+
## <aname="failure-processing-extension"></a>Scenario: "Failure processing extension" error when enabling a machine from a DSC extension
238
235
239
236
### Issue
240
237
241
-
When you onboard by using a DSC extension, a failure occurs that contains the error:
238
+
When you enable a machine by using a DSC extension, a failure occurs that contains the error:
242
239
243
240
```error
244
241
VM has reported a failure when processing extension 'Microsoft.Powershell.DSC'. Error message: \"DSC COnfiguration 'RegistrationMetaConfigV2' completed with error(s). Following are the first few: Registration of the Dsc Agent with the server <url> failed. The underlying error is: The attempt to register Dsc Agent with Agent Id <ID> with the server <url> return unexpected response code BadRequest. .\".
@@ -251,7 +248,7 @@ This error typically occurs when the node is assigned a node configuration name
251
248
### Resolution
252
249
253
250
* Make sure that you're assigning the node with a name that exactly matches the name in the service.
254
-
* You can choose to not include the node configuration name, which results in onboarding the node but not assigning a node configuration.
251
+
* You can choose to not include the node configuration name, which results in enabling the node but not assigning a node configuration.
255
252
256
253
## <aname="cross-subscription"></a>Scenario: "One or more errors occurred" error when registering a node by using PowerShell
257
254
@@ -269,10 +266,10 @@ This error occurs when you try to register a node in a separate subscription fro
269
266
270
267
### Resolution
271
268
272
-
Treat the cross-subscription node as though it's defined for a separate cloud, or on-premises. Register the node by using one of these onboarding options:
269
+
Treat the cross-subscription node as though it's defined for a separate cloud, or on-premises. Register the node by using one of these options for enabling machines:
273
270
274
-
* Windows: [Physical/virtual Windows machines on-premises, or in a cloud other than Azure/AWS](../automation-dsc-onboarding.md#onboarding-physicalvirtual-windows-machines).
275
-
* Linux: [Physical/virtual Linux machines on-premises, or in a cloud other than Azure](../automation-dsc-onboarding.md#onboarding-physicalvirtual-linux-machines).
271
+
* Windows: [Physical/virtual Windows machines on-premises, or in a cloud other than Azure/AWS](../automation-dsc-onboarding.md#enable-physicalvirtual-windows-machines).
272
+
* Linux: [Physical/virtual Linux machines on-premises, or in a cloud other than Azure](../automation-dsc-onboarding.md#enable-physicalvirtual-linux-machines).
276
273
277
274
## <aname="agent-has-a-problem"></a>Scenario: "Provisioning has failed" error message
0 commit comments