Skip to content

Commit eff2131

Browse files
Merge pull request #253596 from sdwheeler/sdw-i114842
Fixes #114842 - Acrolinx updates
2 parents 5e01cbf + b078e74 commit eff2131

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

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

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Walkthrough of how Azure Cloud Shell persists files.
33
ms.contributor: jahelmic
4-
ms.date: 09/29/2023
4+
ms.date: 10/03/2023
55
ms.topic: article
66
tags: azure-resource-manager
77
ms.custom: devx-track-linux
@@ -53,7 +53,7 @@ filter for locally redundant storage (LRS), geo-redundant storage (GRS), and zon
5353
## Securing storage access
5454

5555
For security, each user should create their own storage account. For Azure role-based access control
56-
(Azure RBAC), users must have contributor access or above at the storage account level.
56+
(Azure RBAC), users must have contributor access or higher at the storage account level.
5757

5858
Cloud Shell uses an Azure fileshare in a storage account, inside a specified subscription. Due to
5959
inherited permissions, users with sufficient access rights to the subscription can access all the
@@ -151,11 +151,6 @@ shm 65536 0 65536
151151
You can update the fileshare that's associated with Cloud Shell using the `clouddrive mount`
152152
command.
153153

154-
If you mount an existing fileshare, the storage accounts must be located in your select Cloud Shell
155-
region. Retrieve the location by running `env` and checking the `ACC_LOCATION`.
156-
157-
#### The `clouddrive mount` command
158-
159154
> [!NOTE]
160155
> If you're mounting a new fileshare, a new user image is created for your `$HOME` directory. Your
161156
> previous `$HOME` image is kept in your previous fileshare.
@@ -233,7 +228,7 @@ file storage GUI when you refresh the blade.
233228
![Screenshot of the download dialog box in Cloud Shell.][10]
234229

235230
You can only download files located under your `$HOME` folder.
236-
1. Click the **Download** button.
231+
1. Select the **Download** button.
237232

238233
### Upload files
239234

@@ -253,9 +248,8 @@ You should now see the files that are accessible in your `clouddrive` directory
253248
### Upload files in Azure Cloud Shell
254249

255250
1. In an Azure Cloud Shell session, select the **Upload/Download files** icon and select the
256-
**Upload** option.
257-
1. Your browser will open a file dialog. Select the file you want to upload then click the **Open**
258-
button.
251+
**Upload** option. Your browser opens a file dialog box.
252+
1. Choose the file you want to upload then select the **Open** button.
259253

260254
The file is uploaded to the root of your `$HOME` folder. You can move the file after it's uploaded.
261255

0 commit comments

Comments
 (0)