How to get a React.js app running on Azure App Services?
You will need to create your own customised deployment script for Kudu. Luckily, there is a deployment script generator as part of the azure-cli
tooling.
More details are on the Kudu wiki: https://github.com/projectkudu/kudu/wiki/Custom-Deployment-Script