I am trying to send a message to azure service bus through REST API after an activity is completed in Azure data factory pipeline. But how can i generate access token to send messages inside azure data factory.
Azure data factory has only on web activity through which i can call rest endpoints, Is there a solution possible with it.
I recommand that you could use the Azure Httptrigger function to that.
You could implement send message with Azure httptigger function. And Call Http trigger function in the Azure datafactory.
For more information about Azure Httptrigger function, please refer to this tutorial.
And then we could use the Web activity to call an Azure function endpoint from a Data Factory pipeline.