I using an Azure function app to call the API from Asp.Net core application, in azure functions I am handling statics folders and files. After deployed in Azure there is no folders and files in app service editor screen.
How can I include the files and folders at the time of deployment? Is there any possibilities to add wwwroot folder like we are having in Asp.Net core application?