18

Click here to load reader

Microsoft Azure Veri Servisleri

Embed Size (px)

DESCRIPTION

Microsoft Azure Veri Servisleri

Citation preview

Page 1: Microsoft Azure Veri Servisleri

MICROSOFT AZURE ITPRO

MICROSOFT AZURE VERİ SERVİSLERİ

Önder DEĞER

Microsoft Azure - MVP

Page 2: Microsoft Azure Veri Servisleri

Overview

• Azure Storage

• Azure Cache

• Azure Marketplace and Tools

Page 3: Microsoft Azure Veri Servisleri

Storage Overview

• Storage that is cost effective, flexible, and scalable

• Works with existing infrastructure

• Storage for cloud based applications

• Accessible via REST APIs

• Storage account provides access to storage services

Page 4: Microsoft Azure Veri Servisleri

Storage Account

• Required for Azure Storage Services

• Highest level of namespace for storage services

• Can have 200 Terabytes of data

• Uses Geographical Redundant Storage (GRS) by default

• Can be accessed using a URL

• Generates two 512-bit storage access keys

Page 5: Microsoft Azure Veri Servisleri

Binary Large Object Storage (Blob)

• Components of a Blob Service

Account Container Blob

Tim

Videos

Images

Vid01.mp4

Img02.bmp

Img01.bmp

Page 6: Microsoft Azure Veri Servisleri

Tables

Account Table Entity

Tim

photos

employees

Photo ID = ..Date = ..

Name = ..Email = ..

Name = ..Email = ..

• Components of the Table Service

Page 7: Microsoft Azure Veri Servisleri

Queues

Account Queues Messages

Tim

links

imagesize

http://..

256x256http://..

128x128http://..

• Components of the Queue Service

Page 8: Microsoft Azure Veri Servisleri

Azure SQL Database

• Fully managed relational database service

• Offers scale and functionality of an enterprise SQL server

• Replicates multiple redundant copies of data

• Stored in the same manner as traditional SQL Server with Transact-SQL

• Allows for easy migration from on premise

Page 9: Microsoft Azure Veri Servisleri

Import/Export

• Allows for transferring of large amounts of data to and from Blob storage without having to upload data over the network

• You must met the following requirements to use this service:

• Valid Azure Subscription and storage account

• 3.5 inch SATA ll hard drive formatted with NTFS

• Data stored on the hard drive must be encrypted using BitLocker

• Data can only be uploaded or downloaded from block and page blobs

• Maximum of 20 active jobs per subscription

• No more that 10 hard drives

Page 10: Microsoft Azure Veri Servisleri

StorSimple Cloud-Integrated Storage

• Standalone system that provides on-premises enterprise storage

• Fully integrates with Microsoft Azure storage services

• Combines iSCSI SAN, snapshots, backups, deduplication, and compression with Azure storage services

Page 11: Microsoft Azure Veri Servisleri

Azure Cache Overview

• Provides secure and dedicated cache

• Created in the Microsoft Azure region of your choice

• Available as managed services with Cache Service

• Can be managed using Azure SDK or In-Role Cache

Page 12: Microsoft Azure Veri Servisleri

Azure Cache Service

• Uses dedicated cache managed by Microsoft

• Allows access to application including Web Sites, Cloud Services, Web and Worker Roles, and Virtual Machines

• Comes in the following tiers:

• Basic – 128MB-1GB

• Standard 1GB – 10GB

• Premium 5GB-150GB

Page 13: Microsoft Azure Veri Servisleri

In-Role Cache

• Allows for cache to be hosted within Azure roles

• Performs caching by using a portion of the memory available to the virtual machine

• Allows cache to grow large and have no quota restrictions

• Two options for In-Role Cache

• Dedicated Role

• Co-located Role

Page 14: Microsoft Azure Veri Servisleri

Azure Marketplace

• Global online store allowing people to publish and sell applications to Azure customers

Page 15: Microsoft Azure Veri Servisleri

Azure Store

• Allows you to purchase Add-ons from Microsoft Partners

• Add-ons can be managed from the Management Portal

• Usage costs are included in a single bill from Microsoft

Page 16: Microsoft Azure Veri Servisleri

Azure PowerShell

• Provides the cmdlets needed to manage Azure with Windows PowerShell

• Distributed as a downloadable file

• Must provide your Azure subscription before you can use the cmdlets

• Currently two different options for connecting to your subscription:

• Azure Active Directory

• Management Certificate

Page 17: Microsoft Azure Veri Servisleri

Azure Command-Line Interface

• Set of open source commands that work with Azure

• Provide similar functionality as the Management Portal

• Based on JavaScript and require Node.js

• Can be installed in two different ways:

• Installer packages for Windows and OS X

• NPM command if Node.js is already installed