Ankit Kumar

Results 5 issues of Ankit Kumar

Right now Linux Elastic Premium does `WEBSITE_RUN_FROM_PACKAGE` = url deployment by default for Linux Premium. We can and should change this to do zipdeploy using `WEBSITE_RUN_FROM_PACKAGE` = 1. We should...

Deployment

Fixes https://github.com/Azure/azure-functions-core-tools/issues/2502 cc: @anirudhgarg

Deployment

To repro, 1. `func host start` 2. Modify a file, say `host.json` A restart is triggered and functions are reloaded, but you can't tell from the output of the core...

The help output for `func durable` commands should ideally not complain with `Could not find local host metadata file 'host.json'`.

For input binding, 1. if we are using batch type, it is expected that the parameter type be a JArray. For out of proc languages. the parameter type would usually...

investigate
Track1