security
5 TopicsLesson Learned #490: Monitoring Access from Specific Applications to Azure SQL Database
This week, I worked on a service request where our customer needed to ensure that specific applications could not connect to a particular database. Unfortunately, logon triggers are not supported in Azure SQL Database, but we can use an extended event to capture all logins. Here, I would like to share my experience with you.1.8KViews0likes0CommentsUsing Certificates in Azure SQL Database : Import
First published on MSDN on Sep 21, 2017 In these last days security is being a common topic on the news not for the best reasons and to help to avoid being the subject of one of those news I will share how to increase the security on our Azure SQL Databases.