microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.58k stars 901 forks source link

When launching Azure Data Studio with --comand connect to Azure Synapse Analytics , it is still in the dsiconnected state. #25217

Open komorita000 opened 9 months ago

komorita000 commented 9 months ago

Steps to Reproduce:

1.Execute the following command azuredatastudio --server [ServerName].sql.azuresynapse.net --database [DatabaseName] --provider MSSQL --authenticationType AzureMFA --user [XXX@XXX.com] --command connect .[FileName].sql The same issue occurs with SQL authentication

image

Does this issue occur when all extensions are disabled?: Yes

komorita000 commented 9 months ago

When is the plan to fix this bug?