Ruby on Rails v 2.6.2 Web App Deployment

Shreyas Dravekar 1 Reputation point
2021-10-07T06:52:44.927+00:00

I am having trouble trying to deploy my ruby on rails web application on Azure. I have tried all the methods of connecting my ruby on rails project to Azure app service, including connecting through GitHub, creating and pushing to a local git, and using ftp. I am currently using the free tier on App Service. Any help would be greatly appreciated.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,930 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 19,151 Reputation points Moderator
    2021-10-07T19:31:16.083+00:00

    Hi @Shreyas Dravekar ,

    We apologize for the frustration that this issue may have caused.
    Currently v2.6.2 is not available in Microsoft-hosted agents but it is required in your Azure app service. Try deploying self-hosted Linux agent and install ruby v2.6.2 on your local machine. so using this private agent in pipeline will use ruby v2.6.2.

    Hope that helps. Please let us know if you further questions.

    -Grace

    0 comments No comments

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.