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/manage-runtime-environment.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Manage Runtime environment and associated runbooks in Azure Automation
3
3
description: This article tells how to manage runbooks in Runtime environment and associated runbooks Azure Automation
4
4
services: automation
5
5
ms.subservice: process-automation
6
-
ms.date: 01/16/2024
6
+
ms.date: 01/17/2024
7
7
ms.topic: conceptual
8
8
ms.custom: references_regions
9
9
---
@@ -68,7 +68,7 @@ An Azure Automation account in supported public region (except Central India, Ge
68
68
:::image type="content" source="./media/manage-runtime-environment/packages-runtime-environment.png" alt-text="Screenshot shows the selections in packages tab of create runtime environment.":::
69
69
70
70
> [!NOTE]
71
-
> Azure CLI commands are supported (preview) in runbooks associated with PowerShell 7.2 Runtime environment. Azure CLI commands version 2.52.0 are available as a default package in PowerShell 7.2 Runtime environment.
71
+
> Azure CLI commands are supported (preview) in runbooks associated with PowerShell 7.2 Runtime environment. Azure CLI commands version 2.56.0 are available as a default package in PowerShell 7.2 Runtime environment.
72
72
73
73
1. To upload more Packages required during runbook execution. Select **Add a file** to add the file(s) stored locally on your computer or select **Add from gallery** to upload packages from PowerShell gallery.
1. Sign in to the Azure [portal](https://portal.azure.com) and select your Automation account.
29
31
1. Under **Process Automation**, select **Runtime Environments (preview)** and then select **Create**.
30
32
1. On **Basics** tab, provide the following details:
31
33
1. Provide **Name** for the Runtime environment. It must begin with alphabet and can contain only alphabets, numbers, underscores, and dashes.
32
34
1. From the **Language** dropdown list, select **PowerShell**.
33
35
1. In **Runtime version** for scripting language, select 7.2
34
36
1. Provide appropriate **Description**.
35
-
1. On **Packages** tab, in the **Package version** dropdown list, you would see **Az version 8.3** and **Azure CLI version 2.52.0** already present.
37
+
1. On **Packages** tab, in the **Package version** dropdown list, you would see **Az version 8.3** and **Azure CLI version 2.56.0** already present.
36
38
1. Select **+Add from gallery** to add more packages from gallery and select **Next**.
37
39
1. On **Review + create** tab, review the entries and select **Create**.
38
40
39
41
A notification appears to confirm that a Runtime environment is successfully created.
40
42
41
43
:::image type="content" source="./media/quickstart-cli-support-powershell-runbook-runtime-environment/create-runtime-environment.png" alt-text="Screenshot shows how to create a runtime environment." lightbox="./media/quickstart-cli-support-powershell-runbook-runtime-environment/create-runtime-environment.png":::
42
44
45
+
#### [REST API](#tab/create-runtime-env-rest)
46
+
47
+
Azure CLI version 2.56.0 is available only for PowerShell 7.2 Runtime environment.
Copy file name to clipboardExpand all lines: articles/automation/quickstart-update-runbook-in-runtime-environment.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Using the Runtime environment, you can upgrade a runbook from one Runtime versio
33
33
1. From the **Language** dropdown list, select **PowerShell**.
34
34
1. In **Runtime version** for scripting language, select 7.2.
35
35
1. Provide appropriate **Description**.
36
-
1. On **Packages** tab, in the **Package version** dropdown list, you would see **Az version 8.3.0** and **Azure CLI version 2.52.0** packages already present.
36
+
1. On **Packages** tab, in the **Package version** dropdown list, you would see **Az version 8.3.0** and **Azure CLI version 2.56.0** packages already present.
37
37
1. Select **+Add from gallery** to add more packages from gallery and select **Next**.
38
38
1. On **Review + create** tab, review the entries and select **Create**.
Copy file name to clipboardExpand all lines: articles/automation/runtime-environment-overview.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Runtime environment in Azure Automation
3
3
description: This article provides an overview on Runtime environment in Azure Automation.
4
4
services: automation
5
5
ms.subservice: process-automation
6
-
ms.date: 01/16/2024
6
+
ms.date: 01/17/2024
7
7
ms.topic: conceptual
8
8
ms.custom: references_regions
9
9
---
@@ -35,11 +35,11 @@ Runtime environment captures the following details about the job execution envir
35
35
36
36
|**Package Types**|**Description**|
37
37
|---------|---------|
38
-
|**Default packages**| The packages enable you to manage Azure resources. For example, Az PowerShell 8.0.0, Azure CLI 2.52.0|
38
+
|**Default packages**| The packages enable you to manage Azure resources. For example, Az PowerShell 8.0.0, Azure CLI 2.56.0|
39
39
|**Customer-provided packages**| These are custom packages that are required by runbooks during execution. The packages can be from: </br> - Public gallery: PSGallery, pypi </br> - Self-authored. |
40
40
41
41
> [!NOTE]
42
-
> Azure CLI commands are supported (public preview) in runbooks associated with PowerShell 7.2 Runtime environment. Azure CLI commands version 2.52.0 is available as a default package in PowerShell 7.2 Runtime environment.
42
+
> Azure CLI commands are supported (public preview) in runbooks associated with PowerShell 7.2 Runtime environment. Azure CLI commands version 2.56.0 is available as a default package in PowerShell 7.2 Runtime environment.
43
43
44
44
## Azure CLI package in Runtime environment
45
45
@@ -58,14 +58,14 @@ Azure Automation creates system-generated Runtime environments based on the Runt
58
58
- Python-3.8
59
59
- Python-3.10
60
60
61
-
:::image type="content" source="./media/runtime-environment-overview/system-generated.png" alt-text="Screenshot shows the system generated Runtime environment." lightbox="./media/runtime-environment-overview/system-generated.png":::
62
-
63
61
You can't edit these Runtime environments. However, any changes that are made in Modules/Packages for the Automation account are automatically reflected in these system-generated Runtime environments.
64
62
63
+
:::image type="content" source="./media/runtime-environment-overview/system-generated.png" alt-text="Screenshot shows the system generated Runtime environment." lightbox="./media/runtime-environment-overview/system-generated.png":::
64
+
65
65
> [!NOTE]
66
66
> Packages present in System-generated Runtime environments are unique to your Azure Automation account and might vary across different accounts.
67
67
68
-
## Key Benefits
68
+
## Key benefits
69
69
70
70
-**Granular control** - enables you to configure the script execution environment by choosing the Runtime language, its version, and dependent modules.
71
71
-**Runbook update** - allows easy portability of runbooks across different runtime versions by updating runtime environment of runbooks to keep pace with the latest PowerShell and Python releases. You can test updates before publishing them to production.
0 commit comments