Increasing the maximum upload size limit for a Dockerized ASP.NET Core site running on Azure?
问题 Here is the architecture of the application: Web API written in ASP.NET Core. Dockerfile builds the Web application using microsoft/dotnet:2.1-sdk and executes the API using microsoft/dotnet:aspnetcore-rumtime . The app is compiled and placed into /app . The command executed to start the API is: ENTRYPOINT ["dotnet", "/app/WebAPI.dll"] This API is deployed to an Azure Container Registry (Docker registry). An Azure App Service is used to host the API. The App Service is configured to pull the