Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 10

Microsoft C+E Technology Training

Data Platform and


Analytics
Foundational Training
Solution Area
Data Platform
Solution
Azure Data Services
Technology
Azure Data Services

[Speaker Name]
Microsoft Azure Data Services
SQL Server SQL Database DocumentDB Tables Blobs
in a VM

fully featured RDBMS


transactional processing
rich query
managed as a service
elastic scale
schema-free data model
Internet accessible http/rest
arbitrary data formats
Azure
SQL Database
Azure SQL Database Overview
The developer’s intelligent cloud database service

• Built for application developers


• Gives you more time to innovate
• Accelerates your time to market
• Maximizes performance, reliability, and data protection
• Lets you use the languages and platforms you prefer
Azure SQL Database
A relational database as a service, fully managed by Microsoft
For cloud-designed apps when near-zero administration and enterprise-grade capabilities are key
Perfect for cloud architects and developers looking for programmatic, DBA-like functionality

Elastic scale and Business continuity and Familiar and


performance data self-managed
protection
Predictable performance levels Self-service restore Familiar and compatible
Programmatic scale-out Disaster recovery Programmatic
Dashboard views of database Compliance-enabled Self-managed
metrics
Azure SQL Database
The developer’s intelligent cloud database service

Learn and adapt Scales on the fly Build multitenant Work within your
with your app! without app apps environment
downtime! with customer so you can focus on
isolation and building great apps!
efficiency!

Protects and secures


your app data!
Azure
DocumentDB
Azure DocumentDB Overview
A NoSQL document database as a service, fully managed by Microsoft
For cloud-designed apps when query over schema-free data, reliable and predictable performance, and rapid development are key
First-of-its-kind database service to offer native support for JavaScript, SQL query, and transactions over JSON documents
Perfect for cloud architects and developers who need an enterprise-ready NoSQL document database

Rich query and transactions Reliable and predictable


Rapid development
over JSON data performance

Query JSON data with no secondary Fast, predictable performance Build with familiar tools – REST, JSON,
indices JavaScript
Tunable consistency
Native JavaScript transactional Easy to start and fully managed
processing Elastic scale
Enterprise-grade Azure platform
Familiar SQL-based query language
Azure DocumentDB DocumentDB
A document store
Collections

Document 1 Document 2
{ {

SQL query
"name": "John", "name": "Eva",
"country": "Canada", "country": "Germany",
"age": 43, "age": 25
"lastUse": "March 4, 2014" }
}

Application
Document 3 Document 4
JSON
Application { {
"name": "Lou", "docCount": 3,
"country": "Australia", "last": "May 1, 2014"
"age": 51, }
"firstUse": "May 8, 2013"
}
© 2016 Microsoft Corporation. All rights reserved. Microsoft, Windows, Microsoft Azure, 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

You might also like