Skip to content Skip to sidebar Skip to footer

Azure Automation Runbook Adal Sql Support

I am attempting to use an Azure Automation Runbook to run a query against an Azure SQL database using Azure AD credentials: $cred = Get-AutomationPSCredential -Name 'SqlAdminUser'

Solution 1:

In the end I created hybrid workers which allowed me to install the latest version of the ADAL SQL library, which supports Azure AD authentication.


Post a Comment for "Azure Automation Runbook Adal Sql Support"