Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppConfiguration references are not resolved in local.settings.json #863

Open
maartenkools opened this issue Jan 18, 2024 · 2 comments
Open

Comments

@maartenkools
Copy link

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 #203 (comment)

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.

@Jan1503
Copy link

Jan1503 commented Feb 21, 2024

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

Maybe I'm missing something?

@avanigupta
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants