You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: This article tells how to configure runbook input parameters, which allow data to be passed to a runbook when it's started.
4
4
services: automation
5
5
ms.subservice: process-automation
6
-
ms.date: 02/14/2019
6
+
ms.date: 09/13/2021
7
7
ms.topic: conceptual
8
8
ms.custom: devx-track-azurepowershell
9
9
---
10
-
# Configure runbook input parameters
10
+
11
+
# Configure runbook input parameters in Automation
11
12
12
13
Runbook input parameters increase the flexibility of a runbook by allowing data to be passed to it when it's started. These parameters allow runbook actions to be targeted for specific scenarios and environments. This article describes the configuration and use of input parameters in your runbooks.
13
14
@@ -285,7 +286,7 @@ Type the following code in a text file, and save it as **test.json** somewhere o
285
286
286
287
### Create the runbook
287
288
288
-
Create a new PowerShell runbook named **Test-Json** in Azure Automation. See [My first PowerShell runbook](./learn/powershell-runbook-managed-identity.md).
289
+
Create a new PowerShell runbook named **Test-Json** in Azure Automation.
289
290
290
291
To accept the JSON data, the runbook must take an object as an input parameter. The runbook can then use the properties defined in the JSON file.
0 commit comments