Skip to content

remove az dependency and add MSI support #108

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

Merged
merged 2 commits into from
Dec 6, 2018

Conversation

TylerLeonhardt
Copy link
Member

Sending this as a new PR as I wanted to rework some things...

This PR:

  • Removes the Az module from the worker - if the user wants to interact with Azure, they should do:
Save-Module Az.Profile ./Modules
Save-Module Az.KeyVault ./Modules

from their Function App root.

Also... if the user has enabled MSI and Az.Profile is available, we auto-authenticate to Azure. We also attempt to auth via Service Principal if they have the required environment variables.

@TylerLeonhardt
Copy link
Member Author

Ok @daxian-dbw . I've addressed all the log level changes with our discussion
😄

@daxian-dbw daxian-dbw merged commit 73cef3b into Azure:dev Dec 6, 2018
@TylerLeonhardt TylerLeonhardt deleted the az-and-msi branch December 6, 2018 02:01
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

Successfully merging this pull request may close these issues.

3 participants