Azure Functions - R script

Prakash14 121 Reputation points
2022-08-30T05:12:41.047+00:00

Is it possible to run R script in Azure functions with custom handler using consumption plan ?

https://azure.microsoft.com/en-in/blog/azure-function-r/

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,678 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MughundhanRaveendran-MSFT 12,456 Reputation points
    2022-08-31T17:36:46.327+00:00

    Hi @Prakash14 ,

    Thanks for reaching out to Q&A forum.

    Yes. You can run R script in Azure function custom handlers. SKU doesnt matter, you can choose consumption or Premium or dedicated app service plan depending upon your requirement.

    Here is a sample repo that runs R in custom handlers : https://github.com/revodavid/R-custom-handler

    0 comments No comments