First published on MSDN on Jan 17, 2019
Hello Team,
Today, I worked on a service request that our customer asked about to use their own certificate to connect to Azure SQL Database.
Nowadays, there is not possible to use your own certificates to connect to your Azure SQL Database. Azure SQL Database implements by itself an own certificate as you could find in this documentation:
https://docs.microsoft.com/es-es/azure/sql-database/sql-database-security-overview
Bringing your own key for certificates you could use these features:
Other options that you have Azure Active Directory and Application Token authentication -
https://docs.microsoft.com/en-us/azure/sql-database/sql-database-aad-authentication
Enjoy!