Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Executing R script from Azure function

I want to execute a R script every time an azure function is triggered. The R script executes perfectly on Azure machine learning Studio. But I am failing to execute through azure function. Is there any way to execute it?

like image 437
Mr. Robot Avatar asked Feb 14 '26 11:02

Mr. Robot


1 Answers

AFAIK you'll have to create your own Runtime as R isn't supported natively.

Have you already tried "Create a function on Linux using a custom container"? Interestingly they have given R as the example of custom runtime, so hopefully that answers your question.

like image 86
Kashyap Avatar answered Feb 16 '26 00:02

Kashyap



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!