From 632183a868e704c071eaf20d96369fa373aa69ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksandar=20Nikoli=C4=87?= Date: Tue, 25 Jul 2017 21:18:30 +0200 Subject: [PATCH] Update overview.md Fix typos. Storage account name doesn't contain a hyphen. --- articles/cloud-shell/overview.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/articles/cloud-shell/overview.md b/articles/cloud-shell/overview.md index a714fc88839ae..a5356f7a5721a 100644 --- a/articles/cloud-shell/overview.md +++ b/articles/cloud-shell/overview.md @@ -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-` -2. Storage Account named: `cs-uniqueGuid` +2. Storage Account named: `cs` 3. File Share named: `cs---com-uniqueGuid` > [!Note] @@ -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) @@ -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). \ No newline at end of file +For specific known limitations, visit [limitations of Cloud Shell](limitations.md).