The Red and the Blue - Azure SDK for Ruby
Written by Kay Ewbank   
Thursday, 09 May 2013

Microsoft has released an Azure SDK for Ruby, adding to the list of languages you can use with Azure - so how does red mix with blue?

The SDK is being backed up with Ruby client libraries, PowerShell tools, and command-line tools for Mac and Linux. There’s a set of tutorials on the Windows Azure Ruby Developer Center website showing how to carry out a variety of tasks such as managing and analyzing data, storing data in blobs, and using message queues.

There’s also a tutorial showing how to deploy a Ruby on Rails-based web site to a Windows Azure Virtual Machine using the open-source tool Capistrano, and another showing ) how to host a Ruby on Rails-based web site on Windows Azure using a Linux virtual machine.

 

 

While the SDK is useful, you can in fact host Ruby projects on Azure without using an SDK, by making use of the fact that Azure has been released as an Infrastructure-As-A-Service (IaaS).

However, the SDK means you can make use of Azure Data Management and the Service Bus. The data management gives you access to Azure tables, blobs and queues, while the service bus handles message queuing.

In a blog post about the SDK release on Microsoft’s Silver Lining open source development blog, Larry Franks says:

“For hosting Ruby web applications on Windows Azure, the officially supported method is to use a Virtual Machine running Linux. You can still use things like RubyRole to host a Ruby application in a Windows-based Cloud Service, however those aren't officially documented/supported.”

Microsoft’s release of the Ruby SDK is another example of the drive to make Azure attractive to developers using all languages, devices, and platforms. The SDK is open source and hosted on GitHub.

 

rubyazureicon

More Information

Windows Azure Ruby Developer Center

Related Articles

RubyMine The Right Way To Do Ruby       

Getting Started With Ruby - A Functional Language       

Getting Started With Ruby: Object-Oriented Approach       

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

espbook

 

Comments




or email your comment to: comments@i-programmer.info

 

Banner


TSP - 81,998 Bars In South Korea Shortest Walking Tour
27/04/2025

It is a truth universally acknowledged that the Travelling Saleman Problem (TSP) is impossible to solve for even reasonably small examples using today's computers. Do we need powerful hardware or a qu [ ... ]



Amazon Q Developer Adds Faster Agentic Coding
28/04/2025

Amazon has improved the CLI agent within the Amazon Q command line interface (CLI) to provide a faster more interactive coding experience. Amazon Q Developer can now use the information in its CLI env [ ... ]


More News

Last Updated ( Thursday, 09 May 2013 )