Jump to content
  • entries
    142
  • comments
    0
  • views
    87568

Secure your Azure SQL locally inside your vnet using service endpoints


proximagr

658 views

 Share

Secure your Azure SQL locally inside your vnet using service endpoints
For many companies, a throwback of using Azure SQL was the Public Access. After the latest Azure updates you can use the service endpoints to Secure your Azure SQL locally inside your vnet! For the time, the feature is available only at the West Central US, West US 2, and East US regions but soon more will follow.
So, lets secure your Azure SQL locally inside your vnet! At the VNET creation blade, select the Microsoft.Sql service endpoint from the list of the available service endpoints.
img_59dbdaba04ced.png
Then create an SQL Database at the same region,
img_59dbdc1357e2d.png

 

Next, go to the SQL server firewall settings and turn Off the “Allow access to Azure services”. By doing this you disable the access to the SQL Server using the Public IP.
img_59dbdda6c52ac.png
Click the “Add existing virtual network” and create an access rule, in order to be able to access the SQL Server from your Virtual Network using the service endpoints.
img_59dbde1321f23.png
Now lets test. A fast way to test your SQL connectivity from a Virtual Machine on the VNET, without having the SQL management tools, is to open the “ODBC Data Source Administrator” and create a new connection. Add the Azure SQL Server IP
img_59dbe0fb1087e.png
at the next screen enter the username and password of your SQL Server and finally click the “Test Data Source”
img_59dbe13f44bb3.png
Of course we can also connect with the SMSS. Add the SQL Server FQDN, the username and the password
img_59dbe821dabe6.png
and you are connected, fast and securely!
img_59dbe8390c457.png

 

You cannot yet add your SQL to a subnet, but you secure it’s access inside your VNET! all public access is denied.
[/url]share_save_171_16.png
The post Secure your Azure SQL locally inside your vnet using service endpoints appeared first on Apostolidis IT Corner.



Source

 Share

0 Comments


Recommended Comments

There are no comments to display.

Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...