Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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" } } } }
{ "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:
but I do not get the following screen:
Instead it keeps loading the Installation page to enter details.
Can anyone offer suggestions? thanks
is working on a reply...
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.
Continue discussion
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:
but I do not get the following screen:
Instead it keeps loading the Installation page to enter details.
Can anyone offer suggestions? thanks
is working on a reply...
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.