Skip to content

Commit 92428a2

Browse files
Minor fixes
1 parent fc06a74 commit 92428a2

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

articles/automation/automation-runbook-types.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The Azure Automation Process Automation feature supports several types of runboo
2626
To learn about the process automation environment, see [Runbook execution in Azure Automation](automation-runbook-execution.md).
2727

2828
> [!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.
3030
3131
Take into account the following considerations when determining which type to use for a particular runbook:
3232

@@ -328,7 +328,7 @@ Currently, Python 3.10 runtime version is supported for both Cloud and Hybrid jo
328328
### Advantages
329329

330330
> [!NOTE]
331-
> Importing a Python package may take several minutes. The advantages are:
331+
> Importing a Python package may take several minutes.
332332
333333
- Uses the robust Python libraries.
334334
- 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
339339

340340
### Limitations
341341

342-
Following are the limitations of Python runbooks
342+
The limitations of Python runbooks are:
343343

344344
# [Python 3.10](#tab/py10)
345345

articles/automation/manage-runtime-environment.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article provides information on how to create Runtime Environment and perfo
2121

2222
Before you assign permissions to managed identities, ensure you meet these prerequisites:
2323

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.
2525

2626

2727
## Switch between Runtime environment and old experience
@@ -42,7 +42,7 @@ To switch to Runtime environment, follow these steps:
4242

4343
### Old experience
4444

45-
To switch to the old experience, follow these steps:
45+
To switch to the old experience, follow this step:
4646

4747
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.
4848

@@ -56,13 +56,14 @@ To switch to the old experience, follow these steps:
5656

5757
### Create Runtime environment
5858

59-
To create a Runtime environment in Azure portal, follow these steps:
60-
6159
#### [Azure portal](#tab/create-runtime-portal)
60+
61+
To create a Runtime environment, follow these steps:
62+
6263
1. Sign in to the [Azure portal](https://portal.azure.com) and select your Automation account.
6364
1. In the **Overview** page, select **Try Runtime Environment experience**, if not already in the new experience.
6465
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:
6667
1. **Name** for the Runtime environment. It must begin with alphabet and can contain only alphabets, numbers, underscores, and dashes.
6768
1. From the **Language** drop-down, select the scripting language for Runtime environment.
6869
- Choose **PowerShell** for PowerShell scripting language or **Python** for Python scripting language.
@@ -137,10 +138,10 @@ https://management.azure.com/subscriptions/<subscriptionId>/resourceGroups/<reso
137138

138139
### List Runtime environments
139140

140-
To list all the Runtime environments from the Automation account, follow these steps:
141-
142141
#### [Azure portal](#tab/list-runtime-portal)
143142

143+
To list all the Runtime environments from the Automation account, follow these steps:
144+
144145
1. In your Automation account, under **Process Automation**, select **Runtime Environments**.
145146

146147
:::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.
164165

165166
### Delete Runtime environment
166167

167-
To delete the Runtime environment from the Automation account, follow these steps:
168-
169168
#### [Azure portal](#tab/delete-runtime-portal)
170169

170+
To delete the Runtime environment from the Automation account, follow these steps:
171+
171172
1. In your Automation account, under **Process Automation**, select **Runtime Environments**.
172173
1. Select the runtime environment that you want to delete.
173174
1. Select **Delete** to delete the Runtime environment.
@@ -186,10 +187,10 @@ https://management.azure.com/subscriptions/<subscriptionId>/resourceGroups/<reso
186187

187188
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.
188189

189-
To update a Runtime environment, follow these steps:
190-
191190
#### [Azure portal](#tab/update-runtime-portal)
192191

192+
To update a Runtime environment, follow these steps:
193+
193194
1. In your Automation account, under **Process Automation**, select **Runtime Environments**.
194195
1. Select the Runtime environment that you want to update.
195196
1. Select the version from dropdown to update the version of existing packages.

0 commit comments

Comments
 (0)