I am using Vue CLI project and wants to deploy the dist folder to Azure App Service via FTP but I am missing with web.config file to run my deployed app service.
I am trying to do this answer but can't find a web.config file for my reference.
Thanks in advance for your answers.
FTP deployment doesn't support build automation like:
Generate these necessary files manually on your local machine, and then deploy them together with your app.