Run Logic app if new virtual machine is created
Hello,
I’m building logic app that get triggered on resource creation event by connecting it to event grid.
my goal is only to run this if new vm is created however logic app get executed on every create success event.
I noticed whenever there is deletion or creation on VM the logic app get triggered. Even in the event payload there is no difference between create and delete VM.
how to limit the call of logic app only if new VM is created?
Hello, I’m building logic app that get triggered on resource creation event by connecting it to event grid.my goal is only to run this if new vm is created however logic app get executed on every create success event. I noticed whenever there is deletion or creation on VM the logic app get triggered. Even in the event payload there is no difference between create and delete VM. how to limit the call of logic app only if new VM is created? Read More