Skip to content

Commit f317e16

Browse files
committed
Acrolinx edits
1 parent ea5e8af commit f317e16

File tree

2 files changed

+24
-20
lines changed

2 files changed

+24
-20
lines changed

articles/cloud-shell/security/how-to-support-multiple-users.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,18 @@ ms.date: 02/04/2025
66
---
77
# Allow multiple users to use a single storage account and file share
88

9-
By default, the storage resources created by Azure Cloud Shell are designed to be used by a single
10-
user. A single-user deployment is the most secure configuration because each user can only access
11-
their own file share. However, you might have a need to allow multiple users access to a single
12-
deployment. To support access for multiple users, you need to make the following changes:
9+
By default, the storage resources created by Azure Cloud Shell are intended for a single user. A
10+
single-user deployment is the most secure configuration because each user can only access their own
11+
file share. However, you might have a need to allow multiple users access to a single deployment. To
12+
support access for multiple users, you need to make the following changes:
1313

14-
- Increase File Share quota
14+
- Increase the Azure File share quota
1515
- Assign roles to the users that allow access to the storage resources
1616

1717
> [!WARNING]
18-
> While it's possible to allow multiple users to share a single storage account and file share, it's
19-
> not recommended. Using the configuration steps in this article grants each of the configured users
20-
> access to the all the files in the file share. If you need to support multiple users, consider
21-
> creating a separate storage account and file share for each user.
18+
> Using the configuration steps in this article grants each user you configure access to the all the
19+
> files in the file share. For the best security, create separate storage accounts and file shares
20+
> for each user.
2221
2322
## Increase File Share quota
2423

@@ -39,7 +38,7 @@ Use the following steps to change the file share quota:
3938
Cloud Shell environment and view the details.
4039
1. From the left-hand menu, expand **Data storage** and select **File shares**.
4140
1. Locate the file share that you're using for the Azure Cloud Shell environment.
42-
1. On the file share for Cloud Shell, select the 3-dots menu.
41+
1. On the file share for Cloud Shell, select the triple-dot menu.
4342
1. Select **Edit quota** from the menu.
4443
1. Change the **Quota** amount to the desired size.
4544
1. Select **OK** to save the change.

articles/cloud-shell/vnet/deployment.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -115,22 +115,26 @@ command line, see [Alternate way to get the Azure Container Instance ID][10].
115115
[![Screenshot of searching for Azure Container Instance Service.][95a]][95b]
116116

117117
1. In the results, under **Enterprise applications**, select **Azure Container Instance Service**.
118-
1. On the **Overview** page for **Azure Container Instance Service**, find the **Object ID** value
119-
that's listed as a property.
118+
1. On the **Overview** page for **Azure Container Instance Service**, locate the **Object ID** value
119+
listed under **Properties**.
120120

121121
You use this ID in the quickstart template for the virtual network.
122122

123123
[![Screenshot of Azure Container Instance Service details.][96a]][96b]
124124

125125
## 3. Create the required network resources by using the ARM template
126126

127-
Use the [Azure Cloud Shell - VNet][12] template to create Cloud Shell resources in a virtual
128-
network. The template creates three subnets under the virtual network that you created earlier. You
129-
might choose to change the supplied names of the subnets or use the defaults.
127+
To create Cloud Shell resources in a virtual network, use the ARM template named
128+
[Azure Cloud Shell - VNet][12]. The template creates three subnets under the virtual network that
129+
you created earlier. You might choose to change the supplied names of the subnets or use the
130+
defaults.
130131

131-
The virtual network, along with the subnets, requires valid IP address assignments. You need at
132-
least one IP address for the Relay subnet and enough IP addresses in the container subnet to support
133-
the number of concurrent sessions that you expect to use.
132+
The virtual network and the subnets require valid IP address assignments. You need enough addresses
133+
to support the following resources:
134+
135+
- At least one IP address for the Relay subnet
136+
- Enough IP addresses in the container subnet to support the number of concurrent sessions that you
137+
expect to use
134138

135139
The ARM template requires specific information about the resources that you created earlier, along
136140
with naming information for new resources. This information is filled out along with the prefilled
@@ -176,8 +180,9 @@ subscription.
176180

177181
## 4. Create the virtual network storage by using the ARM template
178182

179-
Use the [Azure Cloud Shell - VNet storage][13] template to create Cloud Shell resources in a virtual
180-
network. The template creates the storage account and assigns it to the private virtual network.
183+
To create Cloud Shell resources in a virtual network, use the ARM template named
184+
[Azure Cloud Shell - VNet storage][13]. The template creates the storage account and assigns it to
185+
the private virtual network.
181186

182187
The ARM template requires specific information about the resources that you created earlier, along
183188
with naming information for new resources.

0 commit comments

Comments
 (0)