How to allow Dataverse Trigger events in a Local logic app development scenario #938
Unanswered
jjames89
asked this question in
Help Needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
[Updated 23 Jan 2024 for clarity and additional info]
We're trying to transition from Portal logic app development to developing locally in VS Code. One goal is to enable an Azure DevOps workflow. We are essentially following this documentation:
https://learn.microsoft.com/en-us/azure/logic-apps/create-single-tenant-workflows-visual-studio-code#find-domain-names-for-firewall-access
Everything is installed in VS Code and designer works. Much of our processes are triggered from Create or Update events from Dataverse tables, this is where our issue stems. I can expose the logic app with ngrok, following this:
https://learn.microsoft.com/en-us/azure/logic-apps/create-single-tenant-workflows-visual-studio-code#webhook-setup
So now instead of this:
http://localhost:7071
I have something like:
https://abcxyz.ngrok-free.app
Great! The logic app is exposed outside our firewall. But the question is how do I use this URL as the target for Dataverse business events? This process normally happens when you add the DV trigger and create the Connector. Or am I completely on the wrong track?
thanks!
Beta Was this translation helpful? Give feedback.
All reactions