Skip to content

Commit 2c9e1d7

Browse files
author
Jill Grant
authored
Merge pull request #287865 from khdownie/kendownie100324-2
update old Azure AD screenshots with Entra branding
2 parents 3f56644 + dd591b5 commit 2c9e1d7

File tree

6 files changed

+7
-12
lines changed

6 files changed

+7
-12
lines changed
2.9 KB
Loading
Loading
77.8 KB
Loading

articles/storage/files/storage-files-active-directory-overview.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,16 @@ description: Azure Files supports identity-based authentication over SMB (Server
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: conceptual
7-
ms.date: 11/22/2023
7+
ms.date: 10/03/2024
88
ms.author: kendownie
9-
ms.custom: engagement-fy23
109
---
1110

1211
# Overview of Azure Files identity-based authentication options for SMB access
1312

1413
This article explains how Azure file shares can use domain services, either on-premises or in Azure, to support identity-based access to Azure file shares over SMB. Enabling identity-based access for your Azure file shares allows you to replace existing file servers with Azure file shares without replacing your existing directory service, maintaining seamless user access to shares.
1514

16-
## Applies to
17-
| File share type | SMB | NFS |
18-
|-|:-:|:-:|
19-
| Standard file shares (GPv2), LRS/ZRS | ![Yes](../media/icons/yes-icon.png) | ![No](../media/icons/no-icon.png) |
20-
| Standard file shares (GPv2), GRS/GZRS | ![Yes](../media/icons/yes-icon.png) | ![No](../media/icons/no-icon.png) |
21-
| Premium file shares (FileStorage), LRS/ZRS | ![Yes](../media/icons/yes-icon.png) | ![No](../media/icons/no-icon.png) |
15+
## Glossary
2216

23-
## Glossary
2417
It's helpful to understand some key terms relating to identity-based authentication for Azure file shares:
2518

2619
- **Kerberos authentication**
@@ -82,6 +75,7 @@ When you lift and shift applications to the cloud, you want to keep the same aut
8275
If you're keeping your primary file storage on-premises, Azure file shares can serve as an ideal storage for backup or DR, to improve business continuity. You can use Azure file shares to back up your data from existing file servers while preserving Windows discretionary access control lists (DACLs). For DR scenarios, you can configure an authentication option to support proper access control enforcement at failover.
8376

8477
## Advantages of identity-based authentication
78+
8579
Identity-based authentication for Azure Files offers several benefits over using Shared Key authentication:
8680

8781
- **Extend the traditional identity-based file share access experience to the cloud**
@@ -121,7 +115,7 @@ The following diagram represents the workflow for Microsoft Entra Domain Service
121115

122116
2. All users that exist in Microsoft Entra ID can be authenticated and authorized. The user can be cloud-only or hybrid. The sync from Microsoft Entra ID to Microsoft Entra Domain Services is managed by the platform without requiring any user configuration. However, the client must be joined to the Microsoft Entra Domain Services hosted domain. It can't be Microsoft Entra joined or registered. Microsoft Entra Domain Services doesn't support non-Azure clients (i.e. user laptops, workstations, VMs in other clouds, etc.) being domain-joined to the Microsoft Entra Domain Services hosted domain. However, it's possible to mount a file share from a non-domain-joined client by providing explicit credentials such as DOMAINNAME\username or using the fully qualified domain name (username@FQDN).
123117

124-
:::image type="content" source="media/storage-files-active-directory-overview/files-azure-ad-ds-auth-diagram.png" alt-text="Diagram of configuration for Microsoft Entra Domain Services authentication with Azure Files over SMB.":::
118+
:::image type="content" source="media/storage-files-active-directory-overview/files-microsoft-entra-domain-services-auth-diagram.png" alt-text="Diagram of configuration for Microsoft Entra Domain Services authentication with Azure Files over SMB.":::
125119

126120
To learn how to enable Microsoft Entra Domain Services authentication, see [Enable Microsoft Entra Domain Services authentication on Azure Files](storage-files-identity-auth-domain-services-enable.md).
127121

@@ -134,7 +128,7 @@ Enabling and configuring Microsoft Entra ID for authenticating [hybrid user iden
134128
> [!IMPORTANT]
135129
> Microsoft Entra Kerberos authentication only supports hybrid user identities; it doesn't support cloud-only identities. A traditional AD DS deployment is required, and it must be synced to Microsoft Entra ID using Microsoft Entra Connect Sync or Microsoft Entra Connect cloud sync. Clients must be Microsoft Entra joined or [Microsoft Entra hybrid joined](../../active-directory/devices/hybrid-join-plan.md). Microsoft Entra Kerberos isn’t supported on clients joined to Microsoft Entra Domain Services or joined to AD only.
136130
137-
:::image type="content" source="media/storage-files-active-directory-overview/files-azure-ad-kerberos-diagram.png" alt-text="Diagram of configuration for Microsoft Entra Kerberos authentication for hybrid identities over SMB.":::
131+
:::image type="content" source="media/storage-files-active-directory-overview/files-microsoft-entra-kerberos-diagram.png" alt-text="Diagram of configuration for Microsoft Entra Kerberos authentication for hybrid identities over SMB.":::
138132

139133
To learn how to enable Microsoft Entra Kerberos authentication for hybrid identities, see [Enable Microsoft Entra Kerberos authentication for hybrid identities on Azure Files](storage-files-identity-auth-hybrid-identities-enable.md).
140134

@@ -174,11 +168,12 @@ Azure Files supports preserving directory or file level ACLs when copying data t
174168
There's no additional service charge to enable identity-based authentication over SMB on your storage account. For more information on pricing, see [Azure Files pricing](https://azure.microsoft.com/pricing/details/storage/files/) and [Microsoft Entra Domain Services pricing](https://azure.microsoft.com/pricing/details/active-directory-ds/).
175169

176170
## Next steps
171+
177172
For more information about Azure Files and identity-based authentication over SMB, see these resources:
178173

179174
- [Planning for an Azure Files deployment](storage-files-planning.md)
180175
- [Overview - on-premises Active Directory Domain Services authentication over SMB for Azure file shares](storage-files-identity-auth-active-directory-enable.md)
181176
- [Enable Microsoft Entra Domain Services authentication on Azure Files](storage-files-identity-auth-domain-services-enable.md)
182177
- [Enable Microsoft Entra Kerberos authentication for hybrid identities on Azure Files](storage-files-identity-auth-hybrid-identities-enable.md)
183178
- [Enable AD Kerberos authentication for Linux clients](storage-files-identity-auth-linux-kerberos-enable.md)
184-
- [FAQ](storage-files-faq.md)
179+
- [FAQ](storage-files-faq.md#identity-based-authentication)

0 commit comments

Comments
 (0)