Feature Description
I would like MSSQL extension to seamlessly support authentication context established by the az login command, instead of popping up more online authentication dialogs or code-driven auth. In .NET SQL client, DefaultAzureCredential supports existing Azure CLI creds already.
We use a lot of command line automation with SQL Servers in Azure, and "current" identity is seamlessly applied to a lot of services such as sqlpackage CLI, Azure Devops, AppConfig, Azure Storage, and others.
CLI-based login also helps with logging in as a service principal.
Problem and Motivation
Currently, the UI for Azure integrated authentication with MFA is very frequently broken (way too frequent popups) or causes long unexplainable freezes while navigating many DB-related UIs: query editor, stored connections, schema comparison. I am also being forced to re-authenticate at random times, and it's next to impossible to switch to a different database when using the query editor toolbar in VSCode.
Related Area
If you selected "Other", please describe the area
No response
Confirmation
Feature Description
I would like MSSQL extension to seamlessly support authentication context established by the
az logincommand, instead of popping up more online authentication dialogs or code-driven auth. In .NET SQL client, DefaultAzureCredential supports existing Azure CLI creds already.We use a lot of command line automation with SQL Servers in Azure, and "current" identity is seamlessly applied to a lot of services such as sqlpackage CLI, Azure Devops, AppConfig, Azure Storage, and others.
CLI-based login also helps with logging in as a service principal.
Problem and Motivation
Currently, the UI for Azure integrated authentication with MFA is very frequently broken (way too frequent popups) or causes long unexplainable freezes while navigating many DB-related UIs: query editor, stored connections, schema comparison. I am also being forced to re-authenticate at random times, and it's next to impossible to switch to a different database when using the query editor toolbar in VSCode.
Related Area
If you selected "Other", please describe the area
No response
Confirmation