Closed
Description
Properly implement authentication for the Azure provider. Current implementation in providers/azure/provider.py
only supports service principals [in a limited manner].
Refs:
https://docs.microsoft.com/en-us/python/azure/python-sdk-azure-authenticate?view=azure-python
https://azure.microsoft.com/en-ca/resources/samples/data-lake-analytics-python-auth-options/
https://github.com/AzureAD/azure-activedirectory-library-for-python/wiki
https://docs.microsoft.com/en-us/azure/active-directory/develop/authentication-scenarios#application-types-and-scenarios
https://docs.microsoft.com/en-us/python/api/overview/azure/activedirectory?view=azure-python
Once this is done, update README to explain how to authenticate.