Microsoft To Offer Local Version of Azure Cloud Service (reuters.com)
Microsoft on Monday unveiled a new service that allows customers to use its cloud technology on their own servers, part of the company's efforts to refocus its product line to compete more effectively with rivals Amazon and Google. From a report: "One of the key differentiations we have with Azure versus our two biggest competitors in the cloud platform space is our ability to support true hybrid solutions," Judson Althoff, Microsoft's executive vice president of worldwide commercial business, told Reuters. Microsoft is hoping to carve a niche among customers who cannot or do not want to have to move all their computing operations to the massive shared data centers that are collectively known as the cloud. Azure Stack could serve companies in highly regulated industries or in parts of the world where using the cloud is not yet feasible, Althoff said.
Hmm..I dunno what rock you live under, but most any server room I've worked in for the past few decades, is about 99% Linux...with only the token windows server in the mix here and there.
That was mostly Federal systems....
Light travels faster than sound. This is why some people appear bright until you hear them speak.........
Azure (and other cloud providers) don't just offer pure virtual machines, they also offer virtual components that you can use to build applications with. Components include storage (relational, non-relational tables, basic blob), communication (queues, message routing, load balancing), compute component hosting, web content component hosting, authentication services, etc. By developing a cloud based application, you can worry about your logic and architecture, and not have to worry about deploying and maintaining basic infrastructure services.
What exactly is a "private cloud" if not a server? What am I missing?
A private cloud (a real private cloud, not just a single server offering file storage over the Internet) is a set of management tools that takes a pool of hardware and offers it up as logical computing components that can be leveraged by application developers with the goal of being able to develop your applications against a generic model and leaving the hardware and resource allocation and maintenance to the cloud management software (which is typically operated by people other than your development staff.)