Is it possible to get the IP address of SQL Managed Instance

Mahadev, Rakesh [HAEA] 225 Reputation points
2023-06-06T17:06:42.8533333+00:00

Is it possible to map an IP for the Azure SQL managed instance Server.

 

Azure SQL Database
{count} votes

Accepted answer
  1. Alberto Morillo 34,671 Reputation points MVP Volunteer Moderator
    2023-06-06T21:01:05.7866667+00:00

    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

    User's image

    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.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.