Skip to content

Commit d3d5453

Browse files
Merge pull request #275514 from khdownie/kendownie-lfs-updates
GRS for LFS
2 parents ea4e7f3 + 815be27 commit d3d5453

23 files changed

+74
-184
lines changed

articles/container-apps/storage-mounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ To enable Azure Files storage in your container, you need to set up your environ
248248
| Requirement | Instructions |
249249
|--|--|
250250
| Azure account | If you don't have one, [create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F). |
251-
| Azure Storage account | [Create a storage account](../storage/common/storage-account-create.md?tabs=azure-cli#create-a-storage-account-1). |
251+
| Azure Storage account | [Create a storage account](../storage/common/storage-account-create.md?tabs=azure-cli#create-a-storage-account). |
252252
| Azure Container Apps environment | [Create a container apps environment](environment.md). |
253253

254254
### Configuration

articles/databox/data-box-disk-limits.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ For the latest information on Azure storage service limits and best practices fo
4848
- The hierarchy of files is maintained while uploading to the cloud for both blobs and Azure Files. For example, you copied a file at this path: `<container folder>\A\B\C.txt`. This file is uploaded to the same path in cloud.
4949
- Any empty directory hierarchy (without any files) created under *BlockBlob* and *PageBlob* folders isn't uploaded.
5050
- If you don't have long paths enabled on the client, and any path and file name in your data copy exceeds 256 characters, the Data Box Split Copy Tool (DataBoxDiskSplitCopy.exe) or the Data Box Disk Validation tool (DataBoxDiskValidation.cmd) will report failures. To avoid this kind of failure, [enable long paths on your Windows client](/windows/win32/fileio/maximum-file-path-limitation?tabs=cmd#enable-long-paths-in-windows-10-version-1607-and-later).
51-
- To improve performance during data uploads, we recommend that you [enable large file shares on the storage account and increase share capacity to 100 TiB](../../articles/storage/files/storage-how-to-create-file-share.md#enable-large-file-shares-on-an-existing-account). Large file shares are only supported for storage accounts with locally redundant storage (LRS).
5251
- If there are any errors when uploading data to Azure, an error log is created in the target storage account. The path to this error log is available in the portal when the upload is complete and you can review the log to take corrective action. Don't delete data from the source without verifying the uploaded data.
5352
- If you specified managed disks in the order, review the following additional considerations:
5453

articles/import-export/storage-import-export-data-to-files.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ In this tutorial, you learn how to:
3030
Before you create an import job to transfer data into Azure Files, carefully review and complete the following list of prerequisites. You must:
3131

3232
- Have an active Azure subscription to use with Import/Export service.
33-
- Have at least one Azure Storage account. See the list of [Supported storage accounts and storage types for Import/Export service](storage-import-export-requirements.md).
34-
- Consider configuring large file shares on the storage account. During imports to Azure Files, if a file share doesn't have enough free space, auto splitting the data to multiple Azure file shares is no longer supported, and the copy will fail. For instructions, see [Configure large file shares on a storage account](../storage/files/storage-how-to-create-file-share.md?tabs=azure-portal#enable-large-file-shares-on-an-existing-account).
35-
- For information on creating a new storage account, see [How to create a storage account](../storage/common/storage-account-create.md).
33+
- Have at least one Azure Storage account. See the list of [Supported storage accounts and storage types for Import/Export service](storage-import-export-requirements.md). For information on creating a new storage account, see [How to create a storage account](../storage/common/storage-account-create.md).
3634
- Have an adequate number of disks of [supported types](storage-import-export-requirements.md#supported-disks).
3735
- Have a Windows system running a [supported OS version](storage-import-export-requirements.md#supported-operating-systems).
3836
- Download the current release of the Azure Import/Export version 2 tool, for files, on the Windows system:
@@ -314,7 +312,7 @@ Install-Module -Name Az.ImportExport
314312
[!INCLUDE [storage-import-export-verify-data-copy](../../includes/storage-import-export-verify-data-copy.md)]
315313

316314
> [!NOTE]
317-
> In the latest version of the Azure Import/Export tool for files (2.2.0.300), if a file share doesn't have enough free space, the data is no longer auto split to multiple Azure file shares. Instead, the copy fails, and you'll be contacted by Support. You'll need to either configure large file shares on the storage account or move around some data to make space in the share. For more information, see [Configure large file shares on a storage account](../storage/files/storage-how-to-create-file-share.md?tabs=azure-portal#enable-large-file-shares-on-an-existing-account).
315+
> In the latest version of the Azure Import/Export tool for files (2.2.0.300), if a file share doesn't have enough free space, the data is no longer auto split to multiple Azure file shares. Instead, the copy fails, and you'll be contacted by Support. You might need to move some data around to make space in the share.
318316
319317

320318
## Samples for journal files

articles/storage/common/storage-account-create.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ author: akashdubey-ms
77

88
ms.service: azure-storage
99
ms.topic: how-to
10-
ms.date: 09/12/2023
10+
ms.date: 05/15/2024
1111
ms.author: akashdubey
1212
ms.subservice: storage-common-concepts
1313
ms.custom: devx-track-azurecli, devx-track-azurepowershell, engagement-fy23, devx-track-extended-azdevcli
1414
---
1515

16-
# Create a storage account
16+
# Create an Azure storage account
1717

1818
An Azure storage account contains all of your Azure Storage data objects: blobs, files, queues, and tables. The storage account provides a unique namespace for your Azure Storage data that is accessible from anywhere in the world over HTTP or HTTPS. For more information about Azure storage accounts, see [Storage account overview](storage-account-overview.md).
1919

@@ -195,7 +195,6 @@ The following table describes the fields on the **Advanced** tab.
195195
| Blob storage | Enable network file system (NFS) v3 | Optional | NFS v3 provides Linux file system compatibility at object storage scale enables Linux clients to mount a container in Blob storage from an Azure Virtual Machine (VM) or a computer on-premises. For more information, see [Network File System (NFS) 3.0 protocol support in Azure Blob Storage](../blobs/network-file-system-protocol-support.md). |
196196
| Blob storage | Allow cross-tenant replication | Required | By default, users with appropriate permissions can configure object replication across Microsoft Entra tenants. To prevent replication across tenants, deselect this option. For more information, see [Prevent replication across Microsoft Entra tenants](../blobs/object-replication-overview.md#prevent-replication-across-azure-ad-tenants). |
197197
| Blob storage | Access tier | Required | Blob access tiers enable you to store blob data in the most cost-effective manner, based on usage. Select the hot tier (default) for frequently accessed data. Select the cool tier for infrequently accessed data. For more information, see [Hot, Cool, and Archive access tiers for blob data](../blobs/access-tiers-overview.md). |
198-
| Azure Files | Enable large file shares | Optional | Available only for standard file shares with the LRS or ZRS redundancies. |
199198

200199
The following image shows a standard configuration of the advanced properties for a new storage account.
201200

@@ -582,7 +581,7 @@ Alternately, you can delete the resource group, which deletes the storage accoun
582581

583582
[!INCLUDE [GPv1 support statement](../../../includes/storage-account-gpv1-support.md)]
584583

585-
General purpose v1 (GPv1) storage accounts can no longer be created from the Azure portal. If you need to create a GPv1 storage account, follow the steps in section [Create a storage account](#create-a-storage-account-1) for PowerShell, the Azure CLI, Bicep, or Azure Templates. For the `kind` parameter, specify `Storage`, and choose a `sku` or `SkuName` from the [table of supported values](#storage-account-type-parameters).
584+
General purpose v1 (GPv1) storage accounts can no longer be created from the Azure portal. If you need to create a GPv1 storage account, follow the steps in section [Create a storage account](#create-a-storage-account) for PowerShell, the Azure CLI, Bicep, or Azure Templates. For the `kind` parameter, specify `Storage`, and choose a `sku` or `SkuName` from the [table of supported values](#storage-account-type-parameters).
586585

587586
## Next steps
588587

articles/storage/file-sync/file-sync-planning.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -374,11 +374,7 @@ For more information about encryption in transit, see [requiring secure transfer
374374

375375
[!INCLUDE [storage-files-tiers-overview](../../../includes/storage-files-tiers-overview.md)]
376376

377-
#### Regional availability
378-
379-
[!INCLUDE [storage-files-tiers-large-file-share-availability](../../../includes/storage-files-tiers-large-file-share-availability.md)]
380-
381-
## Azure file sync region availability
377+
## Azure File Sync region availability
382378

383379
For regional availability, see [Products available by region](https://azure.microsoft.com/global-infrastructure/services/?products=storage).
384380

articles/storage/files/files-redundancy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Understand the data redundancy options available in Azure file shar
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: conceptual
7-
ms.date: 03/27/2024
7+
ms.date: 05/15/2024
88
ms.author: kendownie
99
ms.custom: references_regions
1010
---
@@ -88,7 +88,7 @@ For applications requiring high durability for SMB file shares, you can choose g
8888
8989
When you create a storage account, you select the primary region for the account. The paired secondary region is determined based on the primary region, and can't be changed. For more information about regions supported by Azure, see [Azure regions](https://azure.microsoft.com/global-infrastructure/regions/).
9090

91-
Azure Files offers two options for copying your data to a secondary region. Currently, geo-redundant storage options are only available for standard SMB file shares that don't have the **large file shares** setting enabled on the storage account (up to 5 TiB), unless you've registered for [Azure Files geo-redundancy for large file shares](geo-redundant-storage-for-large-file-shares.md).
91+
Azure Files offers two options for copying your data to a secondary region. Currently, geo-redundant storage options are only available for standard SMB file shares.
9292

9393
- **Geo-redundant storage (GRS)** copies your data synchronously three times within a single physical location in the primary region using LRS. It then copies your data asynchronously to a single physical location in the secondary region. Within the secondary region, your data is copied synchronously three times using LRS.
9494
- **Geo-zone-redundant storage (GZRS)** copies your data synchronously across three Azure availability zones in the primary region using ZRS. It then copies your data asynchronously to a single physical location in the secondary region. Within the secondary region, your data is copied synchronously three times using LRS.

articles/storage/files/storage-files-migration-nas-cloud-databox.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to migrate files from an on-premises Network Attached Sto
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: how-to
7-
ms.date: 11/21/2023
7+
ms.date: 05/16/2024
88
ms.author: kendownie
99
recommendations: false
1010
---
@@ -65,8 +65,6 @@ As a general rule, you can pool multiple Azure file shares into the same storage
6565
6666
Another consideration when you're deploying a storage account is redundancy. See [Azure Files redundancy](files-redundancy.md).
6767

68-
Azure file shares are created with a 5 TiB limit by default. If you need more capacity, you can create a large file share (up to 100 TiB). However, that share can use only locally redundant storage or zone-redundant storage redundancy options. Consider your storage redundancy needs before using 100 TiB file shares.
69-
7068
If you've made a list of your shares, you should map each share to the storage account it will be created in.
7169

7270
The names of your resources are also important. For example, if you group multiple shares for the HR department into an Azure storage account, you should name the storage account appropriately. Similarly, when you name your Azure file shares, you should use names similar to the ones used for their on-premises counterparts.

articles/storage/files/storage-files-migration-robocopy.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to move or migrate files to an SMB Azure file share using
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: how-to
7-
ms.date: 10/23/2023
7+
ms.date: 05/16/2024
88
ms.author: kendownie
99
recommendations: false
1010
---
@@ -57,8 +57,6 @@ As a general rule, you can pool multiple Azure file shares into the same storage
5757
5858
Another consideration when you're deploying a storage account is redundancy. See [Azure Files redundancy](files-redundancy.md).
5959

60-
Standard Azure file shares are created with a 5 TiB limit by default. If you need more capacity, you can create a large file share (up to 100 TiB). However, that share can use only locally redundant storage or zone-redundant storage redundancy options. Consider your storage redundancy needs before using 100 TiB file shares.
61-
6260
If you've made a list of your shares, you should map each share to the storage account it will be created in.
6361

6462
The names of your resources are also important. For example, if you group multiple shares for the HR department into an Azure storage account, you should name the storage account appropriately. Similarly, when you name your Azure file shares, you should use names similar to the ones used for their on-premises counterparts.

0 commit comments

Comments
 (0)