Skip to content

Commit d513383

Browse files
committed
validation
1 parent cb269f7 commit d513383

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/automation/troubleshoot/desired-state-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ For information on using **xDscDiagnostics**, see [Using xDscDiagnostics to anal
4545

4646
### 3. Ensure that nodes and the Automation workspace have required modules
4747

48-
DSC depends on modules installed on the node. When using Azure Automation State Configuration, import any required modules into your Automation account using the steps in [Import Modules](../shared-resources/modules.md#importing-modules). Configurations can also have a dependency on specific versions of modules. For more information, see [Troubleshoot modules](shared-resources.md#modules).
48+
DSC depends on modules installed on the node. When using Azure Automation State Configuration, import any required modules into your Automation account using the steps in [Import Modules](../shared-resources/modules.md#import-modules). Configurations can also have a dependency on specific versions of modules. For more information, see [Troubleshoot modules](shared-resources.md#modules).
4949

5050
## <a name="unsupported-characters"></a>Scenario: A configuration with special characters cannot be deleted from the portal
5151

articles/automation/troubleshoot/runbooks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ When you receive errors during runbook execution in Azure Automation, you can us
3535

3636
3. **Ensure that your nodes and Automation workspace have the required modules.**
3737

38-
If your runbook imports any modules, verify that they are available to your Automation account using the steps listed in [Import modules](../shared-resources/modules.md#importing-modules). Update your modules to the latest version by following the instructions at [Update Azure modules in Azure Automation](..//automation-update-azure-modules.md). For more troubleshooting information, see [Troubleshoot modules](shared-resources.md#modules).
38+
If your runbook imports any modules, verify that they are available to your Automation account using the steps listed in [Import modules](../shared-resources/modules.md#import-modules). Update your modules to the latest version by following the instructions at [Update Azure modules in Azure Automation](..//automation-update-azure-modules.md). For more troubleshooting information, see [Troubleshoot modules](shared-resources.md#modules).
3939

4040
4. **Do if your runbook is suspended or unexpectedly fails.**
4141

@@ -179,7 +179,7 @@ This error is probably caused by using an incomplete migration from AzureRM to A
179179

180180
### Resolution
181181

182-
We don't recommend the use of Az and AzureRM cmdlets in the same runbook. To learn more about the correct use of these modules, see [Migrating to Az modules](../shared-resources/modules.md#migrating-to-az-modules).
182+
We don't recommend the use of Az and AzureRM cmdlets in the same runbook. To learn more about the correct use of these modules, see [Migrating to Az modules](../shared-resources/modules.md#migrate-to-az-modules).
183183

184184
## <a name="task-was-cancelled"></a>Scenario: The runbook fails with the error: A task was canceled
185185

0 commit comments

Comments
 (0)