Skip to content

Commit 23c6c19

Browse files
committed
Acrolinx edits
1 parent 1512ffd commit 23c6c19

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/cloud-shell/vnet/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ By default, Azure Cloud Shell sessions run in a container in a Microsoft network
1111
from your resources. Commands that run inside the container can't access resources in a private
1212
virtual network. For example, you can't use Secure Shell (SSH) to connect from Cloud Shell to a
1313
virtual machine that has only a private IP address, or use `kubectl` to connect to a Kubernetes
14-
cluster that has locked down access.
14+
cluster with locked-down access.
1515

1616
To provide access to your private resources, you can deploy Cloud Shell into an Azure virtual
1717
network that you control. This technique is called _virtual network isolation_.
@@ -56,13 +56,13 @@ The following diagram shows the resource architecture that you must build to ena
5656
## Pricing
5757

5858
Cloud Shell requires a new or existing Azure Files share to be mounted to persist files across
59-
sessions. Storage incurs regular costs. If you have deployed Azure Cloud Shell in a private virtual
59+
sessions. Storage incurs regular costs. When you deploy Azure Cloud Shell in a private virtual
6060
network, you pay for network resources. For pricing information, see
6161
[Pricing of Azure Cloud Shell][01].
6262

6363
## Next steps
6464

65-
When you are ready to deploy your own instance of Cloud Shell, see
65+
When you're ready to deploy your own instance of Cloud Shell, see
6666
[Deploy Azure Cloud Shell in a virtual network with quickstart templates][03].
6767

6868
<!-- link references -->

articles/cloud-shell/vnet/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This article provides instructions for troubleshooting a private virtual network
1313
Cloud Shell. For best results, and to be supportable, following the deployment instructions in the
1414
[Deploy Azure Cloud Shell in a virtual network using quickstart templates][03] article.
1515

16-
## Verify you have set the correct permissions
16+
## Verify you have the correct permissions
1717

1818
To configure Azure Cloud Shell in a virtual network, you must have the **Owner** role assignment on
1919
the subscription. To view and assign roles, see [List owners of a subscription][01].
@@ -109,7 +109,7 @@ The following list provides a description of the resources created by the deploy
109109
- A **Relay** resource with the name of the relay namespace you provided in the deployment template.
110110
- A **Storage account** resource with the name you provided in the deployment template.
111111

112-
Once you have removed the resources, you can redeploy Cloud Shell by following the steps in the
112+
After you remove the resources, you can redeploy Cloud Shell by following the steps in the
113113
[Deploy Azure Cloud Shell in a virtual network using quickstart templates][03] article.
114114

115115
You can find these resources by viewing the resource group in the Azure portal.

0 commit comments

Comments
 (0)