+ All Categories
Home > Documents > Azure Services Platform

Azure Services Platform

Date post: 14-Feb-2016
Category:
Upload: vevay
View: 45 times
Download: 0 times
Share this document with a friend
Description:
Azure Services Platform. Pradeep S Pushpendra Singh Consultants, Neudesic Technologies, Hyderabad, India. Agenda. Windows Azure Components Compute Services Storage Services Fabric Demo. Windows Azure . Components. Compute Services. Storage Services. Blobs - PowerPoint PPT Presentation
Popular Tags:
14
Azure Services Platform Pradeep S Pushpendra Singh Consultants, Neudesic Technologies, Hyderabad, India
Transcript
Page 1: Azure Services Platform

Azure Services Platform

Pradeep SPushpendra SinghConsultants, Neudesic Technologies, Hyderabad, India

Page 2: Azure Services Platform

• Windows Azure• Components• Compute Services• Storage Services• Fabric• Demo

Agenda

Page 3: Azure Services Platform

Windows Azure

Page 4: Azure Services Platform

Components

Page 5: Azure Services Platform

Compute Services

Page 6: Azure Services Platform

• Blobs Stored in containers Metadata & object contents Store large objects in binary format (<= 50GB)

• Tables NOT relational(traditional), NO schema Entities with properties Access using ADO.NET data services or LINQ

•Queues

Reliable persistent messaging Communication b/w web & worker role

Storage Services

Page 7: Azure Services Platform

Accessing Data

Over HTTP in a RESTful way

http://<StorageAccount>.blob.core.windows.net/<Container>/<BlobName> http://<StorageAccount>.table.core.windows.net/<TableName>?

$filter=<Query>http://<StorageAccount>.queue.core.windows.net/<QueueName>

Page 8: Azure Services Platform

Tables

Page 9: Azure Services Platform

The Fabric

Page 10: Azure Services Platform

Scenario

Page 11: Azure Services Platform

Prerequisites

• Windows vista/Windows server 2008• IIS 7.0 with ASP.NET/WCF Http Activation• Visual Web Developer Express/Visual Studio 2008• .NET 3.5 SP1• SQL Server 2005/2008 Express

Tools

• Windows Azure Tools for Microsoft Visual Studio• Windows Azure SDK

Environment

Page 12: Azure Services Platform

Demo

Page 13: Azure Services Platform

Q & A

Page 14: Azure Services Platform

http://www.microsoft.com/azure http://msdn.microsoft.com/en-us/magazine/dd727504.aspx http://msdn.microsoft.com/en-us/magazine/dd727502.aspx http://msdn.microsoft.com/en-us/magazine/dd569759.aspx

Resources


Recommended