You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/files/storage-how-to-use-files-portal.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Quickstart for managing Azure file shares
3
-
description: See how to create and manage Azure file shares with the Azure portal, Azure CLI, or Azure PowerShell module. Create a storage account, create an Azure file share, and use your Azure file share.
2
+
title: Quickstart for creating and using Azure file shares
3
+
description: See how to create and use Azure file shares with the Azure portal, Azure CLI, or Azure PowerShell module. Create a storage account, create an Azure file share, and use your Azure file share.
4
4
author: khdownie
5
5
ms.service: storage
6
6
ms.topic: quickstart
@@ -12,8 +12,8 @@ ms.devlang: azurecli
12
12
#Customer intent: As a < type of user >, I want < what? > so that < why? >.
13
13
---
14
14
15
-
# Quickstart: Create and manage Azure file shares
16
-
[Azure Files](storage-files-introduction.md) is Microsoft's easy-to-use cloud file system. Azure file shares can be mounted in Windows, Linux, and macOS. This guide walks you through the basics of working with Azure file shares using either the Azure portal, Azure CLI, or Azure PowerShell module.
15
+
# Quickstart: Create and use an Azure file share
16
+
[Azure Files](storage-files-introduction.md) is Microsoft's easy-to-use cloud file system. Azure file shares can be mounted in Windows, Linux, and macOS. This guide shows you how to create an SMB Azure file share using either the Azure portal, Azure CLI, or Azure PowerShell module.
17
17
18
18
## Applies to
19
19
| File share type | SMB | NFS |
@@ -34,7 +34,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
If you would like to install and use the PowerShell locally, this guide requires the Azure PowerShell module Az version 0.7 or later. To find out which version of the Azure PowerShell module you are running, execute `Get-Module -ListAvailable Az`. If you need to upgrade, see [Install Azure PowerShell module](/powershell/azure/install-Az-ps). If you are running PowerShell locally, you also need to run `Login-AzAccount` to log in to your Azure account.
37
+
If you would like to install and use PowerShell locally, this guide requires the Azure PowerShell module Az version 0.7 or later. To find out which version of the Azure PowerShell module you are running, execute `Get-Module -ListAvailable Az`. If you need to upgrade, see [Install Azure PowerShell module](/powershell/azure/install-Az-ps). If you are running PowerShell locally, you also need to run `Login-AzAccount` to log in to your Azure account.
Copy file name to clipboardExpand all lines: includes/storage-files-create-storage-account-portal.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,12 @@ A storage account is a shared pool of storage in which you can deploy an Azure f
13
13
14
14
To create a storage account:
15
15
16
-
1.In the left menu, select **+** to create a resource.
16
+
1.Under **Azure services**, select **+** to create a resource.
17
17
1. Select **Storage account** to create a storage account.
18
18
19
19
:::image type="content" source="../articles/storage/files/media/storage-how-to-use-files-portal/create-storage-account-1.png" alt-text="A screenshot of the storage account option in the create a resource blade." lightbox="../articles/storage/files/media/storage-how-to-use-files-portal/create-storage-account-1.png":::
20
20
21
-
1. In **Name**, enter *mystorageacct* followed by a few random numbers, until you see a green check mark that indicates that it's a unique name. A storage account name must be all lowercase and globally unique. Make a note of your storage account name. You will use it later.
21
+
1. In **Name**, enter *mystorageacct* followed by a few random numbers, until you see a green check mark that indicates that it's a unique name. A storage account name must be all lowercase and globally unique. Make a note of your storage account name. You will use it later.
22
22
1. In **Performance**, keep the default value of **Standard**.
23
23
1. In **Replication**, select **Locally redundant storage (LRS)**.
24
24
1. In **Subscription**, select the subscription that was used to create the storage account. If you have only one subscription, it should be the default.
0 commit comments