Open
Description
is there any option to access config/secret values from C#? i need to access keys like EventHub connection string, Application Insights keys etc.
i can create secret scope in Databricks and access in my python script as
'dbutils.secrets.get(scope = "", key = "")'
how to do similar thing in C#