How am I supposed to connect to Azure Synapse? Is there a page on the portal (and where is it)? Is it from Management Studio (and how to I set that up)?
3 Answers
from azure portal click overview open synapse studio:
https://web.azuresynapse.net/en-us/workspaces click the sql pool and then you will see the endpoint and the connection string
enter the connection string in data studio
Comments
You can connect from either SQL Server Management Studio or Azure Data Studio using its dedicated SQL endpoint:
tcp:myazuresynapseinstance.database.azuresynapse.net,1433
The Properties blade in the Portal will display other endpoints.
You can also connect from the Portal - under the "Getting Started" section there is an "Open Synapse Studio" link.



