Skip to content

Commit 5eb2f6d

Browse files
authored
remove extra newline
1 parent 15be90d commit 5eb2f6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/storage/blobs/authorize-access-azure-active-directory.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Authorization with Azure AD is available for all general-purpose and Blob storag
2222

2323
Blob storage additionally supports creating shared access signatures (SAS) that are signed with Azure AD credentials. For more information, see [Grant limited access to data with shared access signatures](../common/storage-sas-overview.md).
2424

25-
2625
## Overview of Azure AD for blobs
2726

2827
When a security principal (a user, group, or application) attempts to access a blob resource, the request must be authorized, unless it is a blob available for anonymous access. With Azure AD, access to a resource is a two-step process. First, the security principal's identity is authenticated and an OAuth 2.0 token is returned. Next, the token is passed as part of a request to the Blob service and used by the service to authorize access to the specified resource.

0 commit comments

Comments
 (0)