I have build a donetcore function inside VS 2019 which failes without any hint
It mentions during start For detailed output, run func with --verbose flag.
But every application argument is causing a Error: unknown argument --verbose
How could I use arguments for better debugging ?
After you have installed the tools, you can open Visual Studio and add a new Azure Functions project. To add the Azure Functions Core Tools to your project, open the Tools menu in Visual Studio and select Azure Functions Core Tools. This will open the Azure Functions Core Tools window.
It is the proper place to pass command line arguments.
You just have to add start
before --verbose
, like so:
start --verbose
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With