We are calling D365 Api in our c# azure function project which will export relatively large amount of data and takes 45 minutes to export it. Our current approach is using a timer trigger which works with limited set of data but now it's failing. Which approach in azure functions to be better in case of handling large data? If any GitHub reference projects there it will be more helpful to learn it. Once we export the data we do data transformation(XML to json) and sends to service bus.