Configure UmbracoApplicationUrl in Azure Web Apps
Set UmbracoApplicationUrl per environment without hardcoding deployment-specific URLs in appsettings.json. Azure App Service environment variables map...
Start typing to search articles and topics.
Set UmbracoApplicationUrl per environment without hardcoding deployment-specific URLs in appsettings.json. Azure App Service environment variables map...
How to inspect and reseed an IDENTITY column correctly, including the important difference between DELETE and TRUNCATE TABLE.
A focused URL warm-up pattern for Umbraco 13 using a recurring hosted service, interchangeable URL providers, and an HTTP request strategy.
Use partition metadata for a fast database overview, or run exact counts when the precise number of rows is required.
A technical audit guide for finding personal data in an Umbraco solution and reducing the risk of keeping, exposing or processing more data than the project...
A practical read-only script for locating an unknown text value across character columns without hard-coding the database structure.
AngularJS support ended years ago, but many production systems still depend on it. The practical question is no longer whether AngularJS has a future - it is...
Authenticate an existing WordPress user from a .NET application by sending the user's credentials to the JWT Authentication for WP REST API token endpoint....
A long generated URL can cause SQL Server to reject an insert into umbracoRedirectUrl when the stored path exceeds the URL column length.
A practical explanation of how Umbraco works, where the open-source CMS ends and the commercial ecosystem begins, what it really costs, and when I would...
Enable static and dynamic GZIP compression for a Windows Azure App Service by updating IIS configuration through Kudu, then troubleshoot the CPU thresholds...
A practical guide to finding rowstore index maintenance candidates, understanding what rebuild and reorganize actually change, and running maintenance...
Umbraco 8 allows you to customize the backoffice experience for different user groups. In this tutorial, you will learn how to show or hide specific content...
A complete Azure Pipelines example for building, testing and deploying a classic ASP.NET Framework website when FTP or FTPS is the deployment interface...
A practical selection of useful free and paid Umbraco packages for development, redirects, media, security, editor workflows, and legacy Umbraco projects.
Umbraco lets editors control the order of sibling content and media items directly from the backoffice. You can drag items into a custom sequence or use the...
Assign existing Member Groups such as Customers and Partners from code instead of managing every membership manually in the Umbraco 8 backoffice.
Need to connect to an Azure App Service over FTPS? The credentials are available in Deployment Center, but new App Services can have Basic Authentication...