Component Purpose For More Information

Local Development Environment

The Windows Azure SDK provides tools and resources that you can use to package, test and deploy your application.

Windows Azure Tools for Microsoft Visual Studio extend Visual Studio to enable the creation, building, debugging, running and packaging of scalable web applications and services on Windows Azure.

Windows Azure Compute

Provides web roles, worker roles, and VM roles. A Windows Azure application must define one or more role types.

  • Web role – A web role runs in a virtual machine and is customized for web application programming. It supports IIS 7 and ASP.NET.

  • Worker role – A worker role runs in a virtual machine and is useful for generalized development. Use it to perform background processing for a web role.

  • VM role – A VM role enables you to define the configuration and updates of the operating system for the virtual machine. While a web role and a worker role run in a virtual machine, the VM role is the virtual machine, which gives you full control of operations.

Windows Azure Storage

The Windows Azure storage services provide storage for binary and text data, messages, and structured data in Windows Azure.

Microsoft SQL Azure

Microsoft SQL Azure offers a relational database service. Using SQL Azure, you can easily provision and deploy relational database solutions. Benefits include manageability, high availability, scalability, a familiar development model, and a relational data model.

Windows Azure Connect

With Windows Azure Connect, you can use a simple user interface to configure IPsec protected connections between computers or virtual machines (VMs) in your organization’s network, and roles running in Windows Azure.

Windows Azure AppFabric Service Bus

The Windows Azure AppFabric Service Bus provides a hosted, secure, and widely available infrastructure for widespread communication, large-scale event distribution, naming, and service publishing. AppFabric Service Bus provides connectivity options for Windows Communication Foundation (WCF) and other service endpoints, which includes REST endpoints.

Windows Azure AppFabric Caching

Windows Azure AppFabric Caching enables you to easily provision a cache in the cloud to be used from any applications or services that could benefit from caching. This includes a very common scenario of session state and output caching in ASP.NET. Caching increases performance by temporarily storing information from other backend sources.

Windows Azure AppFabric Access Control

Windows Azure AppFabric Access Control Service (ACS) is a cloud-based service that provides an easy way of authenticating and authorizing users to gain access to your web applications and services while allowing the features of authentication and authorization to be factored out of your code.

Windows Azure Content Delivery Network

The Windows Azure Content Delivery Network (CDN) caches Windows Azure blobs and the static content output of compute instances at strategically placed locations to provide maximum bandwidth for delivering content to users.

Windows Azure Marketplace DataMarket

The Windows Azure Marketplace DataMarket is an information marketplace that simplifies publishing and consuming data of all types. The DataMarket enables developers and information workers to easily discover, purchase, and manage premium data subscriptions.

Windows Azure Management Portal

The Windows Azure Platform Management Portal provides access to service deployment and management tasks as well as at-a-glance status information that lets you know the overall health of your deployments and accounts. The Management Portal organizes the components of your Windows Azure deployments with constantly refreshed information that’s easy to discover and understand.

posted on 2011-07-06 10:35  凌度  阅读(209)  评论(0编辑  收藏  举报