Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Aaron 22 posts 93 karma points
    Jul 24, 2018 @ 10:46
    Aaron
    0

    Azure umbracoLocalTempStorage location and clearing temp files

    Hi all

    We're new to Azure web apps.

    Does anyone know exactly where the folder is for the umbracoLocalTempStorage setting?

    Presumably it's d:\local\temp or d:\local\appdata but we're not sure.

    We want to delete temporary files as part of the deployment process via a custom Kudu script.

    We can delete from the permanent file location but does that update to the temporary storage or do we need to directly delete there?

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Jul 24, 2018 @ 11:39
    Jeavon Leopold
    0

    You shouldn't need to delete them. However if you want to view them you need a special setting to be able to reach them from Kudu. The setting is documented here https://github.com/projectkudu/kudu/wiki/Configurable-settings#use-the-same-process-for-the-user-site-and-the-scm-site

  • Aaron 22 posts 93 karma points
    Jul 24, 2018 @ 12:58
    Aaron
    0

    Thanks Jeavon, seems odd that you can't just access an app instance's temp files by default.

    When you say view them do you mean they become accessible in a particular folder via Kudu console?

Please Sign in or register to post replies

Write your reply to:

Draft