We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
az
Some users have reported that they are either not allowed to install the Azure CLI or for some other reasons can't use them.
Add a way to login to Azure without having to install the Azure CLI.
The text was updated successfully, but these errors were encountered:
One option would be to leverage the Azure Account extension, which is used by all of Microsoft's Azure extensions.
https://marketplace.visualstudio.com/items?itemName=ms-vscode.azure-account
Sorry, something went wrong.
in Databricks Power Tools we leverage VSCode built-in authentication providers for Microsoft Accounts https://github.com/paiqo/Databricks-VSCode/blob/master/src/vscode/treeviews/connections/DatabricksConnectionManagerAzure.ts#L233
this avoids the dependency to Azure Account extension which I also had problems with in the past as the latest version does not support microsoft/vscode-azure-account#443 Azure/azure-sdk-for-js#20500
No branches or pull requests
Some users have reported that they are either not allowed to install the Azure CLI or for some other reasons can't use them.
Add a way to login to Azure without having to install the Azure CLI.
The text was updated successfully, but these errors were encountered: