1
1
---
2
2
description : Walkthrough of how Azure Cloud Shell persists files.
3
3
ms.contributor : jahelmic
4
- ms.date : 09/29 /2023
4
+ ms.date : 10/03 /2023
5
5
ms.topic : article
6
6
tags : azure-resource-manager
7
7
ms.custom : devx-track-linux
@@ -53,7 +53,7 @@ filter for locally redundant storage (LRS), geo-redundant storage (GRS), and zon
53
53
## Securing storage access
54
54
55
55
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.
57
57
58
58
Cloud Shell uses an Azure fileshare in a storage account, inside a specified subscription. Due to
59
59
inherited permissions, users with sufficient access rights to the subscription can access all the
@@ -151,11 +151,6 @@ shm 65536 0 65536
151
151
You can update the fileshare that's associated with Cloud Shell using the ` clouddrive mount `
152
152
command.
153
153
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
-
159
154
> [ !NOTE]
160
155
> If you're mounting a new fileshare, a new user image is created for your ` $HOME ` directory. Your
161
156
> previous ` $HOME ` image is kept in your previous fileshare.
@@ -233,7 +228,7 @@ file storage GUI when you refresh the blade.
233
228
![ Screenshot of the download dialog box in Cloud Shell.] [ 10 ]
234
229
235
230
You can only download files located under your ` $HOME ` folder.
236
- 1 . Click the ** Download** button.
231
+ 1 . Select the ** Download** button.
237
232
238
233
### Upload files
239
234
@@ -253,9 +248,8 @@ You should now see the files that are accessible in your `clouddrive` directory
253
248
### Upload files in Azure Cloud Shell
254
249
255
250
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.
259
253
260
254
The file is uploaded to the root of your ` $HOME ` folder. You can move the file after it's uploaded.
261
255
0 commit comments