-
Notifications
You must be signed in to change notification settings - Fork 2
AppServices
Tore Nestenius edited this page Oct 24, 2024
·
8 revisions
This tool provides several utilities for managing and exploring Azure App Services.
This tool displays the contents of key directories within an Azure App Service, including:
- Home directory
- Temp directory
- Application directory
It helps explore what is stored on the file system.
This tool shows the App Services Local Cache feature and whether it is enabled. It also displays the contents of the following environment variables:
WEBSITE_LOCALCACHE_ENABLEDWEBSITE_LOCALCACHE_READYWEBSITE_LOCAL_CACHE_OPTIONWEBSITE_LOCAL_CACHE_SIZEINMBWEBSITE_LOCAL_CACHE_READWRITE_OPTIONWEBSITE_VOLUME_TYPE
Set the environment variable WEBSITE_LOCAL_CACHE_OPTION=Always to enable the cache.
This feature is only available for Windows-based, non-container-based apps.
For more details on the local cache, refer to the Azure App Services Local Cache Overview. For Linux-based app services, you can use App Cache instead.