Skip to content

Commit 9333475

Browse files
committed
added more articles
1 parent 6a1fc4b commit 9333475

5 files changed

+5
-10
lines changed

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.

articles/storage/files/storage-files-migration-storsimple-1200.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ This article assumes you are mapping 1:1, so you must take your mapping changes
8282
There are many configurations you can make on a storage account. The following checklist should be used for your storage account configurations. You can change for instance the networking configuration after your migration is complete.
8383

8484
> [!div class="checklist"]
85-
> * Large file shares: Enabled - Large file shares improve performance and allow you to store up to 100TiB in a share.
8685
> * Firewall and virtual networks: Disabled - do not configure any IP restrictions or limit storage account access to a specific VNET. The public endpoint of the storage account is used during the migration. All IP addresses from Azure VMs must be allowed. It's best to configure any firewall rules on the storage account after the migration.
8786
> * Private Endpoints: Supported - You can enable private endpoints but the public endpoint is used for the migration and must remain available.
8887

articles/storage/files/storage-how-to-use-files-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ To create an Azure file share:
154154

155155
# [PowerShell](#tab/azure-powershell)
156156

157-
Now that you've created a storage account, you can create your first Azure file share by using the [New-AzRmStorageShare](/powershell/module/az.storage/New-AzRmStorageShare) cmdlet. This example creates a share named **myshare** with a quota of 1024 GiB. The quota can be a maximum of 5 TiB, or 100 TiB with large file shares enabled on the storage account.
157+
Now that you've created a storage account, you can create your first Azure file share by using the [New-AzRmStorageShare](/powershell/module/az.storage/New-AzRmStorageShare) cmdlet. This example creates a share named **myshare** with a quota of 1024 GiB. The quota can be a maximum of 100 TiB.
158158

159159
```azurepowershell-interactive
160160
$shareName = "myshare"
@@ -168,7 +168,7 @@ New-AzRmStorageShare `
168168

169169
# [Azure CLI](#tab/azure-cli)
170170

171-
Now that you've created a storage account, you can create your first Azure file share by using the [az storage share-rm create](/cli/azure/storage/share-rm#az-storage-share-rm-create) command. This example creates a share named **myshare** with a quota of 1024 GiB. The quota can be a maximum of 5 TiB, or 100 TiB with large file shares enabled on the storage account.
171+
Now that you've created a storage account, you can create your first Azure file share by using the [az storage share-rm create](/cli/azure/storage/share-rm#az-storage-share-rm-create) command. This example creates a share named **myshare** with a quota of 1024 GiB. The quota can be a maximum of 100 TiB.
172172

173173
```azurecli-interactive
174174
shareName="myshare"

articles/storage/files/storage-snapshots-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ To conserve space, you can delete the share snapshot for the period when the chu
6262

6363
Even though share snapshots are saved incrementally, you need to retain only the most recent share snapshot in order to restore the share. When you delete a share snapshot, only the data unique to that share snapshot is removed. Active snapshots contain all the information that you need to browse and restore your data (from the time the share snapshot was taken) to the original location or an alternate location. You can restore at the item level.
6464

65-
Snapshots don't count towards the maximum share size limit, which is 100 TiB for premium file shares and standard file shares with large file shares enabled. There's no limit to how much space share snapshots occupy in total. Storage account limits still apply.
65+
Snapshots don't count towards the maximum share size limit, which is 100 TiB for premium and standard file shares. There's no limit to how much space share snapshots occupy in total. Storage account limits still apply.
6666

6767
## Limits
6868

0 commit comments

Comments
 (0)