Can I host some code written in python doing following in Azure ?
- 1 - Authenticate to a website using python Requests library
- 2 - Call a web service every 1 - 5 minutes based on configuration
- 2.1 - Maybe use a different proxy after certain time to make this call but yet to decide
- 3 - Add results to Azure Table based on some logic
- 4 - Go to step 2 and repeat until cookie times out
Is this possible using Azure or a overkill ?