Skip to content
New issue

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

I want to be able to login with Azure but I can't use the az CLI #601

Open
fjakobs opened this issue Mar 21, 2023 · 2 comments
Open

I want to be able to login with Azure but I can't use the az CLI #601

fjakobs opened this issue Mar 21, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@fjakobs
Copy link
Collaborator

fjakobs commented Mar 21, 2023

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.

@fjakobs fjakobs added the bug Something isn't working label Mar 21, 2023
@fjakobs
Copy link
Collaborator Author

fjakobs commented Mar 21, 2023

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

@fjakobs fjakobs added enhancement New feature or request and removed bug Something isn't working labels Mar 21, 2023
@gbrueckl
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants