Skip to content

Commit

Permalink
[docs/azure] Fix broken link (#1492)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerbermarco authored Feb 27, 2025
1 parent 8363be3 commit 80031d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/backends/azure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Authentication Settings

Several different methods of authentication are provided. In order of precedence they are:

#. ``connection_string`` or ``AZURE_CONNECTION_STRING`` (see `Connection string docs <https://azure.microsoft.com/documentation/articles/storage-configure-connection-string/>`_)
#. ``connection_string`` or ``AZURE_CONNECTION_STRING`` (see `Connection string docs <https://learn.microsoft.com/en-us/azure/storage/common/storage-configure-connection-string>`_)
#. (``account_key`` or ``AZURE_ACCOUNT_KEY``) and (``account_name`` or ``AZURE_ACCOUNT_NAME``)
#. ``token_credential`` or ``AZURE_TOKEN_CREDENTIAL`` with ``account_name`` or ``AZURE_ACCOUNT_NAME``
#. ``sas_token`` or ``AZURE_SAS_TOKEN``
Expand Down

0 comments on commit 80031d3

Please sign in to comment.