Get Started : 1-888-994-7447

Posts Tagged ‘windows azure platform’

The Role of the Windows Azure VM Role

Sunday, May 15th, 2011

Moving applications to the cloud is all about creating the right image. Server image, that is. The Windows Azure VM role lets you run a virtual hard disk image, store that image in the cloud and load and run it on demand.

You understand benefits of cloud computing, the efficiencies to be gained, the ability to scale your infrastructure based on immediate need and make more strategic use of IT staff. But what’s the best way to move your applications to cloud? The last thing you really want to do is start recoding applications and make changes to their deployment process.

Enter the Windows Azure Virtual Machine (VM) Role, which allows you to run a customized instance of Windows Server 2008 R2 in Windows Azure, making it easier to move applications to the cloud. The quick explanation is that a VM role runs an image, a virtual hard disk (VHD) of a Windows Server 2008 R2 virtual machine. This VHD is created using an on-premise Windows Server machine, and then uploaded to Windows Azure. You can configure and maintain the operating system and use Windows Services, scheduled tasks, etc. in the VM role. Once it’s stored in the cloud, the VHD can be loaded on demand into a VM role and executed. There’s no need to re-code to use Windows Azure, your existing applications can start to work for you in the cloud immediately.

IT Professionals can use Hyper-V or the Automated Installation Kit for Windows Server to build and upload their Windows Server 2008 R2 applications to the Windows Azure VM role. For packaging an application so that it runs in Windows Azure in the VM role, the Windows Azure SDK also includes command line tools. For more detail, see the Overview of the Windows Azure VM Role.

Our focus in this edition of TechNet ON is two-fold: to understand why you’d want to use the VM role and how to create VMs for Windows Azure.

In his TechNet Magazine article Taking Your Virtual Machines to the Cloud [[need URL]], Joshua Hoffman explains that the VM role lets you build virtual machines for Windows Azure to leverage the scalable infrastructure and cost savings that come with cloud computing.

Is the VM role a platform-as-a-service (PaaS), since it runs on Windows Azure, or is this Microsoft’s Infrastructure-as-a-Service (IaaS) play, as some speculated when the VM role was first announced. As explained in Windows Azure VM Role: Looking at it a different way, the VM role is a PaaS application that runs on Windows Azure, subject to the service model and all the other benefits and constraints, just like the Web and Worker Roles. The fact that it spins up a VM to house the application doesn’t change the fact that it is still a Windows Azure application.

Next you should understand why you would want to use the VM role to configure the operating system for a virtual machine, and how to create a hosted service for Windows Azure. A VM role is the same as the other Windows Azure roles in needing the service definition and service configuration files to be hosted as a service in Windows Azure. To begin, get a quick Overview of Creating a Hosted Service for Windows Azure.

Getting Started

In Your Virtual Machines to the Cloud [[need URL]], Hoffman walks through the steps of building your VMs for Windows Azure. Here are some key things to understand:

An image of the Windows Server 2008 R2 operating system is needed for a VM role in Windows Azure. To see what is involved in creating that VHD image, read Getting Started with Developing a Server Image for a VM Role. To create instances of a VM role, you must deploy a service model package to Windows Azure. Check out the TechNet Library article How to Create and Deploy the VM Role Service Model for details on deploying a service model package to Windows Azure, including how to how to create the base VHD for a VM role in Windows Azure, upload a VHD to Windows Azure and define the service model files.

Since Windows Azure Integration Components are required in a VM role that is hosted as a service in Windows Azure, you’ll also need to learn how to install the Windows Azure Integration Components. The Windows Azure Integration Components install the service runtime APIs to the image, so that the VM role instance may gather dynamic information from the Windows Azure environment.

When you are ready to deploy your VM role(s), check out Avkash Chauhan’s Expert Tips on VM Role Deployment with Windows Azure SDK 1.4

Last but not least, get some hands-on time with the Windows Azure VM role.

Microsoft and Intuit become cloud partners

Friday, January 22nd, 2010

Microsoft and Intuit today announced plans to integrate their two cloud platforms – the Intuit Partner Platform and the Windows Azure platform – to power developers to create apps for users of the Quickbooks software. In addition, Intuit will place Microsoft’s cloud-based productivity apps in the Intuit App Center for small businesses.

The deal is non-exclusive but Intuit is naming Windows Azure as its preferred partner and is making the Azure software development kit available for developers creating apps on the Intuit Partner Platform.

The idea, of course, is to link Microsoft’s business applications to the financial data that’s found within Quickbooks to help businesses operate more efficiently. For months, Intuit has been working to push the cloud and open its arms to developers.

In July, Intuit launched an open-source community where users could share information to enhance the apps on Intuit’s platform. Prior to that, the company announced Federated Applications, which allows developers to use any programming language, host those apps on any cloud infrastructure and connect them to Intuit’s platform, marketing them to business customers who use Intuit products.

Microsoft unveils Windows Azure platform

Thursday, December 3rd, 2009

Microsoft has announced the availability of Windows Azure platform and has also unveiled a set of new Windows Azure features, Windows Server capabilities, marketplace offerings and Pinpoint, an online marketplace for its partners to market and sell their applications.

The company introduced a new information service codenamed ‘Dallas’, available through Pinpoint and built on the Windows Azure platform that enables developers and users to access commercial and reference datasets and content on any platform.

Microsoft is also offering Windows Server AppFabric Beta 1, a set of integrated, application services that enable developers to deploy and manage applications spanning both server and cloud.

According to Microsoft, the AppFabric technology combines hosting and caching technologies with the Windows Azure platform AppFabric Service Bus and AppFabric Access Control. Together, these technologies offer a set of application services to enhance both Windows Server and Windows Azure with a common foundation for running .NET applications.

The company also plans to offer Windows Server virtual machine support on Windows Azure, to enable customers to support virtualised infrastructure across the continuum of on-premises and cloud computing, and the release to manufacturing of Windows Identity Foundation, to help developers provide simplified user access to both cloud and on-premises applications with open, identity-based claims.

In addition, it has also released ASP.NET MVC2 beta, a free supported framework that enables developers to build standards-based web applications through asynchronous JavaScript and XML (AJAX) integration.

What is Microsoft Windows Azure?

Tuesday, August 18th, 2009

The launch of Windows Azure has coincided with the launch of the entire cloud computing initiative from Microsoft, marks the traditional software giant’s biggest move into the Internet cloud and into the software-as-a-service business model.

Azure ties Microsoft’s existing software development tools into a platform for deploying applications in the cloud, competing with Amazon Web Services, Google App Engine and others. Given all the discussion of whether businesses can depend on the cloud, one of Azure’s big selling points will probably be its touted reliability. Microsoft says that Azure builds the management into the platform and the applications themselves.

The Windows Azure Fabric provides an Internet-scale hosting environment that lives on Microsoft’s data centers. The hosting environment provides a runtime execution environment for managed code, and might in the future include support for native code. The fabric handles load balancing and resource management and automatically manages the life cycle of a service based on requirements established by the owner of the service. The developer specifies the service topology, the number of instances to deploy, and any other necessary configuration settings. The fabric deploys the service and manages upgrades and failures.

A Windows Azure service is built from one or more roles which define a component to run in the execution environment; within the fabric, a service may run one or more instances of a role. This is the base platform that provides a generic cloud computing platform for developers to host applications on.  Currently there are two types of compute services that can be deployed on Azure:

* Web Role: This currently is a WebForms ASP.Net application or another words  its a web application accessible via an HTTP and/or an HTTPS endpoint. A web role is hosted in an environment designed to support a subset of ASP.NET and Windows Communication Foundation technologies.

* Worker Role: A worker role is a background processing service. This is more like a Windows Service that is deployed on the cloud. A worker role may communicate with storage services and with other Internet-based services. It does not expose any external endpoints. A worker role can read requests from a queue defined in the Queue storage service. It can make outgoing connections but incoming connections are disallowed. But again you get the benefits of load balancing and failover.