In Azure Data bricks notebook, I Have a scenario to filter records/result set based on list of values. This filter may change in the future. Since it can change in the future, I want to configure this list, so that it can be changed with support help in the future without notebooks deployment.
As we are not using Azure SQL in our implementation /design to configure these values, thinking to use App Configuration. I understand that Azure App Configuration is something related web application.
But since, Azure App Configuration is a cloud component, is it possible to read the azure App Configuration keys in Azure Data bricks notebooks.
If yes, please share the step-by-step process for authentication and the code (Py spark) to read the keys.
If this is not possible, what is an alternative way to achieve this scenario in Azure data bricks notebook?
I dint try anything. looking for an approach.
I haven't worked with Azure Databricks in a while but since the notebooks support Python, you should be able to do the following