I am new to azure stack, so my please bear with my question.
I have a synapse database and I have a powerapp that reads data from synapse database. So, powerapps cannot writeback to synapse database. So I am thinking of developing a azure function with https trigger and integrate with the powerapp button on click functionality. So, my question is CAN AZURE FUNCTION WRITE BACK TO SYNAPSE DATABASE?
PS: I have tried the same with logic apps, with new row in sql trigger, and it didn't work.
Any help would be appreciated?