I have made changes to the web.config via Kudu for a .NET core 3.0 application running on Azure App Service, yet it seems when the site is deployed via Azure pipelines those changes I've made within the web.config is overwritten.
Our solution (.sln) doesn't include or have a web.config file.
Am I meant to explicitly include a web.config within our project and then that wouldn't occur?
Thanks for any help