In our Azure environment, we are using a number of secrets and by using AKS csi driver plugin, we could eliminate the usage secret values in Variable groups of Azurepipleines as aks could directly connect to the key vault using csi driver.
But, still creation of secrets to the key vault is a manual task and we are trying to automate the secret creation using azuredevops pipeline, where we don't want to expose the secret values either in a file or nor in variable group locked values(because we eliminated that already by using csi driver capability)/
is there any Azuredevops task or extension or any other best approach to create the secrets in key vault without exposing the values ?