
Announcements
Hello,
I'm trying to build a simple flow that is triggered when a new record is inserted to a table. It takes this record and passes it through a SP on a different DB hosted in Azure then inserts some data to another table based on the results. The DB it is triggering off of is using a standard DTU model (100) and doesn't seem to spike beyond 50% ever. Right when I enable the flow, the server spikes to 100% utilization. I have tested this over the last few days and it spikes every time it is turned on then comes right back down when I disable it.
Does anyone know what could be causing this? Maybe the record size of the table I have it being triggered off of?
Thanks