Migrate Azure Key vault secrets to Hashicorp Vault

Hi Hashicorp team,

I am trying to migrate Azure Key vault secrets to Hashicorp Vault.

What is the best practice to use azure key vault in hashicorp vault?

To give more context,

We have been using Azure Key vault to manage our secrets.

The new usage would be, I would like to consume the secrets in the Hashicorp vault running in the same Kubernetes cluster.

In order to do that, I am trying to migrate those secrets from Azure Key Vault into Hashicorp.

It would be ideal if Hashicorp vault can directly fetch secrets from Azure Key Vault, but it seems not possible. I need to use other methods to migrate secrets from Azure KV to Hashicorp.

Can someone help me find the right solution here? Thank you!