Feb 05 2024 04:24 PM
i want to develop an azure function which run daily. The azure function will get all the item from about 10 large SharePoint lists using PnP core with pagination, and filter, group and sort the SharePoint lists to populate SharePoint reporting lists.
The azure function execution time will depend on the data size , as the azure function will query all the data from the 10 SharePoint lists. i assume its comsumption in near future can be around 1.5 hour daily.
now if we deploy the azure function under the consumption plan we can only run the azure function for 10 minutes which will not be enough
so what will be the price for other alternatives plans? i know that we can use dedicated plan or premium plan, not sure which one work better? and what will be the approximate price for such plans?
Feb 05 2024 06:28 PM - edited Feb 05 2024 06:29 PM
Feb 06 2024 02:59 AM
@Kidd_Ip thanks for the reply, i already read those articles, but i could not find an answer to my question, i need a approximate price for my scenario ? like a range of prices for an azure function which will run daily for 1.5 hours? Thanks
Feb 06 2024 10:58 AM