Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#2522 from alexandair/patch-5
Browse files Browse the repository at this point in the history
Update overview.md
  • Loading branch information
v-shils authored Aug 7, 2017
2 parents d217cd4 + 632183a commit 0994274
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions articles/cloud-shell/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ On first launch Cloud Shell prompts to create a resource group, storage account,
#### Create new storage
![](media/basic-storage.png)

A locally redundant storage (LRS) account can be created on your behalf with an Azure file share containing a default 5-GB disk image. The file share mounts as `clouddrive` for file share interaction with the disk image being used to sync and persist your $Home directory. Regular storage costs apply.
A locally-redundant storage (LRS) account can be created on your behalf with an Azure file share containing a default 5-GB disk image. The file share mounts as `clouddrive` for file share interaction with the disk image being used to sync and persist your $Home directory. Regular storage costs apply.

Three resources will be created on your behalf:
1. Resource Group named: `cloud-shell-storage-<region>`
2. Storage Account named: `cs-uniqueGuid`
2. Storage Account named: `cs<uniqueGuid>`
3. File Share named: `cs-<user>-<domain>-com-uniqueGuid`

> [!Note]
Expand All @@ -53,7 +53,7 @@ Three resources will be created on your behalf:
#### Use existing resources
![](media/advanced-storage.png)

An advanced option is also provided allowing you to associate existing resources to Cloud Shell. When presented with the storage setup prompt, click "Show advanced settings" to select additional options. Dropdowns are filtered for your assigned Cloud Shell region and locally/globally redundant storage accounts.
An advanced option is also provided allowing you to associate existing resources to Cloud Shell. When presented with the storage setup prompt, click "Show advanced settings" to select additional options. Dropdowns are filtered for your assigned Cloud Shell region and locally/globally-redundant storage accounts.

[Learn about Cloud Shell storage, updating file shares, and uploading/downloading files.] (persisting-shell-storage.md)

Expand Down Expand Up @@ -84,4 +84,4 @@ While Cloud Shell is supported for Chrome, Firefox, Safari, IE, and Edge, Cloud
## Troubleshooting
1. When using an Azure Active Directory subscription, I cannot create storage due to Error: 400 DisallowedOperation. To resolve this, please use an Azure subscription capable of creating storage resources. AD subscriptions are not able to create Azure resources.

For specific known limitations, visit [limitations of Cloud Shell](limitations.md).
For specific known limitations, visit [limitations of Cloud Shell](limitations.md).

0 comments on commit 0994274

Please sign in to comment.