Skip to content

Commit b692a2b

Browse files
committed
minor edit
1 parent 472bf04 commit b692a2b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/automation/troubleshoot/runbooks.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -729,17 +729,16 @@ Follow [Step 5 - Add authentication to manage Azure resources](../learn/powershe
729729

730730
[Add permissions to Key Vault](../manage-runas-account.md#add-permissions-to-key-vault) to ensure that your Run As account has sufficient permissions to access Key Vault.
731731

732-
## Scenario:
733-
Runbook fails with ‘Parameter length exceeded’ error.
732+
## Scenario: Runbook fails with "Parameter length exceeded" error
734733

735-
### Issue:
734+
### Issue
736735
Your runbook uses parameters and fails with the following error:
737736
*Total Length of Runbook Parameter names and values exceeds the limit of 30000 characters. To avoid this issue, use Automation Variables to pass values to runbook.*
738737

739-
### Cause:
740-
There is a limit to the total length of characters of all Parameters that can be provided in Python2.7, Python3.8 and PowerShell7.1 runbooks. The total length of all Parameter names, Parameter values must not exceed 30,000 characters.
738+
### Cause
739+
There is a limit to the total length of characters of all Parameters that can be provided in Python2.7, Python3.8, and PowerShell7.1 runbooks. The total length of all Parameter names, Parameter values must not exceed 30,000 characters.
741740

742-
### Resolution:
741+
### Resolution
743742
To overcome this issue, you can use Azure Automation [Variables](../shared-resources/variables.md) to pass values to runbook. You can alternatively reduce the number of characters in Parameter names and Parameter values to ensure that the total length does not exceed 30000 characters.
744743

745744

0 commit comments

Comments
 (0)