AppConfiguration icon indicating copy to clipboard operation
AppConfiguration copied to clipboard

AppConfiguration references are not resolved in local.settings.json

Open maartenkools opened this issue 1 year ago • 2 comments

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.

maartenkools avatar Jan 18 '24 11:01 maartenkools

I have the same issue...getting the unresolved value. No typo, access verified.

Maybe I'm missing something?

Jan1503 avatar Feb 21 '24 12:02 Jan1503

This scenario is not supported yet. App Config references only work in Azure, not locally.

avanigupta avatar Apr 02 '24 21:04 avanigupta