How to get the user that created a file in a blob storage, from the trigger that is being triggered from the file creation in azure synapse analytics.
I can get for instance the file name:
@triggerBody().fileName
But I don’t know how to get the user that has created the file
How to get the user that created a file in a blob storage, from the trigger that is being triggered from the file creation in azure synapse analytics.