-
Notifications
You must be signed in to change notification settings - Fork 73
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
Azure app configuration isolated .net 8 LTS function dynamic refresh not working #1022
Comments
@marcosikkens have you tried to add |
@juniwang I cannot do that because that is not an extension method for an Ihost? I am running an isolated function. Also this is not in the example for Azure functions: |
I also find a lot of results like this: But in my code the
isnt compiling my csproj is below:
|
I created a net 8 lts function app in isolated mode and tried to use azure app configuration. After clicking the new project->function app->net 8 lts isolated with an http trigger i added the following code:
in my functions class i have the following code:
AFter updating the sentinel value in my azure configuration the value from the request doesnt change. It DOES change after restarting the function app. I even tried messing with the refresherprovider but calling
refreshAsync
doesnt change an value. I just copied this from the microsoft documentation, what am I doing wrong?I am using the 8.1.1 package in my solution.
The text was updated successfully, but these errors were encountered: