Skip to content

Commit ab20ac3

Browse files
Update overview-local-cache.md
1 parent 62309bd commit ab20ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/overview-local-cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The Azure App Service Local Cache feature provides a web role view of your conte
3737
3838
## How the local cache changes the behavior of App Service
3939
* _D:\home_ points to the local cache, which is created on the VM instance when the app starts up. _D:\local_ continues to point to the temporary VM-specific storage.
40-
* The local cache contains a one-time copy of the _/site_ and _/siteextensions_ folders of the shared content store, at _D:\home\site_ and _D:\home\siteextensions_, respectively. The files are copied to the local cache when the app starts. The size of the two folders for each app is limited to 1 GB by default, but can be increased to 2 GB. Note that as the cache size increases, it will take longer to load the cache. If you've increased local cache limit to 2 GB and the copied files exceed the maximum size of 2 GB, App Service silently ignores local cache and reads from the remote file share. For deployment and swapping operations, if no limit is defined or if the copied files exceed the defined limit, the operation may fail with an error. See the table below for more information.
40+
* The local cache contains a one-time copy of the _/site_ and _/siteextensions_ folders of the shared content store, at _D:\home\site_ and _D:\home\siteextensions_, respectively. The files are copied to the local cache when the app starts. The size of the two folders for each app is limited to 1 GB by default, but can be increased to 2 GB. Note that as the cache size increases, it will take longer to load the cache. If you've increased local cache limit to 2 GB and the copied files exceed the maximum size of 2 GB, App Service silently ignores local cache and reads from the remote file share. For deployment and swapping operations, if no limit is defined or if the copied files exceed the defined limit, the operation may fail with an error. See the table below for more information.<br/>
4141
| **Local Cache size** | **Coped files** | **Result** |
4242
| --- | --- | --- |
4343
|≤ 2 GB|≤ Local Cache size|Reads from local cache.|

0 commit comments

Comments
 (0)