Skip to content

Commit 3886c35

Browse files
committed
minor edit
1 parent 091dca1 commit 3886c35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/automation/troubleshoot/runbooks.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,9 @@ Follow [Step 5 - Add authentication to manage Azure resources](../learn/powershe
734734
### Issue
735735
Your runbook uses parameters and fails with the following error:
736736

737-
*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.*
737+
```error
738+
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.
739+
```
738740

739741
### Cause
740742
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.

0 commit comments

Comments
 (0)