Microsoft Announces Cloud Appliance

by Steve Ciske 10. August 2010 20:41


microsoft-windows-azure-2 I received an interesting email the other day.  The link was to a Microsoft article announcing an upcoming release of a ‘Cloud Appliance’.  I spoke about how great this would be for the world of computing in a blog post back in February 2009.  I forwarded the article to the folks I work with in Server/Network and they lost their minds.  A system fully capable of abstracting hardware and software!

As someone who works in a heavily regulated industry, and rightfully so in my opinion, this is the best thing to come along since virtualization.  There is no one in my industry that doesn’t recognize the benefits of a cloud based architecture, but new regulations in Healthcare now dictate jail time for certain violations.  I’m less willing to take advantage of the architectural benefits and cost savings if I know there is a real risk of visiting a federal institution of time outs.  Long story short, I’m excited to see Microsoft enter this space. 

More from InformationWeek…

More for Microsoft’s Website…

Bing.com Commercials

by Steve Ciske 29. June 2009 19:53


Sorry, I just had to post these.  Too Funny!

Categories: Internet | Microsoft | Funny

Microsoft’s Private Cloud Strategy?

by Steve Ciske 13. February 2009 18:02

 

Today I was speaking with some co-workers about the various Cloud players out there.  Specifically we were talking about Microsoft's Azure service vs. other offerings like Amazon.  Amazon will actually give you full control over a virtual OS like Microsoft Server 2008 or Linux.  Essentially a VM.  Where as Microsoft’s offering requires you to code against an API to take advantage of its architecture.   The initial gut reaction to Microsoft’s implementation is why in the world would someone spend the time to specifically build an application to fit Microsoft’s Cloud?   You could just as easily make a VM and upload it to Amazon’s service?  Microsoft could easily implement the same with their Hyper-V virtualization technology.

Let’s assume for a second that Microsoft is looking beyond the public cloud.  Now this starts to make sense.  At the enterprise level there has to be some reservations about opening up applications to the public cloud.  I work in Healthcare and there is no way I could go to the CIO with a straight face and say that it’s a good idea to put all of our applications and data in the public cloud.  I imagine it’s much the same for banking, government, etc, etc. 

So let’s now look at what could be Microsoft’s strategy in terms of a private cloud.  Setup a cluster of Windows Servers, SQL Servers, and some cloud management servers and now you have a private cloud.  To deploy additional application resources you don’t need to spin up a new VM or physical box that needs to be named, patched, copied, assigned an IP or managed.  Your Production Support staff or automated system simply scales the application.  Additionally, license management for these resources is already taken care of at the cluster level.  How about licensing around CPU usage?  Now when your web apps run heavy between 9am and 8 pm they automatically scale out.  At night they are reduced.  SQL processes that run at night then scale up.  Disaster planning becomes a breeze.  Your large machines with tons of memory and cores should be fully utilized, not sitting idle eating up electricity and cooling resources.  It’s a great scenario, the OS and infrastructure are completely abstracted from the applications.  Now building applications that use the API make complete sense.

Microsoft swears that this will never happen.  Their current position is that Azure should be another ‘choice’ and should never be implemented at the clients site.  I would argue that there might be a high demand for it.  Enterprise application providers will eventually demand it.  I think Microsoft has an opportunity to introduce a real game changer in Enterprise Architecture because if they don’t, someone else will.

As an Enterprise Architect, would you ever be interested in a private cloud, or would you always use the public cloud?

Categories: Cloud | Microsoft

Windows Azure: Into the Cloud

by Steve Ciske 23. January 2009 08:55

First Look

I finally had the time to site down and take a look at Microsoft’s Cloud platform Azure.  Initially when I first received my ‘Tokens’ I logged on to the site and was intimidated.  I would say it’s a little less then straight forward.  Tonight I actually took the time to look up some tutorials and read up on the offering.  So here you go My first application in the Cloud.  Not much to look at, but it was relatively simple to create a basic web application and deploy.

I’m still viewing and learning about the ‘Storage’ concept.   Stay tuned, I’m sure I’ll have a ‘Hello Cloud….I pulled [Insert Random Data here…] from the Cloud storage’.  Speaking of storage, one of the tutorials I was watching talked about state, and how Azure handles it.  My impression was that it’s very much like a state service you might create while building any old web farm. 

Improvements

Microsoft clearly needs to brand Azure a little better.  You have several choices of solutions, but nothing is clear as to what those services include, or their capabilities.  Additionally these services are not ‘hobbyist’ friendly.  I’m not sure they are even meant to be.  Perhaps they are marketing this to the Enterprise, but all their literature points to ‘If you have a startup or an idea…’.  The problem is, at least in the CPT, you have to build (read: plan) to use these services up front.  And converting from using straight ADO providers, or even the more recent MVC is not easy. Amazon offers a virtual Windows machine with Remote Desktop capabilities.  Much easier to use and port apps if you’re really looking for quick scalability.

Price

Microsoft’s position on pricing will be key to making inroads in this space.  I imagine eventually they’ll move to an OS agnostic capability so price will be the deciding factor.  If you know of any good price comparisons between the cloud providers  let me know!

Tags:
Categories: Cloud | Microsoft | Software

Windows Live Writer

by Steve Ciske 22. January 2009 16:14

I’m not sure how I missed this little application, but I’m impressed.  It’s called Windows Live Writer.  It’s part of the Windows Live suite of applications.  I initially thought it would only be compatible with the Live Blog service but as it turns out it works nicely with my BlogEngine.Net implementation. 

So now you ask what is Windows Live Writer? It’s a Windows based application that allows you to edit, post, or manage your blog.  It works with many different blog engines and so far I love it.  In fact I’m using right now!

Definitely worth checking out…

Tags:
Categories: Blog | Software