Skip to content

Instantly share code, notes, and snippets.

@fxgsell
Created April 17, 2019 07:17
Show Gist options
  • Save fxgsell/58f6af4eb9bb5bd788446ec2c809a3fe to your computer and use it in GitHub Desktop.
Save fxgsell/58f6af4eb9bb5bd788446ec2c809a3fe to your computer and use it in GitHub Desktop.
Request credentials using Azure Managed Identities
from msrestazure.azure_active_directory import MSIAuthentication
credentials = MSIAuthentication()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment