azure-functions-core-tools
azure-functions-core-tools copied to clipboard
Azure functions runtime
I have a function deployed which requires the admin key. The function runs correctly if I use the _master key. The function returns 401 for any other app level host keys which I assumed were admin keys.
Is there only 1 admin key, and the other host keys are something else?