Skip to content

Instantly share code, notes, and snippets.

View weidongxu-microsoft's full-sized avatar

Weidong Xu weidongxu-microsoft

View GitHub Profile
@ChenTanyi
ChenTanyi / azure_auth.py
Created September 27, 2019 07:09
Get Azure Auth
#!/usr/bin/env python3
import os
import sys
import json
import logging
import requests
def request_token():
auth_file = os.environ.get('AZURE_AUTH_LOCATION')