Skip to content

Commit 659bd30

Browse files
author
Jill Grant
authored
Update persisting-shell-storage.md
1 parent 267c131 commit 659bd30

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/cloud-shell/persisting-shell-storage.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ your behalf in the supported region that's nearest to you:
2626
- Storage account: `cs<uniqueGuid>`
2727
- fileshare: `cs-<user>-<domain>-com-<uniqueGuid>`
2828

29-
![Screenshot of choosing the subscription for your storage account][06]
29+
![Screenshot of choosing the subscription for your storage account.][06]
3030

3131
The fileshare mounts as `clouddrive` in your `$HOME` directory. This is a one-time action, and the
3232
fileshare mounts automatically in subsequent sessions.
@@ -49,7 +49,7 @@ and zone-redundant storage (ZRS) accounts.
4949
> share. Which type of redundancy depends on your goals and price preference.
5050
> [Learn more about replication options for Azure Storage accounts][03].
5151
52-
![Screenshot of configuring your storage account][05]
52+
![Screenshot of configuring your storage account.][05]
5353

5454
## Securing storage access
5555

@@ -128,7 +128,7 @@ Cloud Shell persists files through both of the following methods:
128128
In Cloud Shell, you can run a command called `clouddrive`, which enables you to manually update the
129129
fileshare that's mounted to Cloud Shell.
130130

131-
![Screenshot of running the clouddrive command in bash][07]
131+
![Screenshot of running the clouddrive command in bash.][07]
132132

133133
### List `clouddrive`
134134

@@ -172,7 +172,7 @@ clouddrive mount -s mySubscription -g myRG -n storageAccountName -f fileShareNam
172172

173173
To view more details, run `clouddrive mount -h`, as shown here:
174174

175-
![Screenshot of running the clouddrive mount command in bash][12]
175+
![Screenshot of running the clouddrive mount command in bash.][12]
176176

177177
### Unmount clouddrive
178178

@@ -187,7 +187,7 @@ The unmounted fileshare continues to exist until you manually delete it. After u
187187
Shell no longer searches for this fileshare in subsequent sessions. To view more details, run
188188
`clouddrive unmount -h`, as shown here:
189189

190-
![Screenshot of running the clouddrive unmount command in bash][13]
190+
![Screenshot of running the clouddrive unmount command in bash.][13]
191191

192192
> [!WARNING]
193193
> Although running this command doesn't delete any resources, manually deleting a resource group,
@@ -201,7 +201,7 @@ Shell no longer searches for this fileshare in subsequent sessions. To view more
201201
The `Get-CloudDrive` cmdlet retrieves the Azure fileshare information currently mounted by the
202202
`clouddrive` in Cloud Shell.
203203

204-
![Screenshot of running the Get-CloudDrive command in PowerShell][11]
204+
![Screenshot of running the Get-CloudDrive command in PowerShell.][11]
205205

206206
### Unmount `clouddrive`
207207

@@ -212,17 +212,17 @@ Dismounting the `clouddrive` terminates the current session.
212212
If the Azure fileshare has been removed, you'll be prompted to create and mount a new Azure
213213
fileshare in the next session.
214214

215-
![Screenshot of running the Dismount-CloudDrive command in PowerShell][08]
215+
![Screenshot of running the Dismount-CloudDrive command in PowerShell.][08]
216216

217217
## Transfer local files to Cloud Shell
218218

219219
The `clouddrive` directory syncs with the Azure portal storage blade. Use this blade to transfer
220220
local files to or from your file share. Updating files from within Cloud Shell is reflected in the
221221
file storage GUI when you refresh the blade.
222222

223-
### Download files from the Azure Portal
223+
### Download files from the Azure portal
224224

225-
![Screenshot listing local files in the Azure portal][09]
225+
![Screenshot listing local files in the Azure portal.][09]
226226

227227
1. In the Azure portal, go to the mounted file share.
228228
1. Select the target file.
@@ -234,14 +234,14 @@ file storage GUI when you refresh the blade.
234234
**Download** option.
235235
1. In the **Download a file** dialog, enter the path to the file you want to download.
236236

237-
![Screenshot of the download dialog box in Cloud Shell][10]
237+
![Screenshot of the download dialog box in Cloud Shell.][10]
238238

239239
You can only download files located under your `$HOME` folder.
240240
1. Click the **Download** button.
241241

242242
### Upload files
243243

244-
![Screenshot showing how to upload files in the Azure portal][14]
244+
![Screenshot showing how to upload files in the Azure portal.][14]
245245

246246
1. Go to your mounted file share.
247247
1. Select the **Upload** button.

0 commit comments

Comments
 (0)