create Azure Keyvault secret without exposing values
My requirement is to automate the creation of secrets in Keyvault without exposing the values of these secrets during the pipeline execution(AzureDevops Server). tried, different options such as having input paramaters (it will display the values when its perform initialization)…