> For the complete documentation index, see [llms.txt](https://docs.parallels.com/landing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parallels.com/landing/ras-fslogix-containers-best-practices/configuring-fslogix-via-parallels-ras/best-practices/cloud-cache.md).

# Cloud Cache

Cloud Cache is a technology that allows FSLogix Profile Container data to be stored in multiple locations at once, including traditional on-premises SMB shares and public cloud storage providers, and to enable real time, 'active-active' redundancy for Profile Container. Cloud Cache also uses a local cache of the profile disk to service all reads from a redirected profile after the first read. Cloud Cache can protect users from short-term loss of connectivity to remote profile containers. When using Cloud Cache, CCDLocations replaces VHDLocations. CCDLocations and VHDLocations cannot be used at the same time. Note that storing profiles in multiple locations at once generates more Azure consumption. Azure Blob storage specifically can be expensive in certain use cases. In general, always use the [Azure calculator](https://azure.microsoft.com/en-us/pricing/calculator/) to calculate Azure consumption costs up front.

**Pros:**

* Seamless failover should the loss of a single storage location occur.
* Real-time, active-active redundancy for Profile Container .
* Native cloud storage such as Azure Blob, can be utilized.
* Useful if you have latency issues between the location of storage and location of workloads.

**Cons:**

* Logon and logoff delays that impact the user experience. This delay is variable based on many factors such as the location of the container in relation to the location of workloads.
* A less mature solution.
* I/O capabilities must be considered as it affects user experience. See best practices for Cloud Cache below.

Parallels RAS allows you to configure Cloud Cache from within Parallels RAS Console.

To configure Cloud Cache:

1. Open the **User profile** tab.
2. Click **Configure general settings** and select the **Cloud Cache** tab.

From here you can configure all advanced settings related to Cloud Cache.

<figure><img src="/files/KhVCk2YrCd5GZ7QHq7SG" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.parallels.com/landing/ras-fslogix-containers-best-practices/configuring-fslogix-via-parallels-ras/best-practices/cloud-cache.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
