Skip to content

Commit a4c256d

Browse files
authored
Merge pull request #78562 from danimir/master
Update Update Azure Automation modules
2 parents ff21513 + 0367137 commit a4c256d

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

articles/sql-database/sql-database-automatic-tuning-email-notifications.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ author: danimir
1111
ms.author: danil
1212
ms.reviewer: jrasnik, carlrab
1313
manager: craigg
14-
ms.date: 03/12/2019
14+
ms.date: 06/03/2019
1515
---
1616
# Email notifications for automatic tuning
1717

@@ -53,14 +53,9 @@ If you have several Azure subscriptions for which you would like to build the sa
5353

5454
## Update Azure Automation modules
5555

56-
The PowerShell script to retrieve Automatic tuning recommendation uses [Get-AzResource](https://docs.microsoft.com/powershell/module/az.Resources/Get-azResource) and [Get-AzSqlDatabaseRecommendedAction](https://docs.microsoft.com/powershell/module/az.Sql/Get-azSqlDatabaseRecommendedAction) commands for which update of Azure Modules to the version 4 and above is required.
56+
The PowerShell script to retrieve Automatic tuning recommendation uses [Get-AzResource](https://docs.microsoft.com/powershell/module/az.Resources/Get-azResource) and [Get-AzSqlDatabaseRecommendedAction](https://docs.microsoft.com/powershell/module/az.Sql/Get-azSqlDatabaseRecommendedAction) commands for which Azure Module version 4 and above is required.
5757

58-
Follow these steps to update Azure PowerShell modules:
59-
60-
- Access the Automation app pane, and select “**Modules**” on the left-hand side menu (scroll down as this menu item is under Shared Resources).
61-
- In the Modules pane, click on “**Update Azure Modules**” at the top, and wait until the message “Azure modules have been updated” is displayed. This process can take a few minutes to complete.
62-
63-
![Update Azure automation modules](./media/sql-database-automatic-tuning-email-notifications/howto-email-02.png)
58+
- In case your Azure Modules need updating, see [Az module support in Azure Automation](../automation/az-modules.md).
6459

6560
## Create Azure Automation Runbook
6661

0 commit comments

Comments
 (0)