Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Heroku pretty much created the gold standard of Platform as a Service (PaaS) web deployments for open source web stacks based on Ruby, Python, Node and Php.
Microsoft Azure also offers a similar service as Heroku called Azure Websites. This service handles automagic deployments via Git and popular source control providers like Github andBitbucket.
Although Azure Websites has support for .NET and mostly supports PHP, Node, and Python it has no support for Ruby. In addition somethings like native modules are not supported on the platform.
Continue reading my post here.