Is it possible to refer to a databricks secret in my property name like this:
fs.azure.account.auth.type.{{secrets/my_scope/my_secret1}}.dfs.core.windows.net OAuth
fs.azure.account.auth.type.{{secrets/my_scope/my_secret2}}.dfs.core.windows.net OAuth
or is secrets only allowed for the assigned value?
My databricks workflows fails with the current message Failure to initialize configuration for storage account [REDACTED].dfs.core.windows.net: Invalid configuration value detected for fs.azure.account.keyInvalid configuration value detected for fs.azure.account.key
I am not 100% certain it is a problem with the configuration, so I just want to make sure it is possible before looking for other issues