Azure SQL Database
An Azure relational database service.
6,326 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Is it possible to map an IP for the Azure SQL managed instance Server.
To know the Ip address for Managed Instance Public Endpoint please use the following PowerShell command and your endpoint FQDN with TCP port 3342
Below an example but using a different port
Remember to use port 3342 instead.
In addition, you can download and use a tool named psping with the endpoint FQDN and TCP port 3342 as parameters, similar to the Test-NetConnection command.