Ansd
Ansd

Reputation: 1865

Can Ruby on Rails be deployed on Azure Web Sites?

Can I deploy Ruby on Rails on Azure Web Sites?

Upvotes: 5

Views: 4329

Answers (3)

Owen Blacker
Owen Blacker

Reputation: 4205

It looks like Microsoft have increased their Azure offering:

  • Microsoft Azure: Ruby Developer Center

  • Windows Azure SDK for Ruby (Github, docs)
    This project provides a Ruby package that makes it easy to access and manage Windows Azure Services like Storage, Service Bus and Virtual Machines.

  • Ruby on Rails Web application on an Azure VM
    This tutorial describes how to host a Ruby on Rails-based web site on Azure using a Linux virtual machine. This tutorial assumes you have no prior experience using Azure. Upon completing this tutorial, you will have a Ruby on Rails-based application up and running in the cloud.

Their Documentation Centre now (April 2014) lists the following platforms:

Upvotes: 3

Girish
Girish

Reputation: 558

Not yet. Only .NET and PHP are supported as of now.

Upvotes: 6

Related Questions