How to pass an Azure key vault secret to the Azure Databricks spark submit job using parameters? I tried everything:
- Set into parameters: "--conf","spark.secret={{secrets/secret-scope/key}}"
- Set into spark config: spark.secret {{secrets/secret-scope/key}}
- I've tried to use "dbutils" at spark parameters
Got "Unexpected token" error in all cases
I expect to pass a key from Azure Key Vault to the Azure Databricks Spark Submit job config file