uranusjr commented on code in PR #34094:
URL: https://github.com/apache/airflow/pull/34094#discussion_r1315409166


##########
docs/apache-airflow-providers-microsoft-azure/connections/adls_v2.rst:
##########
@@ -33,6 +33,10 @@ Currently, there are two ways to connect to Azure Data Lake 
Storage Gen2 using A
 2. Use a `Connection String
    
<https://docs.microsoft.com/en-us/azure/data-explorer/kusto/api/connection-strings/storage>`_
    i.e. add connection string to ``connection_string`` in the Airflow 
connection.
+3. Fallback on `DefaultAzureCredential
+   
<https://docs.microsoft.com/en-us/python/api/overview/azure/identity-readme?view=azure-python#defaultazurecredential>`_.
+   This includes a mechanism to try different options to authenticate: Managed 
System Identity, environment variables, authentication through Azure CLI...

Review Comment:
   ```suggestion
      This includes a mechanism to try different options to authenticate: 
Managed System Identity, environment variables, authentication through Azure 
CLI, etc.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to