Skip to content

Commit d10062a

Browse files
authored
Merge pull request MicrosoftDocs#34792 from MikeBazMSFT/patch-3
Improve language around persistence
2 parents d867771 + 6c11f9c commit d10062a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/cloud-shell/overview.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,9 @@ Cloud Shell is a flexible tool that can be used from:
6666
* [Visual Studio Code Azure Account extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.azure-account)
6767

6868
### Connect your Microsoft Azure Files storage
69-
Cloud Shell machines are temporary and require a new or existing Azure Files share to be mounted as `clouddrive` to persist your files.
69+
Cloud Shell machines are temporary, but your files are persisted in two ways: through a disk image, and through a mounted file share named `clouddrive`. On first launch, Cloud Shell prompts to create a resource group, storage account, and Azure Files share on your behalf. This is a one-time step and will be automatically attached for all sessions. A single file share can be mapped and will be used by both Bash and PowerShell in Cloud Shell.
7070

71-
On first launch Cloud Shell prompts to create a resource group, storage account, and Azure Files share on your behalf. This is a one-time step and will be automatically attached for all sessions. A single file share can be mapped and will be used by both Bash and PowerShell in Cloud Shell.
72-
73-
Read more to learn how to mount a [new or existing storage account](persisting-shell-storage.md).
71+
Read more to learn how to mount a [new or existing storage account](persisting-shell-storage.md) or to learn about the [persistence mechanisms used in Cloud Shell](persisting-shell-storage.md#how-cloud-shell-storage-works).
7472

7573
## Concepts
7674
* Cloud Shell runs on a temporary host provided on a per-session, per-user basis

0 commit comments

Comments
 (0)