microsoft / Dynamics-365-FastTrack-Implementation-Assets

Dynamics 365 FastTrack Implementation guides
MIT License
313 stars 199 forks source link

EventGrid_CDMToSynapseView not appearing after publish and config. #135

Open dkirchhefer opened 2 years ago

dkirchhefer commented 2 years ago

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. image

I see no errors during deploy... Am I missing something?

BHFOSA commented 2 years ago

Check your Azure function app > functions. It should have these here image 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 image republish this app after build is complete image during the publish you will see the details in the consol in VS image After it is complete go check Azure - and you will see the functions listed there.