Skip to content

Latest commit

 

History

History

azure

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Introduction

All of the interactions with Azure services require an Azure account.

Authentication

The examples all take advantage of the Default Azure Credential class. The Default Azure credential will check common credential sources including environment variables, managed identities, visual studio code identity and Azure CLI identities.

For more details about Default Azure Credential and the order credentials are evaluated see: https://docs.microsoft.com/en-us/python/api/azure-identity/azure.identity.defaultazurecredential?view=azure-python

Environment Variables

Each group of examples will typically require one or more environment variables that will be specific to your Azure subscription. Typically you will need to change example.env to .env and populate the correct values.

Services

Back to start