You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/common/storage-introduction.md
+19-15Lines changed: 19 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,31 +1,31 @@
1
1
---
2
-
title: Introduction to Azure Storage - Cloud storage on Azure | Microsoft Docs
3
-
description: The core Azure Storage platform is Microsoft's cloud storage solution. Azure Storage provides storage for data objects that is highly available, secure, durable, massively scalable, and redundant.
2
+
title: Introduction to Azure Storage - Cloud storage on Azure
3
+
description: The Azure Storage platform is Microsoft's cloud storage solution. Azure Storage provides highly available, secure, durable, massively scalable, and redundant storage for data objects in the cloud. Learn about the services available in Azure Storage and how you can use them in your applications, services, or enterprise solutions.
4
4
services: storage
5
5
author: tamram
6
6
7
7
ms.service: storage
8
8
ms.topic: conceptual
9
-
ms.date: 04/08/2020
9
+
ms.date: 02/20/2022
10
10
ms.author: tamram
11
11
ms.subservice: common
12
12
---
13
13
14
-
# Introduction to the core Azure Storage services
14
+
# Introduction to Azure Storage
15
15
16
-
The Azure Storage platform is Microsoft's cloud storage solution for modern data storage scenarios. Core storage services offer a massively scalable object store for data objects, disk storage for Azure virtual machines (VMs), a file system service for the cloud, a messaging store for reliable messaging, and a NoSQL store. The services are:
16
+
The Azure Storage platform is Microsoft's cloud storage solution for modern data storage scenarios. Azure Storage offers highly available, massively scalable, durable, and secure storage for a variety of data objects in the cloud. Azure Storage data objects are accessible from anywhere in the world over HTTP or HTTPS via a REST API. Azure Storage also offers client libraries for developers building applications or services with .NET, Java, Python, JavaScript, C++, and Go. Developers and IT professionals can use Azure PowerShell and Azure CLI to write scripts for data management or configuration tasks. The Azure portal and Azure Storage Explorer provide user-interface tools for interacting with Azure Storage.
17
17
18
-
-**Durable and highly available.** Redundancy ensures that your data is safe in the event of transient hardware failures. You can also opt to replicate data across datacenters or geographical regions for additional protection from local catastrophe or natural disaster. Data replicated in this way remains highly available in the event of an unexpected outage.
18
+
## Benefits of Azure Storage
19
+
20
+
Azure Storage services offer the following benefits for application developers and IT professionals:
21
+
22
+
-**Durable and highly available.** Redundancy ensures that your data is safe in the event of transient hardware failures. You can also opt to replicate data across data centers or geographical regions for additional protection from local catastrophe or natural disaster. Data replicated in this way remains highly available in the event of an unexpected outage.
19
23
-**Secure.** All data written to an Azure storage account is encrypted by the service. Azure Storage provides you with fine-grained control over who has access to your data.
20
24
-**Scalable.** Azure Storage is designed to be massively scalable to meet the data storage and performance needs of today's applications.
21
25
-**Managed.** Azure handles hardware maintenance, updates, and critical issues for you.
22
26
-**Accessible.** Data in Azure Storage is accessible from anywhere in the world over HTTP or HTTPS. Microsoft provides client libraries for Azure Storage in a variety of languages, including .NET, Java, Node.js, Python, PHP, Ruby, Go, and others, as well as a mature REST API. Azure Storage supports scripting in Azure PowerShell or Azure CLI. And the Azure portal and Azure Storage Explorer offer easy visual solutions for working with your data.
23
27
24
-
## Review options for storage in Azure
25
-
26
-
Azure provides a variety of storage tools and services, including Azure Storage. To determine which Azure technology is best suited for your scenario, see [Review your storage options](/azure/cloud-adoption-framework/ready/considerations/storage-options) in the Azure Cloud Adoption Framework.
27
-
28
-
## About the core Azure Storage services
28
+
## Azure Storage data services
29
29
30
30
The Azure Storage platform includes the following data services:
31
31
@@ -37,7 +37,11 @@ The Azure Storage platform includes the following data services:
37
37
38
38
Each service is accessed through a storage account. To get started, see [Create a storage account](storage-account-create.md).
39
39
40
-
## Example scenarios
40
+
## Review options for storing data in Azure
41
+
42
+
Azure provides a variety of storage tools and services, including Azure Storage. To determine which Azure technology is best suited for your scenario, see [Review your storage options](/azure/cloud-adoption-framework/ready/considerations/storage-options) in the Azure Cloud Adoption Framework.
43
+
44
+
## Sample scenarios for Azure Storage services
41
45
42
46
The following table compares Files, Blobs, Disks, Queues, and Tables, and shows example scenarios for each.
43
47
@@ -119,7 +123,7 @@ Every request to Azure Storage must be authorized. Azure Storage supports the fo
119
123
120
124
## Encryption
121
125
122
-
There are two basic kinds of encryption available for the core storage services. For more information about security and encryption, see the [Azure Storage security guide](../blobs/security-recommendations.md).
126
+
There are two basic kinds of encryption available for Azure Storage. For more information about security and encryption, see the [Azure Storage security guide](../blobs/security-recommendations.md).
123
127
124
128
### Encryption at rest
125
129
@@ -143,7 +147,7 @@ When making decisions about how your data is stored and accessed, you should als
143
147
144
148
## Storage APIs, libraries, and tools
145
149
146
-
You can access resources in a storage account by any language that can make HTTP/HTTPS requests. Additionally, the core Azure Storage services offer programming libraries for several popular languages. These libraries simplify many aspects of working with Azure Storage by handling details such as synchronous and asynchronous invocation, batching of operations, exception management, automatic retries, operational behavior, and so forth. Libraries are currently available for the following languages and platforms, with others in the pipeline:
150
+
You can access resources in a storage account by any language that can make HTTP/HTTPS requests. Additionally, Azure Storage offer programming libraries for several popular languages. These libraries simplify many aspects of working with Azure Storage by handling details such as synchronous and asynchronous invocation, batching of operations, exception management, automatic retries, operational behavior, and so forth. Libraries are currently available for the following languages and platforms, with others in the pipeline:
147
151
148
152
### Azure Storage data API and library references
149
153
@@ -177,4 +181,4 @@ You can access resources in a storage account by any language that can make HTTP
177
181
178
182
## Next steps
179
183
180
-
To get up and running with core Azure Storage services, see [Create a storage account](storage-account-create.md).
184
+
To get up and running with Azure Storage, see [Create a storage account](storage-account-create.md).
0 commit comments