Copied to clipboard

Flag this post as spam?

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


  • stephen 84 posts 125 karma points
    5 days ago
    stephen
    0

    Implementing Unattended on Azure

    I have a test site set up on Azure and I want to use a database already configured for v13 which runs fine locally.

    The appsettings.json has { "Umbraco": { "CMS": { "Unattended": { "InstallUnattended": true, "UnattendedUserName": "FRIENDLY_NAME", "UnattendedUserEmail": "EMAIL", "UnattendedUserPassword": "PASSWORD" } } } }

    I also have an Environment Variable ASPNETCORE_ENVIRONMENT: Production in the settings and the following:

    enter image description here

    but I do not get the following screen:

    enter image description here

    Instead it keeps loading the Installation page to enter details.

    Can anyone offer suggestions? thanks

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies