Is it possible to use Active Directory Integration authentication to connect Azure sql in SCA ?
Naras
Posts: 7 Bronze 2
New-DatabaseConnection -ServerInstance <string> -Database <string> [-Authentication <string>] [-Username <string>] [-Password <string>] [<CommonParameters>]
Authentication options are - "IntegratedSecurity", "SqlAuthentication" or "ActiveDirectoryPassword".
I would like to have ActiveDirectoryIntegration.
Authentication options are - "IntegratedSecurity", "SqlAuthentication" or "ActiveDirectoryPassword".
I would like to have ActiveDirectoryIntegration.
Thanks
Naras.
Naras.
Tagged:
Answers
Unfortunately, Active Directory Integration for authentication in SQL Change Automation isn't supported yet.
It's on the team's to-do list, but there's currently no timeline on when the feature will be implemented.
Please keep an eye on the release notes for any updates regarding this:
https://documentation.red-gate.com/sca3/release-notes-and-other-versions/visual-studio-extension-release-notes
Kind regards
Dan Calver | Redgate Software
Have you visited our Help Center?