I have an azure SQL Server created on our corporate account tied to our Azure AD. Has anyone tried connecting to such a database from UiPath? The conventional UiPath.Database.Activities does not lend itself to Azure Active Directory enabled SQL Server. It only allows connecting to the normal on-prem sql server, that only allows Windows or SQL Authentication, not Azure AD.
This is how I am able to connect from SQL Studio. Using MFA and my email address. When I click connect, it goes through a set of screens to ask for the password and the MFA stuff. As you can see, I can’t do this from UiPath Studio. It has to be a silent login like it would if it was an on-prem SQL server with windows authentication.
How do I get the connection string? I thought if you right-clicked on the connection, the properties would show that. But I don’t see an option to view the properties.