Skip to content

Commit 4f052db

Browse files
authored
Merge pull request #89008 from MicrosoftDocs/DerekHerman-MSFT-patch-3
Update storage-troubleshoot-windows-file-connection-problems.md
2 parents be41df0 + e0b4f79 commit 4f052db

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/storage/files/storage-troubleshoot-windows-file-connection-problems.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,9 @@ To use the `Test-NetConnection` cmdlet, the Azure PowerShell module must be inst
8484
$resourceGroupName = "<your-resource-group-name>"
8585
$storageAccountName = "<your-storage-account-name>"
8686
87-
# This command requires you to be logged into your Azure account, run Login-AzAccount if you haven't
88-
# already logged in.
87+
# This command requires you to be logged into your Azure account and set the subscription your storage account is under, run:
88+
# Connect-AzAccount -SubscriptionId ‘xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx’
89+
# if you haven't already logged in.
8990
$storageAccount = Get-AzStorageAccount -ResourceGroupName $resourceGroupName -Name $storageAccountName
9091
9192
# The ComputerName, or host, is <storage-account>.file.core.windows.net for Azure Public Regions.
@@ -542,4 +543,4 @@ az storage account keys renew \
542543
---
543544

544545
## Need help? Contact support.
545-
If you still need help, [contact support](https://portal.azure.com/?#blade/Microsoft_Azure_Support/HelpAndSupportBlade) to get your problem resolved quickly.
546+
If you still need help, [contact support](https://portal.azure.com/?#blade/Microsoft_Azure_Support/HelpAndSupportBlade) to get your problem resolved quickly.

0 commit comments

Comments
 (0)