Skip to content

Commit 5f38836

Browse files
authored
Merge pull request #193135 from khdownie/kendownie-fix1-032822
Minor fixes
2 parents bcd9b24 + 92d4870 commit 5f38836

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
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.
44
author: khdownie
55
ms.service: storage
66
ms.topic: quickstart
@@ -12,8 +12,8 @@ ms.devlang: azurecli
1212
#Customer intent: As a < type of user >, I want < what? > so that < why? >.
1313
---
1414

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.
1717

1818
## Applies to
1919
| File share type | SMB | NFS |
@@ -34,7 +34,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
3434

3535
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
3636

37-
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.
3838

3939
# [Azure CLI](#tab/azure-cli)
4040

includes/storage-files-create-storage-account-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ A storage account is a shared pool of storage in which you can deploy an Azure f
1313

1414
To create a storage account:
1515

16-
1. In the left menu, select **+** to create a resource.
16+
1. Under **Azure services**, select **+** to create a resource.
1717
1. Select **Storage account** to create a storage account.
1818

1919
:::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":::
2020

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.
2222
1. In **Performance**, keep the default value of **Standard**.
2323
1. In **Replication**, select **Locally redundant storage (LRS)**.
2424
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

Comments
 (0)