Ahmed ElSayed

Results 14 comments of Ahmed ElSayed

hmm, I don't think there is anything special to v3 here. @kprpg does this work with npm installed v2?

We could investigate this for V3 if we plan on replacing our GRPC dependency to the grpc-dotnet rather than the native GRPC implementation we're using for V2. Otherwise we will...

It won't be enough. We will have to maintain our own build pipeline for grpc modules for language workers for Windows ARM64, which will not be easy. If we enable...

At the moment all [auth is disabled when running locally](https://github.com/Azure/azure-webjobs-sdk-script/blob/split-cli/src/WebJobs.Script.WebHost/Controllers/FunctionsController.cs#L47-L49), so it is intentional. The challenge locally is that you won't have UI for managing keys for the function\host and...

I took a brief look at this when I saw the discussion thread, but couldn't quite figure out what the issue was either. The validation is just a schema validation...

no specific scenarios, we just know that it happens and as you said is very hard to reproduce or track down, but we know it does happen. Usually with changes...

clearing milestone to discuss again in triage

Dotnet file watchers don't work in a linux container without DOTNET_USE_POLLING_FILE_WATCHER=true. I'd close this issue.

that would be expected for the (2) view above. The runtime double logs stuff into the function specific logs (under `LogFiles\Application\Functions\Function\`) then again in the host logs (under `LogFiles\Application\Functions\host`), the...