Skip to content

Commit 04702a5

Browse files
committed
Yun edits
1 parent 3b0a565 commit 04702a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/storage/files/storage-files-identity-ad-ds-mount-file-share.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: khdownie
55
ms.service: storage
66
ms.subservice: files
77
ms.topic: how-to
8-
ms.date: 11/09/2022
8+
ms.date: 01/24/2023
99
ms.author: kendownie
1010
ms.custom: engagement-fy23
1111
recommendations: false
@@ -52,7 +52,7 @@ if ($connectTestResult.TcpTestSucceeded) {
5252
You can also use the `net-use` command from a Windows prompt to mount the file share. Remember to replace `<YourStorageAccountName>` and `<FileShareName>` with your own values.
5353

5454
```
55-
net use Z: \\<YourStorageAccountName>.file.core.windows.net\<FileShareName> /user:localhost\<YourStorageAccountName>
55+
net use Z: \\<YourStorageAccountName>.file.core.windows.net\<FileShareName>
5656
```
5757

5858
If you run into issues mounting with AD DS credentials, refer to [Unable to mount Azure Files with AD credentials](storage-troubleshoot-windows-file-connection-problems.md#unable-to-mount-azure-files-with-ad-credentials) for guidance.

includes/storage-files-aad-permissions-and-mounting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: khdownie
66
ms.service: storage
77
ms.topic: include
8-
ms.date: 12/07/2022
8+
ms.date: 01/24/2023
99
ms.author: kendownie
1010
ms.custom: include file, devx-track-azurecli, devx-track-azurepowershell
1111
---
@@ -147,7 +147,7 @@ if ($connectTestResult.TcpTestSucceeded) {
147147
You can also use the `net-use` command from a Windows prompt to mount the file share. Remember to replace `<YourStorageAccountName>` and `<FileShareName>` with your own values.
148148

149149
```
150-
net use Z: \\<YourStorageAccountName>.file.core.windows.net\<FileShareName> /user:localhost\<YourStorageAccountName>
150+
net use Z: \\<YourStorageAccountName>.file.core.windows.net\<FileShareName>
151151
```
152152

153153
## Mount the file share from a non-domain-joined VM

0 commit comments

Comments
 (0)