Skip to content

Commit 15a2a2b

Browse files
authored
Merge pull request #176861 from MGoedtel/task1887417
updated article
2 parents 65023ef + a42bb58 commit 15a2a2b

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

articles/automation/automation-graphical-authoring-intro.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Author graphical runbooks in Azure Automation
33
description: This article tells how to author a graphical runbook without working with code.
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 03/16/2018
6+
ms.date: 10/21/2021
77
ms.topic: conceptual
88
ms.custom: devx-track-azurepowershell
99
---
@@ -14,6 +14,10 @@ All runbooks in Azure Automation are Windows PowerShell workflows. Graphical run
1414

1515
Graphical authoring allows you to create runbooks for Azure Automation without the complexities of the underlying Windows PowerShell or PowerShell Workflow code. You can add activities to the canvas from a library of cmdlets and runbooks, link them together, and configure them to form a workflow. If you have ever worked with System Center Orchestrator or Service Management Automation (SMA), graphical authoring should look familiar. This article provides an introduction to the concepts you need to get started creating a graphical runbook.
1616

17+
> [!NOTE]
18+
> You can't add a digital signature to a Graphical runbook. This feature is not supported in Azure Automation.
19+
>
20+
1721
## Overview of graphical editor
1822

1923
You can open the graphical editor in the Azure portal by creating or editing a graphical runbook.

articles/automation/automation-runbook-types.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Automation runbook types
33
description: This article describes the types of runbooks that you can use in Azure Automation and considerations for determining which type to use.
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 10/05/2021
6+
ms.date: 10/21/2021
77
ms.topic: conceptual
88
ms.custom: devx-track-azurepowershell
99
---
@@ -48,10 +48,11 @@ You can create and edit graphical and graphical PowerShell Workflow runbooks usi
4848
* Can't convert to one of the [text formats](automation-runbook-types.md), nor can you convert a text runbook to graphical format.
4949
* Can't view or directly edit PowerShell code that the graphical workflow creates. You can view the code you create in any code activities.
5050
* Can't run runbooks on a Linux Hybrid Runbook Worker. See [Automate resources in your datacenter or cloud by using Hybrid Runbook Worker](automation-hybrid-runbook-worker.md).
51+
* Graphical runbooks can't be digitally signed.
5152

5253
## PowerShell runbooks
5354

54-
PowerShell runbooks are based on Windows PowerShell. You directly edit the code of the runbook using the text editor in the Azure portal. You can also use any offline text editor and [import the runbook](manage-runbooks.md) into Azure Automation.
55+
PowerShell runbooks are based on Windows PowerShell. You directly edit the code of the runbook using the text editor in the Azure portal. You can also use any offline text editor and [import the runbook](manage-runbooks.md) into Azure Automation.
5556

5657
### Advantages
5758

0 commit comments

Comments
 (0)