ssa3512

Results 13 comments of ssa3512

Seconding @marknblueswitch > I guess what I'm asking is if there are plans to: > > 1. Automagically enable end-to-end tracking for Azure Queue messages across different systems > >...

@fabiocav @lmolkova is distributed tracing supposed to currently work for function to function queue messages? I ran across [QueueCausalityManager](https://github.com/Azure/azure-webjobs-sdk/blob/92be64b6f40b67301683bf1f8d56a1fd6251929d/src/Microsoft.Azure.WebJobs.Extensions.Storage/Queues/QueueCausalityManager.cs) which sets the `$AzureWebJobsParentId` value in the JSON being sent into...

@jeffhollan @anthonychu Can one of you help direct this to the correct repository? This is all fixed in the latest combination of released package versions of App Insights 2.17/SqlClient 2.x...

@pzbyszynski yes - I believe the functions team has to update the host to use 2.17. It's not something someone consuming the Azure Functions runtime/sdk can simply do to make...

@brettsam the issue is that no sql dependencies are logged at all, not that the command text is missing.

@soninaren I pushed the above `host.json` to a small test app (simple timer trigger, does a single find by ID on a database with a single table using EF Core)...

Would definitely be interested in a generic queue binding we could trigger from something like Azure Storage queues or Service Bus queues/topics. Not really interested in MSMQ at this point...

As far as I am aware MSMQ is not supported in .NET Core. There are no client libraries, you just simply can't use it outside of .NET Framework. I am...

> > > @ssa3512, https://github.com/weloytty/MSMQ.Messaging > Thanks, I wasn't aware this existed. This will be nice to have.

This appears to have started rolling out and is breaking our builds as the .NET 6 SDK has been removed from the image. .NET 6 is LTS - aren't the...