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 looked into this more and it reproduces for all project languages. It's only an issue if the function is not anonymous. I guess we have to update our logic when getting the keys.
Function App secrets (function, system and master keys) will be stored in blob storage by default.
Previously they were stored in the file system and we are automatically migrating them to blob storage as part of this change, so keys should not change, but if you relied on direct file access or SCM APIs to manage those secrets, that will no longer work.
ejizba
changed the title
Fail to display the object result after deploying to function app
"Copy Function Url" copies wrong code and returns 401 error
Sep 6, 2018
Repro Steps:
Expect:
The object result displays well.
Actual:
The object result does not diaplay.
The text was updated successfully, but these errors were encountered: