Get Started : 1-888-994-7447

Posts Tagged ‘Windows Azure cloud computing services’

Microsoft slashes Office 365 prices by 20% (20 percent)

Thursday, March 15th, 2012

This is a great news for everyone who is using Microsoft Office 365, the price of the Microsoft cloud services are dropping! Microsoft has slashes the prices for the Enterprise Suite of Microsoft Office 365.

 

The E1 plan which was $10 per user per month is now $8 per user; the E3 plan which was $24 per user and now is $20 per user.  

 

Microsoft attributed this price reduction to the cost efficiencies of having more customers on Microsoft Office 365 resulting in lower costs to run the cloud system and thus they are passing the savings onto the business customers.  The reduced prices take effect immediately for new and renewing customers. This is great news and it shows that Cloud computing works and that adding capacity and customers results in cost drops while increasing services offered, as Microsoft has been continuing to improve and add new features to the Office 365 stack.

 

You can read more about the announcement at Microsoft Office 365 Blog.

 

Microsoft  is also talking about the A2 plan being free for students and teachers and faculty in the Education space!

 

ISHIR is the go to partner with Microsoft to promote and evangelize the adoption of Microsoft Cloud Computing services (Office 365 and Microsoft Azure).  ISHIR provides Cloud Assessment and Readiness services to help you chart your path to the cloud.

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.