Azure / azure-functions-eventgrid-extension

EventGrid extension for Azure Functions
MIT License
48 stars 32 forks source link

Error getting SystemKey for v2 function app #70

Closed mahl closed 5 years ago

mahl commented 5 years ago

I try to get the systemKey for v2 function app following instructions on https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-grid#version-2x-runtime-2 , using address: http://{functionappname}.azurewebsites.net/admin/host/systemkeys/eventgrid_extension?code={masterkey}. It returns 404 Not Found.

I also created a v1 function app to test. The v1 url works. However the v1 url does not work.

mahl commented 5 years ago

Found the cause. A event grid triggered Function need to be added to the Function App before this can work.