1
1
---
2
2
description : Walkthrough of how Azure Cloud Shell persists files.
3
3
ms.contributor : jahelmic
4
- ms.date : 04/25 /2023
4
+ ms.date : 09/29 /2023
5
5
ms.topic : article
6
6
tags : azure-resource-manager
7
7
ms.custom : devx-track-linux
@@ -38,13 +38,10 @@ This fileshare is used for both Bash and PowerShell.
38
38
39
39
## Use existing resources
40
40
41
- Using the advanced option, you can associate existing resources. When selecting a Cloud Shell region,
42
- you must select a backing storage account co-located in the same region. For example, if your
43
- assigned region is West US then you must associate a fileshare that resides within West US as well.
44
-
45
- When the storage setup prompt appears, select ** Show advanced settings** to view more options. The
46
- populated storage options filter for locally redundant storage (LRS), geo-redundant storage (GRS),
47
- and zone-redundant storage (ZRS) accounts.
41
+ Using the advanced option, you can associate existing resources. When the storage setup prompt
42
+ appears, select ** Show advanced settings** to view more options. The populated storage options
43
+ filter for locally redundant storage (LRS), geo-redundant storage (GRS), and zone-redundant storage
44
+ (ZRS) accounts.
48
45
49
46
> [ !NOTE]
50
47
> Using GRS or ZRS storage accounts are recommended for additional resiliency for your backing file
@@ -82,9 +79,7 @@ Cloud Shell machines exist in the following regions:
82
79
| Europe | North Europe, West Europe |
83
80
| Asia Pacific | India Central, Southeast Asia |
84
81
85
- Customers should choose a primary region, unless they have a requirement that their data at rest be
86
- stored in a particular region. If they have such a requirement, a secondary storage region should be
87
- used.
82
+ You should choose a region that meets your requirements.
88
83
89
84
### Secondary storage regions
90
85
@@ -102,10 +97,9 @@ of their fileshare.
102
97
103
98
## Restrict resource creation with an Azure resource policy
104
99
105
- Storage accounts that you create in Cloud Shell are tagged with
106
- ` ms-resource-usage:azure-cloud-shell ` . If you want to disallow users from creating storage accounts
107
- in Cloud Shell, create an [ Azure resource policy for tags] [ 02 ] that is triggered by this specific
108
- tag.
100
+ Storage accounts that created in Cloud Shell are tagged with ` ms-resource-usage:azure-cloud-shell ` .
101
+ If you want to disallow users from creating storage accounts in Cloud Shell, create an
102
+ [ Azure resource policy for tags] [ 02 ] that's triggered by this specific tag.
109
103
110
104
## How Cloud Shell storage works
111
105
0 commit comments