Active Directory Password Connection Azure SQL Failure from Azure Automation

前端 未结 3 1216
慢半拍i
慢半拍i 2020-12-21 06:33

I need to connect via Azure Automation to an Azure SQL Server using my Azure Active Directory Admin account that is set as the Azure SQL Server AZ AD Admin.

I am ab

3条回答
  •  無奈伤痛
    2020-12-21 07:39

    Please refer to this similar question.

    If you want to connect SQL server with Azure AD user, ADAL SQL library should install on your VM. Now, Azure automation account does not install library. If you want use Azure AD user login your SQL server, you could select hybrid workers.

    Runbooks in Azure Automation cannot access resources in your local data center since they run in the Azure cloud. The Hybrid Runbook Worker feature of Azure Automation allows you to run runbooks on machines located in your data center to manage local resources. The runbooks are stored and managed in Azure Automation and then delivered to one or more on-premises machines.

提交回复
热议问题