Skip to content

Commit c766cae

Browse files
committed
validation
1 parent 5d94cd8 commit c766cae

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 you use Azure Automation State Configuration, import any required modules into your Automation account by following 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 you use Azure Automation State Configuration, import any required modules into your Automation account by following 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 can't 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 in [Import modules](../shared-resources/modules.md#importing-modules). Update your PowerShell modules to the latest version by following the instructions at [Update Azure PowerShell 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 in [Import modules](../shared-resources/modules.md#import-modules). Update your PowerShell modules to the latest version by following the instructions at [Update Azure PowerShell 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

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

624624
### Resolution
625625

626-
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).
626+
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).
627627

628628
## <a name="access-denied-azure-sandbox"></a>Scenario: Access denied when using Azure sandbox for runbook or application
629629

0 commit comments

Comments
 (0)