Active Directory Password Connection Azure SQL Failure from Azure Automation

前端 未结 3 1223
慢半拍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:13

    Using Azure AD to connect to SQL is not yet supported with Azure Automation Account.This feature requires .NET Framework 4.6 and currently Azure Automation workers only had .NET Framework 4.5.

    Suggestion:

    • Instead of using Azure Active Password Authentication, try automating with SQL Server authentication
    • Try using Hybrid runbook worker as they are able to install the latest version of .Net Framework (ref: https://docs.microsoft.com/en-us/azure/automation/automation-hybrid-runbook-worker)

提交回复
热议问题