Skip to content

Commit 174778d

Browse files
committed
fixed blocking issues
1 parent fea3793 commit 174778d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/automation/manage-sql-server-using-automation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Manage databases in Azure SQL databases using Azure Automation.
2+
title: Manage databases in Azure SQL databases using Azure Automation
33
description: This article explains on how to use Azure SQL server database using a system assigned managed identity in Azure Automation.
44
services: automation
55
ms.date: 06/26/2023
66
ms.topic: conceptual
77
---
88

9-
# Manage databases in Azure SQL database using Azure Automation.
9+
# Manage databases in Azure SQL database using Azure Automation
1010

1111
This article describes the procedure to connect and manage databases in Azure SQL database using Azure Automation's [system-assigned managed identity](enable-managed-identity-for-automation.md). With Azure Automation, you can manage databases in Azure SQL Database by using the [latest Az PowerShell cmdlets](https://learn.microsoft.com/powershell/module/) that are available in [Azure Az PowerShell](https://learn.microsoft.com/powershell/azure/new-azureps-module-az?view=azps-10.2.0).
1212

@@ -82,7 +82,7 @@ roles.[name], members.[name]
8282
> [!NOTE]
8383
> When a SQL server is running behind a firewall, you must run the Azure Automation runbook on a machine in your own network. Ensure that you configure this machine as a Hybrid Runbook Worker so that the IP address or network is not blocked by the firewall. For more information on how to configure a machine as a Hybrid Worker, see [create a hybrid worker](extension-based-hybrid-runbook-worker-install.md).
8484
85-
### Using a Hybrid worker
85+
### Use Hybrid worker
8686
When you use a Hybrid worker, the modules that your runbook uses, must be installed locally from an elevated PowerShell prompt. For example, `- Install-module Az.Accounts and Install-module SqlServer`. To find the required module names, run a command on each cmdlet and then check the source. For example, to check module name for cmdlet `Connect-AzAccounts` which is part of the Az.Account module, run the command: `get-command Connect-AzAccount`
8787

8888
> [!NOTE]

0 commit comments

Comments
 (0)