In Databricks, secrets retrieved using dbutils.secrets.get(scope_name, secret_name)
are intentionally redacted and displayed as [REDACTED]
in notebook outputs to ensure sensitive information is not exposed. This behavior is a security feature to prevent accidental exposure of secrets.
If you need to verify the value of a secret, you should do so outside of the notebook environment, such as directly within the Azure Key Vault interface or using the Azure CLI.