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
Hi,
I'm using latest Umbraco v13 on Azure App Service and it is behind Azure Front Door.
I have set the UmbracoApplicationUrl in the config but it is not used when I access the CMS backend.
UmbracoApplicationUrl
appsettings.Production.json
{ "Umbraco": { "CMS": { "Runtime": { "Mode": "Production" }, "Global": { "UseHttps": true }, "ModelsBuilder": { "ModelsMode": "Nothing" }, "WebRouting": { "UmbracoApplicationUrl": "https://example.com/" } } } }
When I access https://example.com/umbraco, it redirects to https://example.azurewebsites.net/umbraco/login
I can access with https://example.com/umbraco if it is not Production runtime and UseHttps is false.
Any ideas how to solve it?
Thanks.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
UmbracoApplicationUrl is not applied in Azure App Service environment
Hi,
I'm using latest Umbraco v13 on Azure App Service and it is behind Azure Front Door.
I have set the
UmbracoApplicationUrl
in the config but it is not used when I access the CMS backend.appsettings.Production.json
When I access https://example.com/umbraco, it redirects to https://example.azurewebsites.net/umbraco/login
I can access with https://example.com/umbraco if it is not Production runtime and UseHttps is false.
Any ideas how to solve it?
Thanks.
is working on a reply...