❔ Access appsettings.json in ASP.NET Web API in Azure published App Service
Stack Overflow
I'm trying to publish my .NET 7 Web API on Azure as App Service + Database.
Locally I execute the following code to get appsettings.json working in my dotnet publish (-ed) app:
var builder =
Locally I execute the following code to get appsettings.json working in my dotnet publish (-ed) app:
var builder =