andystaples
andystaples
We are having another issue with worker indexing, this time in PowerShell functions. Output from core tools --verbose is: ``` [2022-07-07T18:47:54.512Z] Opened local http RPC endpoint: http://127.0.0.1:17071/durabletask/. InstanceId: . Function:...
Submitted this as a new issue at https://github.com/Azure/azure-functions-host/issues/8559 Let me know if you need any more information on that, I have assigned the issue to you @surgupta-msft
@Francisco-Gamino I think this PR is correct. The rebase was awful and doubled the amount of commits, not sure why. Lots still to do here, gotta bundle the module with...
After conferring with Rohit about this, it turns out that this is not possible. Request telemetry is sent using an application insights telemetry client on the host, not the worker,...
Discussion for this can continue internally mid-May
Resolved as of PS 7.4 GA
I will test with 7.2 - if it works there, it becomes P1 and needs to be done before Linux support for 7.4 If it is not working in 7.2,...
Works on PowerShell 7.2. Also tested on Java 21, as that is the only other runtime based on linux-bookworm instead of linux-bullseye, and it works there.
Addressed by https://github.com/Azure/azure-functions-docker/pull/1054/files
Apologies @liliankasem @mattchenderson this got lost for a while there. Back on it now, I have fixed the test issue and will merge with review