Skip to content

Commit efb2e7f

Browse files
committed
minor edit
1 parent b692a2b commit efb2e7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/automation/troubleshoot/runbooks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -733,13 +733,13 @@ 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-
*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.*
736+
*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.*
737737

738738
### 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.
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.
740740

741741
### Resolution
742-
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.
742+
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.
743743

744744

745745
## Recommended documents

0 commit comments

Comments
 (0)