Copied to clipboard

Flag this post as spam?

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


  • Ashkan Sirous 38 posts 231 karma points
    Oct 05, 2017 @ 09:40
    Ashkan Sirous
    0

    Cannot find umbraco.config on azure

    I am hosting my application on Azure appservices. and have upgraded to Umbraco 7.7.2 today. But then I cannot find the umbraco.config

    I am not sure what could be wrong, specially that after updating Umbraco I had to reinstall my packages (even Usync) in order for them to work.

    I've looked at my App_data folder and in my Azure blobs. Am I missing something? what could be wrong?

    In filesystemproviderconfig I have a transformation to use Our.Umbraco.FileSystemProviders.Azure.AzureBlobFileSystem.

    <FileSystemProviders xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
      <Provider alias="media" type="Our.Umbraco.FileSystemProviders.Azure.AzureBlobFileSystem, Our.Umbraco.FileSystemProviders.Azure" xdt:Transform="Replace" xdt:Locator="Match(alias)">
        <Parameters>
          <add key="containerName" value="content" />
          <add key="rootUrl" value="https://xxx.blob.core.windows.net/" />
          <add key="connectionString" value="DefaultEndpointsProtocol=https;......"/>
           <add key="maxDays" value="365"/>
        </Parameters>
      </Provider>
    </FileSystemProviders>
    
  • Craig Mayers 164 posts 508 karma points
    Oct 05, 2017 @ 11:17
    Craig Mayers
    100

    Hi Ashkan,

    Can you access the CMS of your site?

    If so, can you try doing a Republish Entire Site and see if it generates the cache file for you?

    Also, might be worth checking your Logs to see if there is anything in there that might shed some light on the issue.

    Thanks

    Craig

Please Sign in or register to post replies

Write your reply to:

Draft