I would like to create an Azure task that makes an HTTP GET request to an API every 5 minutes (let's say). The file that is returned as a result of this request, will be stored in a storage container. However, I do not know what's the best path to do this.
What I have tried:
- created a storage container in the Azure Portal (for receiving the returned file)
- tried creating a pipeline in the Azure devops. Not sure where to add this task here.
- read up on Azure resources to see how to create a task or batch API.
Problem is that I'm new to Azure and do not yet understand the architecture of how this will all work out and so I am not even sure what keywords to google.
What's the best way to do this Azure? Is this done in Azure devops or Azure portal? Which is the better option? And lastly, and most importantly, could you provide a simple example HTTP GET task that would work in the Azure environment?