function app deployment slots
Missing HSTS header on Azure App Service Production slot but appears on Staging slot - Microsoft Q&A
I have deployed the same net core 6.0 mvc website build to an Azure App Service - to both production and staging deployment slots. My web.config produces the desired HSTS Security header on the staging deployment slot but not the production slot. Iâ¦
Azure deployment slots
Deployment Slots are a feature of Azure App Service which offer the ability to manage multiple hosting environments within the same web application. They actually are live apps with their own hostnames and app content and configurations elements can be swapped between deployment slots (figure 1).
Azure App Services Features - LinkedIn
How to setup CI with Azure App Service using GitHub Actions and deployment slots.