An Azure service that provides an event-driven serverless compute platform.
Flex Consumption Function App App Configuration references failed with OtherReasons for 2 days, then self-recovered
We have an Azure Function App running on the Flex Consumption plan in UK South. This function app has been deployed for ~2 years now, and hasn't been edited in around the same amount of time. On 15 June 2026 at approximately 07:32 UTC, the app suddenly became unusable as all application settings using Azure App Configuration references failed to resolve.
In the Function App configuration view, the affected settings showed status:
OtherReasons
The underlying issue appeared to be that the App Configuration references could not be fetched/resolved. Some of these were Key-Value types, and others were Key-Vault references from the App Configuration resource.
This continued throughout 15 June and 16 June 2026. Restarting the Function App did not resolve the issue.
We also attempted to remove the system-assigned identity that is used, and re-add it, making sure to update the RBAC roles required, but this again resulted in the same error.
I was able to create a new Function App and give it the exact same environment variable references and that function app referenced them without issue, it appeared as if just this one single function app was affected.
As a mitigation on 16 June, we replaced the App Configuration references with direct environment variable values, which allowed the app to run again. We intentionally left one non-critical test App Configuration reference in place, pointing to a simple/random App Configuration value. That test reference continued to fail for the rest of the day.
On the morning of 17 June 2026, the test App Configuration reference started resolving successfully again without any change from our end. We then reverted the other settings back to App Configuration references, and the app is now working again.
The Function App is now working again with App Configuration references restored. However, we do not understand why reference resolution failed for this specific Function App for approximately two days and then recovered by itself.
Can we investigate this Function App and confirm:
- Why App Configuration references returned
OtherReasonsand failed to resolve between 15 June 2026 07:32 UTC and the morning of 17 June 2026? - Whether there was any platform-side issue, backend incident, stale cache, identity resolution issue, or App Service/Flex Consumption configuration-reference issue affecting this specific Function App.
- Whether there are known issues or limitations with App Configuration references on Flex Consumption Function Apps.
- Whether any internal diagnostics are available for the failed reference-resolution attempts?
What mitigation Microsoft recommends to prevent a Function App becoming unable to start if App Configuration references temporarily fail to resolve.
Let me know if I could provide you any extra information with this! I can provide resource IDs on request.
Thanks