Skip to content

Commit 8fbea10

Browse files
Merge pull request #312972 from khdownie/kendownie031026-2
standardize applies to lines part one
2 parents 151dfc0 + bd12a01 commit 8fbea10

28 files changed

Lines changed: 34 additions & 48 deletions

articles/storage/files/authorize-data-operations-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: kendownie
1111

1212
# Choose how to authorize access to file data in the Azure portal
1313

14-
**Applies to:** :heavy_check_mark: SMB Azure file shares
14+
**Applies to:** :heavy_check_mark: SMB file shares
1515

1616
When you access file data by using the [Azure portal](https://portal.azure.com?azure-portal=true), the portal makes requests to the Azure Files service behind the scenes. You can authorize these requests by using either your Microsoft Entra account (preferred) or the storage account access key (less secure). The portal shows which method you're using and enables you to switch between the two methods if you have the appropriate permissions. By default, the portal uses whichever method you're already using to authorize all file shares, but you can change this setting for individual file share operations.
1717

articles/storage/files/authorize-oauth-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom:
1515

1616
# Access Azure file shares using Microsoft Entra ID with Azure Files OAuth over REST
1717

18-
:heavy_check_mark: **Applies to:** Classic file shares created with the Microsoft.Storage resource provider
18+
:heavy_check_mark: **Applies to:** Classic SMB and NFS file shares created with the Microsoft.Storage resource provider
1919

2020
:heavy_multiplication_x: **Doesn't apply to:** File shares created with the Microsoft.FileShares resource provider (preview)
2121

articles/storage/files/change-identity-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: kendownie
1111

1212
# Change the identity source for Azure file shares
1313

14-
**Applies to:** :heavy_check_mark: SMB Azure file shares
14+
**Applies to:** :heavy_check_mark: SMB file shares
1515

1616
Azure Files supports only one identity source per storage account for identity-based authentication over SMB. If you want to switch from one identity source to another, you must first disable the current identity source and then enable the new one.
1717

articles/storage/files/create-classic-file-share.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: devx-track-azurecli, references_regions, devx-track-azurepowershell
1313

1414
# Create an Azure classic file share
1515

16-
:heavy_check_mark: **Applies to:** SMB and NFS Azure classic file shares (Microsoft.Storage)
16+
:heavy_check_mark: **Applies to:** Classic SMB and NFS file shares created with the Microsoft.Storage resource provider
1717

1818
:heavy_multiplication_x: **Doesn't apply to:** File shares created with the Microsoft.FileShares resource provider (preview)
1919

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom:
1313

1414
# Access SMB Azure file shares by using managed identities with Microsoft Entra ID (preview)
1515

16-
**Applies to:** :heavy_check_mark: SMB Azure file shares
16+
**Applies to:** :heavy_check_mark: SMB file shares
1717

1818
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).
1919

articles/storage/files/files-nfs-protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: references_regions
1212

1313
# NFS Azure file shares
1414

15-
**Applies to:** :heavy_check_mark: NFS Azure file shares
15+
**Applies to:** :heavy_check_mark: NFS file shares
1616

1717
Azure Files offers two industry-standard file system protocols for mounting Azure file shares: the [Server Message Block (SMB)](/windows/win32/fileio/microsoft-smb-protocol-and-cifs-protocol-overview) protocol and the [Network File System (NFS)](https://en.wikipedia.org/wiki/Network_File_System) protocol, allowing you to pick the protocol that is the best fit for your workload. Azure file shares don't support accessing an individual Azure file share with both the SMB and NFS protocols, although you can create SMB and NFS file shares within the same FileStorage storage account. Azure Files offers enterprise-grade file shares that can scale up to meet your storage needs and can be accessed concurrently by thousands of clients.
1818

articles/storage/files/files-smb-protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: devx-track-azurepowershell
1212

1313
# SMB Azure file shares
1414

15-
**Applies to:** :heavy_check_mark: SMB Azure file shares
15+
**Applies to:** :heavy_check_mark: SMB file shares
1616

1717
Azure Files offers two industry-standard protocols for mounting Azure file share: the [Server Message Block (SMB)](/windows/win32/fileio/microsoft-smb-protocol-and-cifs-protocol-overview) protocol and the [Network File System (NFS)](https://en.wikipedia.org/wiki/Network_File_System) protocol. Azure Files enables you to pick the file system protocol that is the best fit for your workload. Azure file shares don't support accessing an individual Azure file share with both the SMB and NFS protocols, although you can create SMB and NFS file shares within the same storage account. For all file shares, Azure Files offers enterprise-grade file shares that can scale up to meet your storage needs and can be accessed concurrently by thousands of clients.
1818

articles/storage/files/migrate-files-storage-mover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ author: khdownie
1111

1212
# Use Azure Storage Mover to migrate to Azure file shares
1313

14-
**Applies to:** :heavy_check_mark: SMB and NFS Azure file shares
14+
**Applies to:** :heavy_check_mark: Classic SMB and NFS file shares created with the Microsoft.Storage resource provider
1515

1616
This migration guide describes how to migrate on-premises files to Azure file shares with full fidelity using [Azure Storage Mover](../../storage-mover/service-overview.md), a fully managed migration service. You can use Storage Mover to migrate from SMB or NFS source shares, including Windows Server, Linux, or NAS. Storage Mover uses the FileREST API to move the data.
1717

articles/storage/files/modify-file-share.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: devx-track-azurecli, devx-track-azurepowershell
1313

1414
# How to modify an Azure file share
1515

16-
:heavy_check_mark: **Applies to:** SMB and NFS Azure classic file shares (Microsoft.Storage)
16+
:heavy_check_mark: **Applies to:** Classic SMB and NFS file shares created with the Microsoft.Storage resource provider
1717

1818
:heavy_check_mark: **Applies to:** File shares created with the Microsoft.FileShares resource provider (preview)
1919

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: kendownie
1111

1212
# Overview of Azure Files identity-based authentication for SMB access
1313

14-
**Applies to:** :heavy_check_mark: SMB Azure file shares
14+
**Applies to:** :heavy_check_mark: SMB file shares
1515

1616
This article explains how you can use identity-based authentication, either on-premises or in Azure, to enable identity-based access to Azure Files over Server Message Block (SMB) protocol. Just like Windows file servers, you can grant permissions to an identity at the share, directory, or file level. There's no extra service charge to enable identity-based authentication on your storage account.
1717

0 commit comments

Comments
 (0)