Azure – Is GetConnectionStringOrSetting deprecated? What is the best replacement?
In the past developing a Timer Triggered Azure Function I've used GetConnectionStringOrSetting from Microsoft.Extensions.Configuration to load connection strings, secrets and regular settings. It didn't matter where they lived, it would find them. But in migrating to .NET 8 I'm not…