Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Hello Everyone,
Here we are with another lesson learned. At this time, I would like to show you what happen with my connection to my Azure SQL Database inside Azure when I have SQL Auditing enabled.
The first thing that we need to read is the documentation placed here: /en-us/azure/sql-database/sql-database-develop-direct-route-ports-adonet-v12, when we have all information about the connectivity methods inside and outside of Azure.
We are going to take a network trace to identify what is the connectivity path when SQL Auditing is enabled or not.
We will execute these two below commands to take these network traces. There is not needed to instal any application in our Virtual Machine on Azure:
As we could see the connection will go trough the Proxy of the datacenter.
As we could see the connection will go trough the Proxy of the SQL Auditing (datasec-x)
So, depending on the method of the SQL Auditing that you choose you need to be aware of the outgoing port and DNS to open.
Enjoy!
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in