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
Copy file name to clipboardExpand all lines: articles/automation/automation-runbook-types.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ The Azure Automation Process Automation feature supports several types of runboo
26
26
To learn about the process automation environment, see [Runbook execution in Azure Automation](automation-runbook-execution.md).
27
27
28
28
> [!NOTE]
29
-
> Azure Automation will follow the support lifecycle of PowerShell and Python language versions in accordance with the timelines published by parent the products, [PowerShell](/powershell/scripting/install/powershell-support-lifecycle?view=powershell-7.3&preserve-view=true#powershell-end-of-support-dates) and [Python](https://devguide.python.org/versions/), respectively. We recommend that you to use runbooks with supported language versions.
29
+
> Azure Automation will follow the support lifecycle of PowerShell and Python language versions in accordance with the timelines published by parent the products, [PowerShell](/powershell/scripting/install/powershell-support-lifecycle?view=powershell-7.3&preserve-view=true#powershell-end-of-support-dates) and [Python](https://devguide.python.org/versions/), respectively. We recommend that you use runbooks with supported language versions.
30
30
31
31
Take into account the following considerations when determining which type to use for a particular runbook:
32
32
@@ -328,7 +328,7 @@ Currently, Python 3.10 runtime version is supported for both Cloud and Hybrid jo
328
328
### Advantages
329
329
330
330
> [!NOTE]
331
-
> Importing a Python package may take several minutes. The advantages are:
331
+
> Importing a Python package may take several minutes.
332
332
333
333
- Uses the robust Python libraries.
334
334
- Can run in Azure or on Hybrid Runbook Workers.
@@ -339,7 +339,7 @@ Currently, Python 3.10 runtime version is supported for both Cloud and Hybrid jo
Copy file name to clipboardExpand all lines: articles/automation/manage-runtime-environment.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This article provides information on how to create Runtime Environment and perfo
21
21
22
22
Before you assign permissions to managed identities, ensure you meet these prerequisites:
23
23
24
-
An Azure Automation account is supported in all public regions except Brazil Southeast and Gov clouds.
24
+
-An Azure Automation account is supported in all public regions except Brazil Southeast and Gov clouds.
25
25
26
26
27
27
## Switch between Runtime environment and old experience
@@ -42,7 +42,7 @@ To switch to Runtime environment, follow these steps:
42
42
43
43
### Old experience
44
44
45
-
To switch to the old experience, follow these steps:
45
+
To switch to the old experience, follow this step:
46
46
47
47
1. Go to your Automation account, under **Process Automation**, the **Runtime environments** is removed and under **Shared resources**, **Modules** and **Python packages** can be seen.
48
48
@@ -56,13 +56,14 @@ To switch to the old experience, follow these steps:
56
56
57
57
### Create Runtime environment
58
58
59
-
To create a Runtime environment in Azure portal, follow these steps:
60
-
61
59
#### [Azure portal](#tab/create-runtime-portal)
60
+
61
+
To create a Runtime environment, follow these steps:
62
+
62
63
1. Sign in to the [Azure portal](https://portal.azure.com) and select your Automation account.
63
64
1. In the **Overview** page, select **Try Runtime Environment experience**, if not already in the new experience.
64
65
1. Under **Process Automation**, select **Runtime Environments** and then select **Create**.
65
-
1. On **Basics**, enter the following details:
66
+
1. On the **Basics** tab, enter the following details:
66
67
1.**Name** for the Runtime environment. It must begin with alphabet and can contain only alphabets, numbers, underscores, and dashes.
67
68
1. From the **Language** drop-down, select the scripting language for Runtime environment.
68
69
- Choose **PowerShell** for PowerShell scripting language or **Python** for Python scripting language.
To list all the Runtime environments from the Automation account, follow these steps:
141
-
142
141
#### [Azure portal](#tab/list-runtime-portal)
143
142
143
+
To list all the Runtime environments from the Automation account, follow these steps:
144
+
144
145
1. In your Automation account, under **Process Automation**, select **Runtime Environments**.
145
146
146
147
:::image type="content" source="./media/manage-runtime-environment/list-runtime-environment.png" alt-text="Screenshot shows how to view the list of all runtime environments." lightbox="./media/manage-runtime-environment/list-runtime-environment.png":::
@@ -164,10 +165,10 @@ Job output would show all the component packages and their versions.
164
165
165
166
### Delete Runtime environment
166
167
167
-
To delete the Runtime environment from the Automation account, follow these steps:
168
-
169
168
#### [Azure portal](#tab/delete-runtime-portal)
170
169
170
+
To delete the Runtime environment from the Automation account, follow these steps:
171
+
171
172
1. In your Automation account, under **Process Automation**, select **Runtime Environments**.
172
173
1. Select the runtime environment that you want to delete.
173
174
1. Select **Delete** to delete the Runtime environment.
Runtime language and Runtime version are immutable properties. However, you can update the version of modules and add or remove packages in the Runtime environment. Runbooks linked to the Runtime environment are automatically updated with the new settings.
188
189
189
-
To update a Runtime environment, follow these steps:
190
-
191
190
#### [Azure portal](#tab/update-runtime-portal)
192
191
192
+
To update a Runtime environment, follow these steps:
193
+
193
194
1. In your Automation account, under **Process Automation**, select **Runtime Environments**.
194
195
1. Select the Runtime environment that you want to update.
195
196
1. Select the version from dropdown to update the version of existing packages.
0 commit comments