You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: