2 Answers
- Newest
- Most votes
- Most comments
1
I am answering this question by myself as I was asked by a customer and found a definitive answer for it.
While Azure SQL is not explicitly listed as one of the QuickSight data sources, you can still use it as a data source. TLS/SSL is also supported now, and I have tested it personally.
Example of JDBC connection parameters:
Server: "servername".database.windows.net Port: 1433 Database Name: "databasename" Username: "username"@"servername" Password: "password"
Make sure to use the "username"@"servername" format for the Username.
0
Since you are able to connect but observe "no tables in the database", can you check what permissions are set for the user on Azure SQL side?
answered 3 years ago
Relevant content
- asked 8 months ago
- Accepted Answerasked a year ago
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 6 months ago