I have been asked to meet up with someone who is looking for cloud based solutions. So before I head to meet them I decided to brush up a bit on Cloud stuff and also decided to write up my little notes on Cloud.
-
Defining Cloud – The association of retail technology standards (ARTS) defined cloud as “Cloud computing is an emerging computing model by which massively scalable IT-enabled computing capabilities and resources (servers, storage, networks, applications and services) are delivered as service to external consumers using Internet Technologies.
-
The Microsoft perspective of the Cloud –
-
On-demand – Resources are virtualized and made available as and when you need them.
-
Broad Network access – Resources are available anytime, anywhere via internet.
-
Resource Pooling – Most of the resources are shared.
-
Rapid elasticity – demand driven consumption and provisioning of resources based on demand in a rapid self-service fashion and the ability of decommission resources as demands drop.
-
Metered Usage – usage of resources is measured and you are charged only for the resources that you consume.
-
Cloud can be distinguished in to the following models –
-
SaaS (Software as a Service) – In this the resources consumed are finished services or applications. Here you allow the Cloud vendor to manage all the resources – the hardware, the storage, the operating system and the application.
-
PaaS (Platform as a Service) – In this the Cloud vendor manages the hardware, the storage and the operating system providing you with the platform on which you build and deploy your applications.
-
IaaS (Infrastructure as a Service) – In this model the Cloud vendor manages and provides for data centers with large on demand servers, storage and networking while you will be responsible for managing and deploying the operating system, application runtimes along with the building and deploying of the application itself.
-
Microsoft delivers three distinct services that provide the basis for platform as a service –
-
Windows Azur
-
SQL Azure
-
Windows Azure App Fabric
-
Windows Azure Platform – by itself can be viewed as a set of cloud computing services that form the basis of a cloud operating system and computing environment. It provides basic operating system capabilities at a massive scale that includes – a runtime environment for executing applications, a storage system for persisting different data types, and the fabric controller for managing and monitoring the different sub systems. Some of the features of Windows Azure Platform –
-
The runtime supports hosting web application written in Microsoft .Net or even in PHP.
-
The runtime supports hosting of internet accessible services.
-
The storage system allows for storing of non-relational tables, queues and blob (for storing text or binary data).
-
Visual studio has been updated to support the ability to develop, test and debug Windows Azure applications locally.
-
Windows Azure provides following ways to access Azure storage services –
-
REST API
-
Managed API
-
SQL Azure – provides core relational database capabilities. This is a logical concept and does not correspond to physical files and servers. Some features of SQL Azure are –
-
Developers can use familiar T-SQL language.
-
Accessible through a variety of access protocols such as – ADO.Net, ODBC, and JDBC.
-
Microsoft Sync Framework provides the ability to synchronize on premise database with SQL Azure databases.
-
Windows Azure AppFabric – provides for secure interconnectivity for distributed application. It provides three major services –
-
Service Bus – Provides the ability for applications to expose endpoints in secure way to other applications. It provides capabilities for network address translation and dealing with firewalls. Once applications are securely connected then they can exchange message over this bus.
-
Access Control – Provides the ability for applications to authenticate themselves and to provide identity information to other applications.
-
Caching – Provides a distributed in-memory, application cache service for Windows Azure and SQL Azure applications.
-
DataMarket – A new service recently made available on Windows Azure Platform. It exposes rich datasets relevant to retailers such as demographics, weather, parcel data and UPC data. It allows users to discover, explore and consume information through a consistent, internet standards-based approach.
-
Benefits of Windows Azure Platform –
-
Reduces need for up front technology purchases.
-
Leverages existing skills with VS dev environment and .Net framework.
-
Infrastructure management is automated
-
Designed for high availability
-
Designed for dynamic scaling to match usage needs
-
Options for pay as you go pricing model
-
Supports multiple internet protocol – http, https, soap, xml, rest
-
Roles supported by Windows Azure –
-
Web Role – customized for web application programming, as supported by IIS 7 and ASP.Net
-
Worker Role – useful for generalized development like background processes
-
Virtual Machine Role – provides user customized image to make it easier to move existing Windows Server application to the windows Azure hosting environment.
-
A hosted service can be comprised of any combination of role types and may include multiple roles of each type.
-
New Capabilities in Windows Azure Platform –
-
MS Azure Reporting Services – Providing features similar to SQL Server Reporting Services, helps embed reports based on SQL Azure.
-
AppFabric Integration – Provides common BizTalk Server integration capabilities like pipeline, transforms, adapters etc on Windows Azure, using out of box integration patterns to accelerate and simplify development.
-
AppFabric Composite App – Provides multi-tenant, managed service which automates the deployment and management of end to end applications. It allows many application components to be managed as a single logical entity.
-
Windows Azure Virtual Network – brings a range of services to provide more robust networking capabilities. First of these being Windows Azure Connect which will provide an easy way to setup IP based network for establishing connectivity between Windows Azure and on premise services.
Comments