runtime master key error
i have basic javascript app deploying azure functions via vsts. in `src` directory, have top-level host.json file, , subdirectory actual function contains , index.js , function.json file. index.js file default "hello, <name>" example. vsts deployment definition takes src directory , installs azure web app. when browse azure functions portal, looks app getting deployed right endpoint, , function supposed be. do, however, following error:
thanks,
marcin
error:
not able retrieve runtime master key. please try again later.
session id: dc5b1694757c41aa8cfa3759dccbcd60
timestamp: 2017-07-24t23:39:55.471z
when fire kudu , in data/functions/secrets, see host.json file seems have right keys there, not visible in portal. can shed light on why might happening?thanks,
marcin
this link has information regarding azure functions. not sure if of steps solution or not.
https://blogs.msdn.microsoft.com/jpsanders/2017/05/09/function-app-error-we-are-not-able-to-retrieve-the-runtime-master-key/
gary a. bushey
Microsoft Azure > Azure Functions
Comments
Post a Comment