Azure SQL

Cloud-based relational database service provided by Microsoft as part of their Azure cloud platform. It allows organizations to store, manage, and analyze structured data using Microsoft SQL Server.

There are two supported options to connect to Azure SQL:

  1. Connect using database user credentials

  2. Connect using AD application credentials

Option 2 is preferrable as we might face firewall issues with option 1.

Last updated