Skip to content

Commit caf3aaf

Browse files
Fix capitalization in headings
1 parent 52f3934 commit caf3aaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ During the copy process, any folder named **repository** is excluded. This is us
147147
### How do I flush the local cache logs after a site management operation?
148148
To flush the local cache logs, stop and restart the app. This action clears the previous cache.
149149
150-
### Why Does App Service show previously deployed files after a restart when local cache is enabled?
150+
### Why does App Service show previously deployed files after a restart when local cache is enabled?
151151
If previously deployed files reappear after a restart, check for the presence of the App Setting `[WEBSITE_DISABLE_SCM_SEPARATION=true](https://github.com/projectkudu/kudu/wiki/Configurable-settings#use-the-same-process-for-the-user-site-and-the-scm-site)`. Adding this setting causes deployments via KUDU to write to the local VM instead of persistent storage. To avoid this, follow the best practices above and perform deployments to a staging slot that does not have local cache enabled.
152152
153-
## More Resources
153+
## More resources
154154
155155
[Environment variables and app settings reference](reference-app-settings.md)

0 commit comments

Comments
 (0)