Hello @Wadhwa, Dinesh and thank you for your question. Pagination is tricky to implement in Azure Data Factory, currently. Before jumping into implementing a solution, I would like to let you know a few things.
The HTTP connector does not have any pagination built-in.
The REST connector has very limited pagination ability.
You can create a feature request to add pagination to HTTP Connector, or upvote an existing feature request at the feedback forum.
Depending upon the pagination mechanism your endpoint uses, we can do a work-around. Link to a related, but not exact workaround.
The work-around involves looping over the page numbers, each a separate copy action. Since your sink is a database, the work-around is easier to implement because we do not need to worry about overwriting files.
Please let me know which path you want to take (REST, HTTP loop work-around, feature request, or other). If you would like me to assist you in crafting a solution, please tell me how your website paginates.
Thank you for your patience,
Martin