Skip to content

Commit

Permalink
Update doc to format config correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney authored Mar 26, 2024
1 parent 1fe6b9b commit 2d099cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/backends/azure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ Before using Managed Identity, you will need to install the Azure Identity packa
pip install azure-identity

After creating the containers in the Azure Storage Account, you can configure Managed Identity in Django settings.
Import ``DefaultAzureCredential`` from ``azure.identity`` to use it for the ``token_credential`` property:
Import ``DefaultAzureCredential`` from ``azure.identity`` to use it for the ``token_credential`` property::


from azure.identity import DefaultAzureCredential

Expand Down

0 comments on commit 2d099cf

Please sign in to comment.