Skip to content

Commit dca9151

Browse files
authored
Merge pull request #189226 from tamram/tamram22-0218
updates for marketing requests #2
2 parents 77f143f + 959010b commit dca9151

File tree

2 files changed

+22
-18
lines changed

2 files changed

+22
-18
lines changed

articles/storage/common/storage-introduction.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
---
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.
44
services: storage
55
author: tamram
66

77
ms.service: storage
88
ms.topic: conceptual
9-
ms.date: 04/08/2020
9+
ms.date: 02/20/2022
1010
ms.author: tamram
1111
ms.subservice: common
1212
---
1313

14-
# Introduction to the core Azure Storage services
14+
# Introduction to Azure Storage
1515

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.
1717

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.
1923
- **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.
2024
- **Scalable.** Azure Storage is designed to be massively scalable to meet the data storage and performance needs of today's applications.
2125
- **Managed.** Azure handles hardware maintenance, updates, and critical issues for you.
2226
- **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.
2327

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
2929

3030
The Azure Storage platform includes the following data services:
3131

@@ -37,7 +37,11 @@ The Azure Storage platform includes the following data services:
3737

3838
Each service is accessed through a storage account. To get started, see [Create a storage account](storage-account-create.md).
3939

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
4145

4246
The following table compares Files, Blobs, Disks, Queues, and Tables, and shows example scenarios for each.
4347

@@ -119,7 +123,7 @@ Every request to Azure Storage must be authorized. Azure Storage supports the fo
119123

120124
## Encryption
121125

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).
123127

124128
### Encryption at rest
125129

@@ -143,7 +147,7 @@ When making decisions about how your data is stored and accessed, you should als
143147

144148
## Storage APIs, libraries, and tools
145149

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:
147151

148152
### Azure Storage data API and library references
149153

@@ -177,4 +181,4 @@ You can access resources in a storage account by any language that can make HTTP
177181

178182
## Next steps
179183

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).

articles/storage/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ highlightedContent:
3030
- title: Create a storage account
3131
itemType: how-to-guide
3232
url: ./common/storage-account-create.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
33-
- title: Learn about data redundancy
34-
itemType: concept
35-
url: ./common/storage-redundancy.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
33+
- title: Build new storage skills with Microsoft Learn
34+
itemType: learn
35+
url: https://aka.ms/azurestoragelearn
3636
- title: Migrate data to Azure Storage
3737
itemType: concept
3838
url: ./common/storage-migration-overview.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json

0 commit comments

Comments
 (0)