Azure Functions: Support for Ruby

John Tancreto 41 Reputation points Microsoft Employee
2022-09-12T16:33:41.647+00:00

Azure Functions (equivalent of AWS Lambda) doesn't support Ruby at the moment. Is this in roadmap and if it is when?

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

Accepted answer
  1. MayankBargali-MSFT 70,936 Reputation points Moderator
    2022-09-12T18:42:46.877+00:00

    @John Tancreto Thanks for reaching out. AFAIK there is no roadmap on supporting Ruby language in Azure Function, but I will check with the team to confirm the same.
    The workaround would be leveraging the custom handlers and the sample can be found here. It currently relies on portableruby, which offers an older version of Ruby
    Sharing the previous discussion here.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.