Skip to content

Commit 091dca1

Browse files
committed
minor edits
1 parent efb2e7f commit 091dca1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/automation/troubleshoot/runbooks.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,10 +733,11 @@ Follow [Step 5 - Add authentication to manage Azure resources](../learn/powershe
733733

734734
### Issue
735735
Your runbook uses parameters and fails with the following error:
736+
736737
*Total Length of Runbook Parameter names and values exceeds the limit of 30,000 characters. To avoid this issue, use Automation Variables to pass values to runbook.*
737738

738739
### 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, and Parameter values must not exceed 30,000 characters.
740+
There is a limit to the total length of characters of all Parameters that can be provided in Python 2.7, Python 3.8, and PowerShell 7.1 runbooks. The total length of all Parameter names, and Parameter values must not exceed 30,000 characters.
740741

741742
### Resolution
742743
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 30,000 characters.

0 commit comments

Comments
 (0)