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.
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
Does this issue occur when all extensions are disabled?: Yes
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
Does this issue occur when all extensions are disabled?: Yes