Note to myself: When testing #Python code for #Azure locally, I shall mainly be using the #AzureCliCredential Class for authentication since this will simply use the credentials from #AzureCLI - the context of which can be quickly verified through `az account show`. The #DefaultAzureCredential Class has all options for production but it checks multiple identity options in turn if they are not excluded - which could lead to, hm - well, confusion I guess. https://learn.microsoft.com/en-us/python/api/azure-identity/azure.identity.defaultazurecredential?view=azure-python
#python #azure #azureclicredential #azurecli #defaultazurecredential