elwinarens commented on a change in pull request #9639:
URL: https://github.com/apache/airflow/pull/9639#discussion_r452633694



##########
File path: docs/howto/use-alternative-secrets-backend.rst
##########
@@ -429,6 +429,39 @@ When ``gcp_key_path`` is not provided, it will use the 
Application Default Crede
 The value of the Secrets Manager secret id must be the :ref:`connection URI 
representation <generating_connection_uri>`
 of the connection object.
 
+Azure Key Vault Backend
+^^^^^^^^^^^^^^^^^^^^^^^
+
+To enable the Azure Key Vault as secrets backend, specify 
:py:class:`~airflow.providers.microsoft.azure.secrets.azure_key_vault.AzureKeyVaultBackend`
+as the ``backend`` in  ``[secrets]`` section of ``airflow.cfg``.
+
+Here is a sample configuration:
+
+.. code-block:: ini
+
+    [secrets]
+    backend = 
airflow.providers.microsoft.azure.secrets.azure_key_vault.AzureKeyVaultBackend
+    backend_kwargs = {"vault_url": 
"https://example-akv-resource-name.vault.azure.net/";, "connections_prefix": 
"airflow-connections", "variables_prefix": "airflow-variables"}

Review comment:
       Nice eye for detail there!




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to