Connecting Azure SQL Managed Instance with public endpoint(Internet), no need of VPN

We can connect to the Azure SQL Managed instance from our local machine(home machine) if you are practicing or working with Azure Portal, this can be possible without creating VPN. While creating AZure "Sql Managed Instance" please take care of below points under Networking Section while you are creating SQL Managed instance. Please make below changes.






For creating a SQL Managed Instance it will a use a dedicated subnet which is associated with NSG(Network Security Group), and we need to make change in this NSG inbound security rule. We need add 3342 in Allow inbound connections. The below Image will you will see after you created SQL Mnaged Instance, this will appear under Virtual Network.


You can take above endpoint connection string try to access from SSMS which is installed in your home system. It will allow you to connect, no need of any VPNs


Comments

Popular posts from this blog

Configuring Always on setup in Microsoft Azure.

AZCopy-- How to copy files from Azure Storage Blob Container to on-premises local storage drive and folder