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

Allow option to create a AzureClient from environment variables #154

Open
natemcintosh opened this issue Oct 17, 2024 · 0 comments
Open

Comments

@natemcintosh
Copy link

Goal

Add another option for creating the AzureClient, this time from environment variables.

Context

Currently, the only way to create an AzureClient is with a config file. However, in one case, I'm setting up a connection to Azure via environment variables, and I don't have a config file available to the running code. I would like to be able to create an AzureClient from the environment variables.

I imagine a copy of helpers.check_config_req() could be made, and then altered to instead check for the existence of environment variables.

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

No branches or pull requests

1 participant