0% found this document useful (0 votes)
57 views2 pages

Azure Storage Services Overview

Azure Storage provides various services for storing and accessing data in the cloud. Disk storage offers persistent storage for virtual machines similar to on-premises storage. Blob storage stores large amounts of unstructured data like text and binary files. File storage enables sharing files using SMB file shares that can be accessed from multiple VMs and locations using URLs and shared access signatures.

Uploaded by

Juan Manuel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
57 views2 pages

Azure Storage Services Overview

Azure Storage provides various services for storing and accessing data in the cloud. Disk storage offers persistent storage for virtual machines similar to on-premises storage. Blob storage stores large amounts of unstructured data like text and binary files. File storage enables sharing files using SMB file shares that can be accessed from multiple VMs and locations using URLs and shared access signatures.

Uploaded by

Juan Manuel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

15/9/2020 Azure Storage

Azure Storage

Azure Storage is a service that you can use to store files, messages, tables, and other types of information. You
can use Azure Storage on its own (for example as a file share), but developers also often use it as a store for
working data. Such stores can be used by websites, mobile apps, desktop applications, and many other types of
Es Azure Storage is also used by IaaS virtual machines, and PaaS cloud services.
custom solutions.
te
do
cu
me
Some of the most common nto storage service types in Azure are disks, files, objects, queues, and tables.
pe
No rte
es n
t á ijm ece
Disk storage np .co a
erm ntr Jua
itid e r n
as as@ Man
las gm uel
co a C
pia il.co ollan
ss m tes
in Co
au ntr
tor era
iza
ció s.
Disk storage provides disks for virtual machines, applications, n. and other services to access and use as they need,
similar to how they would in on-premises scenarios. Disk storage allows data to be persistently stored and
accessed from an attached virtual hard disk. The disks can be managed or unmanaged by Azure, and therefore
managed andE configured by the user. Typical scenarios for using disk storage are if you want to lift and shift
ste
applications that read
do and write data to persistent disks, or if you are storing data that is not required to be
cu
accessed from outside methe virtual machine to which the disk is attached.
nto
pe
No rte
Disks come in manyesdifferent ne and performance levels, from solid-state drives (SSDs) to traditional spinning
tán ijmsizes ce
hard disk drives (HDDs),pwith . con a Jperformance
erm varying abilities. Details on pricing are available on the Managed Disks
tre uan
pricing page. itid ras M
as @ a
las gm nuel
co ail C
pia .co olla
Containers (Blobs) s m nte
sin sC
au on
tor tre
iza ras
ció .
n.

Es
te is Microsoft's object storage solution for the cloud. Blob storage is optimized for storing massive
Azure Blob storage
do
cu
amounts of unstructured me data, such as text or binary data.
nto
pe
N
Blob storage is ideal
o e for: rte
n
stá ijm ece
np .co aJ
erm
Serving images or documents nt ua to a browser.
itid redirectly
r n
as as@ Man
las gm uel
Storing files for distributed access. co a C
pia il.co ollan
ss m tes
Streaming video and audio. in Co
au ntr
tor era
iza
Storing data for backup and restore, disaster recovery, ció and s.
archiving.
n.
Storing data for analysis by an on-premises or Azure-hosted service.

Files Es
te
do
cu
me
nto
pe
No rte
es n
ijm ece
tán
pe . c a
rm ontre Juan
itid r
as as@ Man
Azure Files enables you to set up lhighly
as ma uel Cnetwork file shares that can be accessed by using the standard
gavailable
co il.c o
Server Message Block (SMB) protocol. That p ias meansom llthat
an multiple VMs can share the same files with both read and
te
write access. You can also read the files using the REST interface or the storage client libraries.

https://www.skillpipe.com/#/reader/book/2e7c28ed-154c-59cb-8ee9-9897b08254a2 1/2
15/9/2020 Azure Storage

One thing that distinguishes Azure Files from files on a corporate file share is that you can access the files from
anywhere in the world using a URL that points to the file and includes a shared access signature (SAS) token. You
can generate SAS tokens; they allow specific access to a private asset for a specific amount of time.

File shares can be used for many common scenarios:

Many on-premises applications use file shares. This feature makes it easier to migrate those applications that
share data
Es to Azure. If you mount the file share to the same drive letter that the on-premises application uses,
te
do application that accesses the file share should work with minimal, if any, changes.
the part of your cu
me
nto
Configuration files can pbe
ert stored on a file share and accessed from multiple VMs. Tools and utilities used by
No en
es
multiple developers in a
ijmgroup ec can be stored on a file share, ensuring that everybody can find them, and that
tán ea
p . co
they use the same version.erm ntr Jua
itid era n
as s@ Man
Diagnostic logs, metrics, and lcrash as ma ueare
gdumps l C just three examples of data that can be written to a file share
co il o
and processed or analyzed later. pias .com llant
sin es
au Co
tor ntr
iza era
Queues ció s.
n.

Es
te
do
cu
me
The Azure Queue service ntois used to store and retrieve messages. Queue messages can be up to 64 KB in size,
pe
N oe
and a queue can contain rte of messages. Queues are generally used to store lists of messages to be
millions n
stá ijm ece
processed asynchronously.np .co a
erm ntr Jua
itid e ras n M
For example, say you want yourascustomers @ a
las gm tonubeel able to upload pictures, and you want to create thumbnails for
cop a ilwait Co
each picture. You could have your customer .
ias com forllyou an to create the thumbnails while uploading the pictures. An
s tes
alternative would be to use a queue. When the in customer finishes
Co their upload, write a message to the queue. Then
au ntr
have an Azure Function retrieve the message from tor the queue e
and
iza ras create the thumbnails. Each of the parts of this
ció .
processing can be scaled separately, giving you more control n . when tuning it for your usage.

Tables
Es
te
do
cu
me
nto
pe
No rte
es n
tán ijm ece
.
pe large c aJ
Azure Table storage stores rm onamounts
t ua of structured data. The service is a NoSQL datastore which accepts
itid rera n
authenticated calls from inside and s@ Mthe
as outside a Azure cloud. Azure tables are ideal for storing structured, non-
las gm nuel
relational data. Common uses of Table co storage
ail include:
.c
Co
pia lla
s s om nte
in s
Storing TBs of structured data capable of aserving
uto webCscale
on applications.
riz tre
ac ras
Storing datasets that don't require complex joins, iforeign ón
. keys,. or stored procedures and can be denormalized
for fast access.

Quickly querying data using a clustered index.


Es
te
You can use Table dostorage to store and query huge sets of structured, non-relational data, and your tables will scale
cu
as demand increases.men
to
pe
No rte
es n
tán ijm ece
pe . c a
rm ontre Juan
itid r
as as@ Man
las gm uel
co a C
pia il.co ollan
s m te

https://www.skillpipe.com/#/reader/book/2e7c28ed-154c-59cb-8ee9-9897b08254a2 2/2

You might also like