Skip to content

Commit b014efd

Browse files
committed
Files Managed Identity GA
1 parent 9d347fd commit b014efd

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

articles/storage/files/files-managed-identities.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
2-
title: Use Managed Identities with Azure Files (Preview)
3-
description: Learn how to authenticate managed identities to allow applications and VMs to access SMB Azure file shares by using identity-based authentication with Entra ID.
2+
title: Use Managed Identities with Azure Files
3+
description: Learn how to authenticate managed identities to allow applications and VMs to access SMB Azure file shares by using identity-based authentication with Microsoft Entra ID.
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: how-to
7-
ms.date: 03/27/2026
7+
ms.date: 04/20/2026
88
ms.author: kendownie
99
ms.custom:
1010
- devx-track-azurepowershell
1111
zone_pivot_groups: azure-files-windows-linux
1212
# Customer intent: As a cloud administrator, I want to improve security by authenticating managed identities to allow applications and virtual machines to access SMB Azure file shares by using identity-based authentication with Microsoft Entra ID instead of using a storage account key.
1313
---
1414

15-
# Access SMB Azure file shares by using managed identities with Microsoft Entra ID (preview)
15+
# Access SMB Azure file shares by using managed identities with Microsoft Entra ID
1616

1717
**Applies to:** :heavy_check_mark: SMB file shares
1818

19-
This article explains how you can use [managed identities](/entra/identity/managed-identities-azure-resources/overview) to allow Windows and Linux virtual machines (VMs) to access SMB Azure file shares by using identity-based authentication with Microsoft Entra ID (preview).
19+
This article explains how you can use [managed identities](/entra/identity/managed-identities-azure-resources/overview) to allow Windows and Linux virtual machines (VMs) to access SMB Azure file shares by using identity-based authentication with Microsoft Entra ID.
2020

21-
A managed identity is an identity in Entra ID that Azure automatically manages. Typically, you use managed identities when developing cloud applications to manage the credentials for authenticating to Azure services.
21+
A managed identity is an identity in Microsoft Entra ID that Azure automatically manages. Typically, you use managed identities when developing cloud applications to manage the credentials for authenticating to Azure services. Azure Files now supports both application managed identities and end‑user identity-based access on the same storage account. Applications and users are independently authenticated via Microsoft Entra ID and authorized through a shared permissions model.
2222

2323
By the end of this guide, you create a storage account that's ready to access with a managed identity. You also learn how to create a managed identity for a VM and generate an OAuth token for it. Then you mount a file share by using managed identity-based authentication and authorization. Using a managed identity eliminates the need to use a storage account key.
2424

@@ -34,7 +34,7 @@ Benefits include:
3434

3535
- **Fine-grained access control**: Role-based access at the identity level.
3636

37-
- **Automation friendly**: Easy to integrate with continuous integration and continuous delivery (CI/CD) pipelines, Azure Kubernetes Service (AKS) workloads, and customer applications.
37+
- **Automation friendly**: Easy to integrate with continuous integration and continuous delivery (CI/CD) pipelines, [Azure Kubernetes Service (AKS)](/azure/aks/create-volume-azure-files#use-managed-identity-to-access-azure-files-storage-preview) workloads, and customer applications.
3838

3939
- **Cost effective**: No extra storage cost for managed identities.
4040

@@ -56,7 +56,7 @@ The clients that need to authenticate by using a managed identity shouldn't be j
5656

5757
## Configure the managed identity's access property on your storage account
5858

59-
To authenticate a managed identity, you must enable the `SMBOAuth` property on the storage account that contains the Azure file share you want to access. We recommend creating a new storage account for this purpose. You can use an existing storage account only if it doesn't have any other identity source configured.
59+
To authenticate a managed identity, you must enable the `SMBOAuth` property on the storage account that contains the Azure file share you want to access. We recommend creating a new storage account for this purpose, although you can use an existing storage account.
6060

6161
To enable the `SMBOAuth` property on your storage account, use either the Azure portal or Azure PowerShell. For instructions, select the appropriate tab.
6262

@@ -66,7 +66,7 @@ To create a new storage account with the `SMBOAuth` property enabled by using th
6666

6767
:::image type="content" source="media/managed-identities/enable-managed-identity.png" alt-text="Screenshot that shows how to enable a managed identity for SMB when creating a new storage account by using the Azure portal." border="true":::
6868

69-
Alternatively, you can enable the `SMBOAuth` property on an existing storage account, as long as the storage account doesn't have any other identity source configured.
69+
Alternatively, you can enable the `SMBOAuth` property on an existing storage account.
7070

7171
Go to the storage account. On the service menu, under **Settings**, select **Configuration**. Under **Managed Identity for SMB**, select **Enabled**, and then select **Save**.
7272

0 commit comments

Comments
 (0)