Skip to content

Commit 926b3e6

Browse files
Merge pull request #252382 from Venkateshdodda-MSFT/patch-61
(AzureCXP) fixes MicrosoftDocs/azure-docs#114971
2 parents dc68749 + 4ed8cab commit 926b3e6

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
@@ -33,7 +33,7 @@ The Azure App Service Local Cache feature provides a web role view of your conte
3333
* They have fewer app restarts due to storage share changes.
3434

3535
> [!NOTE]
36-
> If you are using Java (Java SE, Tomcat, or JBoss EAP), then by default the Java artifacts--.jar, .war, and .ear files--are copied locally to the worker. If your Java application depends on read-only access to other files as well, set `JAVA_COPY_ALL` to `true` for those files to also be copied. If Local Cache is enabled, it takes precendnce over this Java-specific enhancement.
36+
> If you are using Java (Java SE, Tomcat, or JBoss EAP), then by default the Java artifacts--.jar, .war, and .ear files--are copied locally to the worker. If your Java application depends on read-only access to other files as well, set `JAVA_COPY_ALL` to `true` for those files to also be copied. If Local Cache is enabled, it takes precedence over this Java-specific enhancement.
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.

0 commit comments

Comments
 (0)