Copied to clipboard

Flag this post as spam?

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


  • Henry Eklöf 2 posts 72 karma points
    Jun 17, 2017 @ 08:47
    Henry Eklöf
    0

    Umbraco on Azure web apps?

    Hi!

    I'm very new to umbraco, but after a little bit of testing I decided to start using it on production too.

    I searched some old forum postings about azure and some people have had problems with Azure Web apps, so I decided to ask is there anything I should be aware of? I read the documentation, but the main problems there was only regarding Scalability?

    Has anyone used Azure web apps with umbraco with success, or shoud I just make old fashioned installation on Windows server? :)

  • Alex Skrypnyk 6131 posts 23950 karma points MVP 7x admin c-trib
    Jun 19, 2017 @ 16:42
    Alex Skrypnyk
    0

    Hi Henry

    Umbraco works great with Azure, read more at documentation section:

    https://our.umbraco.org/documentation/getting-started/setup/server-setup/azure-web-apps

    Thanks,

    Alex

  • Henry Eklöf 2 posts 72 karma points
    Jun 20, 2017 @ 05:56
    Henry Eklöf
    0

    Hi Alex and thanks for answering!

    My concerns was just that warning about the I/O operations on that document, so I decided to ask if anyone uses Web apps and what are the experiences on that.

    Alex, you have had some production sites on web apps and everything has worked well? :)

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Jun 20, 2017 @ 08:56
    Jeavon Leopold
    1

    Hi Henry,

    As long as you follow the documentation Umbraco runs very well on Azure Web Apps.

    If you are developing with Umbraco v7.6 you should follow and the updated Azure Web Apps guide that you can find here

    If you intend to scale the Azure Web App you must carefully follow the guide here

    Jeavon

  • aaeda 117 posts 150 karma points
    Jul 22, 2020 @ 07:29
    aaeda
    0

    Hello

    We have deployed some umbraco sites (version 8.+) on Azure Web apps. However we are constantly (one in a month) experiencing crashes of the sites.
    Please see below the config settings:

    <add key="Umbraco.Core.ConfigurationStatus" value="8.2.2" />
        <add key="Umbraco.Core.ReservedUrls" value="" />
        <add key="Umbraco.Core.ReservedPaths" value="" />
        <add key="Umbraco.Core.Path" value="~/umbraco" />
        <add key="Umbraco.Core.HideTopLevelNodeFromPath" value="true" />
        <add key="Umbraco.Core.TimeOutInMinutes" value="20" />
        <add key="Umbraco.Core.DefaultUILanguage" value="en-US" />
        <add key="Umbraco.Core.UseHttps" value="false" />
    
        <add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />
        <add key="webpages:Enabled" value="false" />
        <add key="enableSimpleMembership" value="false" />
        <add key="autoFormsAuthentication" value="false" />
        <add key="dataAnnotations:dataTypeAttribute:disableRegEx" value="false" />
    
        <add key="owin:appStartup" value="UmbracoDefaultOwinStartup" />
    
        <add key="Umbraco.ModelsBuilder.Enable" value="true" />
        <add key="Umbraco.ModelsBuilder.ModelsMode" value="PureLive" />
    
        <add key="Umbraco.Core.MainDom.Lock" value="SqlMainDomLock" />
    

    Can you please advise?

    Thanks A

Please Sign in or register to post replies

Write your reply to:

Draft