As I heard, one can really use the Library values in one's app. But all documentation around this topic is incomplete or really wrong, I cannot make up how! We already tried mapping the values into a JSON object in our .yaml pipeline and defining them in "Configuration" of the App Service. But nothing will make these variables/groups available in our app. They should be loaded by (Microsoft.Extensions.Configuration.IConfigurationBuilder) .AddEnvironmentVariables(); as I read. But so far none of them arrive in the app, but a hundert of others that I never defined anywhere do...
Can anyone tell me if this is really possible or some step missing or so? Thank you very much in advance!