Skip to content

Commit b4cb678

Browse files
authored
Merge pull request #108159 from roygara/renameAD
Staging rework for AD
2 parents 86eb20c + b4480b9 commit b4cb678

7 files changed

+121
-113
lines changed

articles/storage/common/storage-auth.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: tamram
77

88
ms.service: storage
99
ms.topic: conceptual
10-
ms.date: 02/24/2020
10+
ms.date: 04/15/2020
1111
ms.author: tamram
1212
ms.reviewer: cbrooks
1313
ms.subservice: common
@@ -19,7 +19,7 @@ Each time you access data in your storage account, your client makes a request o
1919

2020
The following table describes the options that Azure Storage offers for authorizing access to resources:
2121

22-
| |Shared Key (storage account key) |Shared access signature (SAS) |Azure Active Directory (Azure AD) |Active Directory (preview) |Anonymous public read access |
22+
| |Shared Key (storage account key) |Shared access signature (SAS) |Azure Active Directory (Azure AD) |On-premises Active Directory Domain Services (preview) |Anonymous public read access |
2323
|---------|---------|---------|---------|---------|---------|
2424
|Azure Blobs |[Supported](/rest/api/storageservices/authorize-with-shared-key/) |[Supported](storage-sas-overview.md) |[Supported](storage-auth-aad.md) |Not supported|[Supported](../blobs/storage-manage-access-to-resources.md) |
2525
|Azure Files (SMB) |[Supported](/rest/api/storageservices/authorize-with-shared-key/) |Not supported |[Supported, only with AAD Domain Services](../files/storage-files-active-directory-overview.md) |[Supported, credentials must be synced to Azure AD](../files/storage-files-active-directory-overview.md)|Not supported |
@@ -31,9 +31,9 @@ Each authorization option is briefly described below:
3131

3232
- **Azure Active Directory (Azure AD) integration** for blobs, and queues. Azure AD provides role-based access control (RBAC) for control over a client's access to resources in a storage account. For more information regarding Azure AD integration for blobs and queues, see [Authorize access to Azure blobs and queues using Azure Active Directory](storage-auth-aad.md).
3333

34-
- **Azure Active Directory Domain Services (Azure AD DS) authentication** for Azure Files. Azure Files supports identity-based authorization over Server Message Block (SMB) through Azure AD DS. You can use RBAC for fine-grained control over a client's access to Azure Files resources in a storage account. For more information regarding Azure Files authentication using domain services, refer to our [overview](../files/storage-files-active-directory-overview.md).
34+
- **Azure Active Directory Domain Services (Azure AD DS) authentication** for Azure Files. Azure Files supports identity-based authorization over Server Message Block (SMB) through Azure AD DS. You can use RBAC for fine-grained control over a client's access to Azure Files resources in a storage account. For more information regarding Azure Files authentication using domain services, refer to the [overview](../files/storage-files-active-directory-overview.md).
3535

36-
- **Active Directory (AD) authentication (preview)** for Azure Files. Azure Files supports identity-based authorization over SMB through AD. Your AD domain service can be hosted on on-premises machines or in Azure VMs. SMB access to Files is supported using AD credentials from domain joined machines, either on-premises or in Azure. You can use RBAC for share level access control and NTFS DACLs for directory/file level permission enforcement. For more information regarding Azure Files authentication using domain services, refer to our [overview](../files/storage-files-active-directory-overview.md).
36+
- **On-premises Active Directory Domain Services (AD DS, or on-premises AD DS) authentication (preview)** for Azure Files. Azure Files supports identity-based authorization over SMB through AD DS. Your AD DS environment can be hosted in on-premises machines or in Azure VMs. SMB access to Files is supported using AD DS credentials from domain joined machines, either on-premises or in Azure. You can use a combination of RBAC for share level access control and NTFS DACLs for directory/file level permission enforcement. For more information regarding Azure Files authentication using domain services, refer to the [overview](../files/storage-files-active-directory-overview.md).
3737

3838
- **Shared Key authorization** for blobs, files, queues, and tables. A client using Shared Key passes a header with every request that is signed using the storage account access key. For more information, see [Authorize with Shared Key](/rest/api/storageservices/authorize-with-shared-key/).
3939
- **Shared access signatures** for blobs, files, queues, and tables. Shared access signatures (SAS) provide limited delegated access to resources in a storage account. Adding constraints on the time interval for which the signature is valid or on permissions it grants provides flexibility in managing access. For more information, see [Using shared access signatures (SAS)](storage-sas-overview.md).

0 commit comments

Comments
 (0)