I have a selenium C# project build using Chrome driver that scrapes 5 different websites for prices and adds the data into SQL. They project works pretty fine on local machine. I want to deploy it on Azure server.
- Which Azure service to be used for this?
- Is there any code sample availabe?