Skip to content

Instantly share code, notes, and snippets.

View fxgsell's full-sized avatar

François-Xavier Gsell fxgsell

View GitHub Profile
@fxgsell
fxgsell / az-auth.py
Created April 17, 2019 07:17
Request credentials using Azure Managed Identities
from msrestazure.azure_active_directory import MSIAuthentication
credentials = MSIAuthentication()