'Azure run from package (.zip) with parameters

I've found a way to run a dotnet app from a zip file. My .zip only contains the build output of a regular dotnet build (an .exe and several .dlls).

My task is to pass an argument to the .exe file. I don't see any options neither on Azure Portal, nor on Kudu. Is there a way to run an Azure Web App from package with parameters? Thanks.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source