I plan to build integration between the two systems in Azure. The main application architecture will be the Azure equivalent of the console application at the local level. For instance. mix data between two systems on a planned basis
I see two ways to do this in App Services.
A web application that has web jobs. In my case, I really don't need a website at the moment.
Logical application with custom encoded API applications. In my case, all the integration is likely to be just one user API application, not a whole range of API applications.
Both look as if they will support the planned actions and the connection I need. Both look as if they will scale, but this is not a problem for what I plan. Both seem to have fairly simple deployment paths. Indeed both look very similar.
The only significant difference that I believe is that the web app for web assignments will always have a web site. It's right? If so, I will probably get a web application that can use the website in the distant future.
Have I missed anything else that should affect my decision? Is the difference simple?
source share