Skip to content

Commit 3c4cdbe

Browse files
committed
updating gallery doc
1 parent e11962b commit 3c4cdbe

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

articles/automation/automation-runbook-gallery.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: automation
66
ms.subservice: process-automation
77
author: georgewallace
88
ms.author: gwallace
9-
ms.date: 09/11/2018
9+
ms.date: 03/11/2019
1010
ms.topic: conceptual
1111
manager: carmonm
1212
---
@@ -16,34 +16,35 @@ Rather than creating your own runbooks and modules in Azure Automation, you can
1616

1717
You can get runbooks from the [Runbook Gallery](#runbooks-in-runbook-gallery) and modules from the [PowerShell Gallery](#modules-in-powerShell-gallery). You can also contribute to the community by sharing scenarios that you develop, see [Adding a runbook to the gallery](automation-runbook-gallery.md#adding-a-runbook-to-the-runbook-gallery)
1818

19-
## Runbooks in Runbook Gallery
19+
## Runbooks in PowerShell Gallery
2020

21-
The [Runbook Gallery](https://gallery.technet.microsoft.com/scriptcenter/site/search?f\[0\].Type=RootCategory&f\[0\].Value=WindowsAzure&f\[1\].Type=SubCategory&f\[1\].Value=WindowsAzure_automation&f\[1\].Text=Automation) provides a variety of runbooks from Microsoft and the community that you can import into Azure Automation. To use one, download a runbook from the gallery, which is hosted in the [TechNet Script Center](https://gallery.technet.microsoft.com/scriptcenter/site/upload), or you can directly import runbooks from the gallery in the Azure portal.
21+
The [PowerShell Gallery](https://www.powershellgallery.com/packages) provides a variety of runbooks from Microsoft and the community that you can import into Azure Automation. To use one, download a runbook from the gallery, or you can directly import runbooks from the gallery, or from your Automation Account in the Azure portal.
2222

23-
You can only import directly from the Runbook Gallery using the Azure portal. You cannot perform this function using Windows PowerShell.
23+
You can only import directly from the PowerShell Gallery using the Azure portal. You cannot perform this function using PowerShell.
2424

2525
> [!NOTE]
26-
> You should validate the contents of any runbooks that you get from the Runbook Gallery and use extreme caution in installing and running them in a production environment.
26+
> You should validate the contents of any runbooks that you get from the PowerShell Gallery and use extreme caution in installing and running them in a production environment.
2727
2828
### To import a runbook from the Runbook Gallery with the Azure portal
2929

3030
1. In the Azure portal, open your Automation account.
3131
2. Under **Process Automation**, click on **Runbooks gallery**
32-
3. Locate the gallery item you want and select it to view its details. On the left, you can enter additional search parameters for the publisher and type.
32+
3. Select **Source: PowerShell Gallery**.
33+
4. Locate the gallery item you want and select it to view its details. On the left, you can enter additional search parameters for the publisher and type.
3334

3435
![Browse gallery](media/automation-runbook-gallery/browse-gallery.png)
3536

36-
4. Click on **View source project** to view the item in the [TechNet Script Center](https://gallery.technet.microsoft.com/).
37-
5. To import an item, click on it to view its details and then click the **Import** button.
37+
5. Click on **View source project** to view the item in the [TechNet Script Center](https://gallery.technet.microsoft.com/).
38+
6. To import an item, click on it to view its details and then click the **Import** button.
3839

3940
![Import button](media/automation-runbook-gallery/gallery-item-detail.png)
4041

41-
6. Optionally, change the name of the runbook and then click **OK** to import the runbook.
42-
7. The runbook appears on the **Runbooks** tab for the Automation Account.
42+
7. Optionally, change the name of the runbook and then click **OK** to import the runbook.
43+
8. The runbook appears on the **Runbooks** tab for the Automation Account.
4344

4445
### Adding a runbook to the runbook gallery
4546

46-
Microsoft encourages you to add runbooks to the Runbook Gallery that you think would be useful to other customers. You can add a runbook by [uploading it to the Script Center](https://gallery.technet.microsoft.com/site/upload) taking into account the following details.
47+
Microsoft encourages you to add runbooks to the PowerShell Gallery that you think would be useful to other customers. You can add a runbook by [uploading it to the PowerShell Gallery](/powershell/gallery/how-to/publishing-packages/publishing-a-package) taking into account the following details.
4748

4849
* You must specify *Windows Azure* for the **Category** and *Automation* for the **Subcategory** for the runbook to be displayed in the wizard.
4950
* The upload must be a single `.ps1` or `.graphrunbook` file. If the runbook requires any modules, child runbooks, or assets, then you should list those items in the description of the submission and in the comments section of the runbook. If you have a scenario requiring multiple runbooks, then upload each separately and list the names of the related runbooks in each of their descriptions. Make sure that you use the same tags so that they show up in the same category. A user will have to read the description to know that other runbooks are required the scenario to work.
95.4 KB
Loading
54.5 KB
Loading

0 commit comments

Comments
 (0)