Skip to content

Commit 1774138

Browse files
authored
Merge pull request #193887 from khdownie/kendownie040422
Updating PowerShell prereqs
2 parents 5b99891 + e56c844 commit 1774138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: See how to create and use Azure file shares with the Azure portal,
44
author: khdownie
55
ms.service: storage
66
ms.topic: quickstart
7-
ms.date: 09/17/2021
7+
ms.date: 04/04/2022
88
ms.author: kendownie
99
ms.subservice: files
1010
ms.custom: mode-ui, devx-track-azurecli
@@ -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 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'd like to install and use PowerShell locally, this guide requires the Azure PowerShell module Az version 7.0.0 or later. To find out which version of the Azure PowerShell module you're running, execute `Get-InstalledModule Az`. If you need to upgrade, see [Install Azure PowerShell module](/powershell/azure/install-Az-ps). If you're running PowerShell locally, you also need to run `Login-AzAccount` to log in to your Azure account. To use multi-factor authentication, you'll need to supply your Azure tenant ID, such as `Login-AzAccount -TenantId <TenantId>`.
3838

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

0 commit comments

Comments
 (0)