How to deploy a Flask+React application to Azure Web Service
问题 I have been working on this app on my localhost, which has Flask as the backend ( localhost:5000 ) and React as the front end ( localhost:3000 ), and they have been communicating well. Now I am supposed to put it up online so that other ppl can see it as well - I didn't have much experience in Azure, but how can I deploy these two components(React&Flask) into one URL on Azure web app service? (Before I had some experience in using FTP to upload the ' build ' folder to a " site/wwwroot "