Skip to content

Commit 314d38d

Browse files
Merge pull request #281792 from khdownie/patch-1
Update storage-files-quick-create-use-windows.md
2 parents ae05b85 + 5c7cd99 commit 314d38d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/storage/files/storage-files-quick-create-use-windows.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This tutorial covers how to create an SMB Azure file share using th
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: tutorial
7-
ms.date: 05/13/2024
7+
ms.date: 07/24/2024
88
ms.author: kendownie
99
ms.custom: mode-ui
1010
#Customer intent: As an IT admin new to Azure Files, I want to try out Azure file shares so I can determine whether I want to subscribe to the service.
@@ -101,15 +101,15 @@ Now that you've created the VM, connect to it so you can mount your file share.
101101
:::image type="content" source="media/storage-files-quick-create-use-windows/local-host2.png" alt-text="Screenshot of the VM log in prompt, more choices is highlighted.":::
102102

103103

104-
1. You may receive a certificate warning during the sign-in process. Select **Yes** or **Continue** to create the connection.
104+
1. You might receive a certificate warning during the sign-in process. Select **Yes** or **Continue** to create the connection.
105105

106106
### Map the Azure file share to a Windows drive
107107

108108
1. In the Azure portal, navigate to the *qsfileshare* fileshare and select **Connect**.
109109
1. Select a drive letter and then **Show script**.
110-
1. Copy the script and paste it in **Notepad**.
110+
1. Copy the script from the Azure portal and paste it into **Notepad**, as in the following example.
111111

112-
:::image type="content" source="media/storage-how-to-use-files-windows/files-portal-mounting-cmdlet-resize.png" alt-text="Screenshot that shows the contents of the box that you should copy and paste in Notepad." lightbox="media/storage-how-to-use-files-windows/files-portal-mounting-cmdlet-resize.png":::
112+
:::image type="content" source="media/storage-how-to-use-files-windows/files-portal-mounting-cmdlet-resize.png" alt-text="Screenshot that shows the script that you should copy from the Azure portal and paste into Notepad." lightbox="media/storage-how-to-use-files-windows/files-portal-mounting-cmdlet-resize.png":::
113113

114114
1. In the VM, open **PowerShell** and paste in the contents of the **Notepad**, then press enter to run the command. It should map the drive.
115115

0 commit comments

Comments
 (0)