building web applications with windows azure

Post on 07-Jul-2015

412 Views

Category:

Technology

2 Downloads

Preview:

Click to see full reader

DESCRIPTION

Come learn how to use Windows Azure to build a scalable Web application and deploy it to the cloud.

TRANSCRIPT

cloud

utility

Fabric Controller

whathow

roles

Web roleWeb role Worker roleWorker roleWeb role Worker role

LB

<WebRole name="WebRole"

enableNativeCodeExecution="true">

<fastCgi>

<application fullPath =

"%RoleRoot%\php\php-cgi.exe" />

</fastCgi>

<add name="PHP FastCGI Handler"

verb="*" path="*.php"

scriptProcessor =

"%RoleRoot%\php\php-cgi.exe"

modules="FastCgiModule"

resourceType="Unspecified" />

scale out

Blobs Tables

Queues

from r in context.UserRatingTable

where r.PartitionKey=="mix09-smarx"

select r

from winazurestorage import *

t = TableStorage(srvr,accnt,key)

for e in t.get_all("TagRatingTable"):

print e.Tweet

Web roleWeb role

Worker roleWorker role

Web role

Storage

Worker role

LB

© 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries.

The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market

conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation.

MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

top related