Hi @Toriyama ,
The Develop and deploy WebJobs using Visual Studio is the doc you're looking for. You can easily use Visual Studio to deploy your console application to your Azure App Service as a WebJob. Or you can you can simply zip your exe along with the necessary binaries to run your exe and add it to the WebJob blade of your app service.