Hi,
I am looking for options to build a workflow that will be doing connect to Azure cloud SQL dB. I am having the connection string with me but I really do not know what are the prerequisites and how to connect to cloud DB and execute a query. Would you mind helping me with this, please?
Connection string I am using : Server=tcp:testgeorgiaautomation.database.windows.net,1433;Initial Catalog=dbtest;Persist SecurityInfo=False;UserID={USERNAME};Password={MYPASSWORD};MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;
Will this work? I am getting a Null response out of it.
Do I need to do any driver installation and Datasource creation prior to connecting it?