uranusjr commented on code in PR #34097:
URL: https://github.com/apache/airflow/pull/34097#discussion_r1315406797
##########
docs/apache-airflow-providers-microsoft-azure/connections/azure.rst:
##########
@@ -53,10 +56,12 @@ Configuring the Connection
Login (optional)
Specify the ``client_id`` used for the initial connection.
This is only needed for *token credentials* authentication mechanism.
+ It can be left out to fall back on ``DefaultAzureCredential``.
Review Comment:
```suggestion
It can be left out to fall back on DefaultAzureCredential_.
```
We can pretty easily add links to all occurrences like this. Not sure if we
want to do this though.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]