Open dkirchhefer opened 2 years ago
Check your Azure function app > functions. It should have these here your function list is most likely blank To fix this you need to go back to visual Studio. right click the azure function and select build republish this app after build is complete during the publish you will see the details in the consol in VS After it is complete go check Azure - and you will see the functions listed there.
Build and Publish to Azure has no issues. I've configure the app settings for the function app and setup db to allow authentication via MSI. When trying to Create Event Subscription, the function EventGrid_CDMToSynapseView doesn't show.
I see no errors during deploy... Am I missing something?