alex-astronomer opened a new issue #20383:
URL: https://github.com/apache/airflow/issues/20383


   ### Describe the issue with documentation
   
   ```
   [secrets]
   backend = 
airflow.providers.microsoft.azure.secrets.key_vault.AzureKeyVaultBackend
   backend_kwargs = {"connections_prefix": "airflow-connections", 
"variables_prefix": "airflow-variables", "vault_url": 
"https://example-akv-resource-name.vault.azure.net/"}
   ```
   
   In backend config, the import path is incorrect on the current version of 
the provider.
   
   ### How to solve the problem
   
   Should be changed to 
   
   ```
   
backend=airflow.providers.microsoft.azure.secrets.azure_key_vault.AzureKeyVaultBackend
   ```.
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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


Reply via email to