Skip to content

Commit f0ecf0d

Browse files
committed
tweak
1 parent 90ac712 commit f0ecf0d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/storage/common/authorize-data-access.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Authorize data operations
2+
title: Authorize operations for data access
33
titleSuffix: Azure Storage
44
description: Learn about the different ways to authorize access to data in Azure Storage. Azure Storage supports authorization with Azure Active Directory, Shared Key authorization, or shared access signatures (SAS), and also supports anonymous access to blobs.
55
services: storage
@@ -15,7 +15,9 @@ ms.subservice: common
1515

1616
# Authorize access to data in Azure Storage
1717

18-
Each time you access data in your storage account, your client application makes a request over HTTP/HTTPS to Azure Storage. By default, every resource in Azure Storage is secured, and every request to a secure resource must be authorized. Authorization ensures that the client application has the appropriate permissions to access data in your storage account.
18+
Each time you access data in your storage account, your client application makes a request over HTTP/HTTPS to Azure Storage. By default, every resource in Azure Storage is secured, and every request to a secure resource must be authorized. Authorization ensures that the client application has the appropriate permissions to access a particular resource in your storage account.
19+
20+
## Understand authorization for data operations
1921

2022
The following table describes the options that Azure Storage offers for authorizing access to data:
2123

@@ -56,4 +58,3 @@ Each authorization option is briefly described below:
5658
- Authorize access with Azure Active Directory to either [blob](../blobs/authorize-access-azure-active-directory.md), [queue](../queues/authorize-access-azure-active-directory.md), or [table](../tables/authorize-access-azure-active-directory.md) resources.
5759
- [Authorize with Shared Key](/rest/api/storageservices/authorize-with-shared-key/)
5860
- [Grant limited access to Azure Storage resources using shared access signatures (SAS)](storage-sas-overview.md)
59-

0 commit comments

Comments
 (0)