Skip to content

Commit a450bc9

Browse files
Merge pull request #285810 from khdownie/kendownie082924
update screen shot and portal instrux
2 parents aaa56b8 + 59ee269 commit a450bc9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
3.8 KB
Loading

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to create and use SMB Azure file shares with the Azure po
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: quickstart
7-
ms.date: 05/13/2024
7+
ms.date: 08/29/2024
88
ms.author: kendownie
99
ms.custom: engagement-fy23, mode-ui, devx-track-azurecli, devx-track-azurepowershell
1010
ms.devlang: azurecli
@@ -139,13 +139,13 @@ az storage account create \
139139
To create an Azure file share:
140140

141141
1. Select the storage account from your dashboard.
142-
1. On the storage account page, in the **Data storage** section, select **File shares**.
142+
1. In the service menu, under **Data storage**, select **File shares**.
143143

144-
![A screenshot of the data storage section of the storage account; select file shares.](media/storage-how-to-use-files-portal/create-file-share-1.png)
144+
:::image type="content" source="media/storage-how-to-use-files-portal/create-file-share.png" alt-text="Screenshot showing the data storage section of the storage account; select file shares." border="true":::
145145

146146
1. On the menu at the top of the **File shares** page, select **+ File share**. The **New file share** page drops down.
147147
1. In **Name**, type *myshare*. File share names must be all lower-case letters, numbers, and single hyphens, and must begin and end with a lower-case letter or number. The name can't contain two consecutive hyphens. For details about naming file shares and files, see [Naming and Referencing Shares, Directories, Files, and Metadata](/rest/api/storageservices/Naming-and-Referencing-Shares--Directories--Files--and-Metadata).
148-
1. Leave **Transaction optimized** selected for **Tier**.
148+
1. Leave **Transaction optimized** selected for **Access tier**.
149149
1. Select the **Backup** tab. By default, [backup is enabled](../../backup/backup-azure-files.md) when you create an Azure file share using the Azure portal. If you want to disable backup for the file share, uncheck the **Enable backup** checkbox. If you want backup enabled, you can either leave the defaults or create a new Recovery Services Vault in the same region and subscription as the storage account. To create a new backup policy, select **Create a new policy**.
150150

151151
:::image type="content" source="media/storage-how-to-use-files-portal/create-file-share-backup.png" alt-text="Screenshot showing how to enable or disable file share backup." border="true":::

0 commit comments

Comments
 (0)