AppConfiguration
AppConfiguration copied to clipboard
AppConfiguration references are not resolved in local.settings.json
I've created an isolated function app in .NET 8, and I wanted to use App Configuration values to configure my trigger. As that's not supported yet (see issue #203), I decided to with the workaround mentioned here https://github.com/Azure/AppConfiguration/issues/203#issuecomment-1565180535
However, when I add the app configuration references to my local.settings.json, I just get the unresolved value, @Microsoft.AppConfiguration(...).
Is this something that's just not supported yet, or is something else going on? Permissions are set up correctly, as I can resolve values with the IConfigurationRoot.
I have the same issue...getting the unresolved value. No typo, access verified.
Maybe I'm missing something?
This scenario is not supported yet. App Config references only work in Azure, not locally.