I was trying to create an azure search indexer using active directory password authentication connection string but i was not able to create as there was an error saying "unable to load adalsql.dll (below screenshot)". Am I missing any thing here? Below is the connection string i was using.
Server=tcp:.database.windows.net,;Database=;Authentication=Active Directory Password;User ID=;Password=;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;
Error : Unable to load adalsql.dll (Authentication=ActiveDirectoryPassword). Error code: 0x2. For more information, see http://go.microsoft.com/fwlink/?LinkID=513072