Can Azure Functions read Timer Trigger Schedule from Azure App Configuration?
I am currently reading the Schedule parameter for my Azure Function Timer Trigger from local.settings.json. However, I would like to read it from Azure App Configuration instead. The problem is that since the configuration is connected after the project has…