Forum Discussion

sharmerika's avatar
sharmerika
Copper Contributor
Jun 07, 2026
Solved

Integrating Tableau to a Azure Internal Database

Hi everyone, I wanted to ask if it's possible if I can connect Tableau to an internal database that I'm planning to build. Not just Tableau but Monday.com too. And yeah, I know I need to build the da...
  • Jamony's avatar
    Jun 27, 2026

    Yes, it is possible, but the exact design depends on whether the database is meant to be private inside Azure or reachable from the internet. Tableau can connect directly to Azure SQL or another supported database when networking, authentication, and firewall rules allow it. If the database is private, you normally use a private endpoint plus Tableau Bridge, a gateway, or another component that has network access to the database.

     

    Monday.com is a little different because it usually integrates through APIs rather than direct database access. I would avoid giving SaaS tools direct access to the database unless you really need that. A cleaner presentation architecture is Azure SQL for the data, a small API or integration layer in front of it, and then Tableau or Monday.com connecting through the supported connector path.