I am using Next.js with Static Site Generation. I would like to add Incremental Static Regeneration to my application and host it on a cloud platform.
Is it possible to use ISR on other platforms than Vercel ( like Azure, AWS etc.)? I have been trying to deploy my application on Azure but the ISR doesn't seem to work.