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
before we finish indexing all methods, portal will display 404 when trying to retrieve function keys. Reproducible with cold starts (ie, after fresh deployment)
Repro steps
To mimic cold start, first, break the host by providing a malformed host.json
Go to portal, function key is missing
in order to retrieve function key, we don't need to wait for indexing, instead we can do everything at file system level:
before we finish indexing all methods, portal will display 404 when trying to retrieve function keys. Reproducible with cold starts (ie, after fresh deployment)
Repro steps
host.json
in order to retrieve function key, we don't need to wait for indexing, instead we can do everything at file system level:
azure-functions-host/src/WebJobs.Script.WebHost/Controllers/KeysController.cs
Lines 91 to 99 in 1376998
The text was updated successfully, but these errors were encountered: