Hi , Welcome to MS Q&A
I think it's not possible to display the actual values of secrets from Azure Key Vault in a DevOps pipeline. This is a security feature designed to protect your secrets. Secrets are meant to be kept confidential and should not be displayed in plain text in any logs or console outputs. This is a standard security practice to prevent any unauthorized access or potential exposure of sensitive information.
If your application needs to use these secrets, it should just reference them by their names or identifiers and the actual values should be accessed only when necessary within the secure context of the application's runtime environment.
Remember, it's crucial to follow these security practices to protect your sensitive information and maintain the integrity of your applications.
Please let me know if you have any further questions
Thanks
Deepanshu