I want to deploy my next js App on Azure Storage account, where I just upload the static web on the $web container of the storage account.
But how / Which files do I upload in the $web container from the .next folder? Because usually in other apps its a dist folder containing index.html file & other files but in .next there are folders.
Thank you.