Windows Azure featureISO 27001SSAE 16 SOC 1 Type 2 EU Model Clauses HIPAA BAA Web Sites Virtual Machines Cloud Services Storage (Tables,

Slides:



Advertisements
Similar presentations
System Center 2012 R2 Overview
Advertisements

4 TIME IT CAPACITY Actual Load Allocated IT-capacities Too Much Power = Unhappy CFO Not Enough Power = Grumpy Customers & Unhappy CEO Load Forecast.
The Microsoft Cloud Azure Platform This presentation incorporates some content from Microsoft.
Overview Of Microsoft New Technology ENTER. Processing....
Programming languages + tools.NET, Visual Studio, TFS + Git, Java, NodeJS, PHP, Python, Ruby, C++ Microsoft cloud infrastructure PaaS Web Mobile.
Microsoft Big Data Essentials Module 1 - Introduction to Big Data
Windows Azure Storage Services Saranya Sriram, Technology Evangelist, Microsoft, India.
.NET, Visual Studio, TFS + Git | Java, NodeJS, PHP, Python, Ruby, C++ Data SQL Databases NoSQL Tables Blob Storage HDInsight Window s Azure IaaS +
WINDOWS AZURE STORAGE 11 de Mayo, 2011 Gisela Torres – Windows Azure MVP Aventia-Renacimiento Twitter:
Inside Windows Azure Storage Name Title Microsoft Corporation.
Windows Azure SQL Database and Storage Name Title Organization.
Windows Azure Storage Abstractions Windows Azure Storage Characteristics.
Architecture, Services and Programming Model Ilian Iliev Telerik Corp.
A Brief Overview by Aditya Dutt March 18 th ’ Aditya Inc.
Components of Windows Azure - more detail. Windows Azure Components Windows Azure PaaS ApplicationsWindows Azure Service Model Runtimes.NET 3.5/4, ASP.NET,
Microsoft Azure Introduction ISYS 512. Microsoft Azure Microsoft Azure is a cloud.
Getting Started with Windows Azure Name Title Microsoft Corporation.
MSDN Event. WINDOWS AZURE STORAGE Windows Azure Storage Storage in the Cloud –Scalable, durable, and available –Anywhere at anytime access –Only pay.
Bring your own machines, connectivity, software, etc. Complete control Complete responsibility Static capabilities Upfront capital costs for the infrastructure.
Introduction to Windows Azure BUGAEV ROMAN. Azure Windows Azure Platform is thus classified as platform as a service and forms part of Microsoft's cloud.
Windows Azure Conference 2014 Deploy your Java workloads on Windows Azure.
Windows Azure Storage Name Title Microsoft Corporation.
Pradeep S Pushpendra Singh Consultants, Neudesic Technologies, Hyderabad, India.
Website s Azure Websites is an enterprise class cloud solution for developing, testing and running web apps. Azure Websites allows you to focus on what.
Azure Services Platform Update James Conard Sr. Director Developer & Platform Evangelism Microsoft Corporation.
IOS and Android with Windows Azure Websites Name Title Address Website.
Windows Azure Storage Anton Boyko. US Europe Asia Can choose geo-location to host storage account:
 Brad Calder Director/Architect Microsoft Corporation ES04.
Windows Azure Storage Anton Boyko.NET developer.
Chad Collins CEO Henry Chan CTO In Latin, nubifer means “bringing the clouds”
Developer Day Windows Azure June 2012 & October 2012 News Mario Szpuszta Cloud Architect & Technical Evangelist, Microsoft Corp.
 Mike Martin  Architect  MEET Member  Crew Member of Azug  Windows Azure Insider  Windows Azure MVP  
Windows Azure Fundamentals Services Storage. Table of contents Overview Cloud service basics Managing cloud services Cloud storage basics Table storage.
Building and Diagnosing Applications using Visual Studio and Azure SDK Paul Yuknewicz Principal PM Manager.
3 TIME IT CAPACITY Actual Load Allocated IT-capacities Too Much Power Not Enough Power Load Forecast.
Azure in a Day Training: Windows Azure Module 1: Windows Azure Overview Module 2: Development Environment / Portal – DEMO: Signing up for Windows Azure.
PowerPoint Instructions These are not native PowerPoint objects. They are PNG objects. To change the color, you need to go to the Format Tab.
Windows Azure Boot CampWindowsAzureBootCamp.com. Windows Azure Boot CampWindowsAzureBootCamp.com.
Building web applications with the Windows Azure Platform Ido Flatow | Senior Architect | Sela | This session.
1 Cloud Computing, CS An OS for Multicore and Cloud + Microsoft Azure Platform.
Copyright © New Signature Who we are: Focused on consistently delivering great customer experiences. What we do: We help you transform your business.
Windows Azure and iOS Chris Risner Windows Azure Technical Evangelist Microsoft
Windows Azure Custom Software Development Mobile Middleware Windows Azure Storage Dipl.-Ing. Damir Dobric Lead Architect daenet
 Cloud Computing technology basics Platform Evolution Advantages  Microsoft Windows Azure technology basics Windows Azure – A Lap around the platform.
WINDOWS AZURE AND THE HYBRID CLOUD. Hybrid Concepts and Cloud Services.
Making a Difference with Azure Storage Solutions Dudu Sinai.
Bret Stateham Owner, Net Connex blogs.netconnex.com twitter.com\bstateham.
BlobContainerAccount sally pictures IMG001.JPG IMG002.JPG movies MOV1.AVI.
Nivo 300 Windows Azure Storage Bojan Vrhovnik Microsoft
An OS for Multicore and Cloud + Microsoft Azure Platform
Deploying Web Application
Scalable Web Apps Target this solution to brand leaders responsible for customer engagement and roll-out of global marketing campaigns. Implement scenarios.
Azure Primed Randy Pagels Sr. Developer Technology Specialist
Ensuring data storage security in cloud computing
Cloud Data platform (Cloud Application Development & Deployment)
Platform as a Service.
Using BLOB Storage In this module- What is BLOB storage?
Design and Implement Cloud Data Platform Solutions
Scalable Web Apps Target this solution to brand leaders responsible for customer engagement and roll-out of global marketing campaigns. Implement scenarios.
Utilization of Azure CDN for the large file distribution
2017 Real Questions
Microsoft Build /9/2018 5:08 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
03 | Data Storage Bruno Terkaly | Technical Evangelist
Windows Azure 講師: 李智樺, Ruddy Lee
Building Windows Phone 7 Applications with the Windows Azure Platform
Saranya Sriram Developer Evangelist | Microsoft
Technical Capabilities
Developing for Windows Azure
Server & Tools Business
Microsoft Azure Services Platform
Presentation transcript:

Windows Azure featureISO 27001SSAE 16 SOC 1 Type 2 EU Model Clauses HIPAA BAA Web Sites Virtual Machines Cloud Services Storage (Tables, Blobs, Queues) SQL Database Caching Content Delivery Network (CDN) Networking (Connect, TM, VNet) Windows Azure Active Directory Service Bus Media Services

BlobContainerAccount Contoso Images PIC01.JPG Video VID1.AVI / Pages/ Blocks Block/Page PIC02.JPG BLOB Storage is the simplest way to store large amounts of unstructured text or binary data such as video, audio and images with the fastest read performance. Highly scalable, durable, available file system. Blobs can be exposed publically over http. Can securely lock down permissions to blobs.

10 GB Movie Windows Azure Storage Block Id 1 Block Id 2 Block Id 3 Block Id N blobName = “TheBlob.wmv”; PutBlock(blobName, blockId1, block1Bits); PutBlock(blobName, blockId2, block2Bits); ………… PutBlock(blobName, blockIdN, blockNBits); PutBlockList(blobName, blockId1,…,blockIdN); TheBlob.wmv

0 10 GB 10 GB Address Space

EntityTableAccount Name =… = … Name =… = … contoso customers photos Photo ID =… Date =… Photo ID =… Date =… Table Storage a NoSQL key- value store technology used by applications requiring storing large amounts of data storage that need additional structure at no performance cost.

MessagesQueueAccount CustomerId=41 OrderId=O21 CustomerId=12 OrderId=O1 contoso orders imageprocessing BlobUrl= oso.blob… Queues offer a guaranteed message delivery mechanism that can be used to distribute work across roles. Utilizing a two-phase delete process ensures that even if a role which retrieves a message goes down the message will become visible again and subsequently processed by another worker.

Azure Queue Work items Web Role Worker Role 7:00AM7:00AM 7:04 AM Get Message with 5 minutes visibility timeout Extend visibility timeout with another 5 minutes 7:07 AM 7:09 AM Periodically store progress information in message content 7:05 7:09 7:14 Current Time 7:09AM 7:05AM Retrieve progress from queue message and resume

Scalability Targets -Storage Account

Scalability Targets – Partition

Shared Access Signatures (SAS)

SAS Read/Write Logs Devices & Roles Windows Azure Storage Service Analytics Logs & Metrics Public Service Issue SAS Token

Log VersionLog Version Accessing AccountAccessing Account Owner AccountOwner Account Service TypeService Type Request URLRequest URL Object KeyObject Key Request IDRequest ID Operation NumberOperation Number Request VersionRequest Version Operation TypeOperation Type Start TimeStart Time Application End to End Latency Storage Server LatencyStorage Server Latency Authentication TypeAuthentication Type Request StatusRequest Status HTTP Status CodeHTTP Status Code Client IPClient IP User AgentUser AgentReferrer Client Request IDClient Request IDETagLMT Request Packet SizeRequest Packet Size Request Header SizeRequest Header Size Response Packet SizeResponse Packet Size Response Header SizeResponse Header Size Request MD5Request MD5 Server MD5Server MD5 Conditions UsedConditions Used

[mycontainer] car1.docx car2.docx car3.docx train1.docx subfolder1/car_sub1.docx subfolder1/car_sub2.docx [c:\blob-data].\car1.docx.\car2.docx.\car3.docx.\train1.docx.\subfolder1\car_sub1.docx.\subfolder1\car_sub2.docx

.NET Client Libraries Visual Studio Tooling.NET Tools & SDK Core SDK Node.js Client Libraries Node.js SDK Core SDK PHP Client Libraries PHP SDK Core SDK Core SDK = Emulator, Packaging Tools, etc. Java Client Libraries Java SDK Core SDK Eclipse Tooling

MySPC