Running an R Script on a Schedule: Azure Functions (Serverless)
R-bloggers 2021-01-22
Summary:
In this post I will show how I run an R script on a schedule, by making use of ‘serverless’ computing service on the Microsoft Cloud called Azure Functions. In short I will use a custom docker container, install required software, install required r-packages using {renv} and deploy it in ...