JoshLove-msft
JoshLove-msft
Regarding the initial issue here, what might be happening is that the receiver is timing out before the message reaches the client. This would cause it to be locked on...
@C485, are you essentially peeking messages across different sessions with a `ServiceBusReceiver`? I'm not sure if FIFO is guaranteed across sessions, but I can look into this.
@aakash049 can you let us know when you are hoping to deploy these changes on the service, and when you are looking for the client libraries to be published?
> The current implementation of [ContainerRegistryBlobClient](https://apiview.dev/Assemblies/Review/7ebfcb36ff6149ba96170bd059094513#Azure.Containers.ContainerRegistry.Specialized.ContainerRegistryBlobClient).UploadBlob() tries to upload an artifact layer in a single chunk, and if the layer size is large, that means the client can run out...
> Can you point me to more information about not buffering the stream? Is this something we've typically done in other libraries for large files? By buffering the stream, I...
I don't think 403 is a retriable error - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/src/Shared/StorageResponseClassifier.cs#L34 Most likely those are just 3 separate parallel requests.
Hi @Stolpe, The MS_FunctionInvocationId is populated by the Functions framework when a function is executed. This error is not directly tied to a function execution, but rather is tied to...
> That being said, I tried to locate anything related to your reply, but I was unable to find anything. Again, this could be due to me not really knowing...
In the [docs](https://learn.microsoft.com/en-us/azure/app-service/webjobs-sdk-get-started#initialize-the-application-insights-logging-provider), they show that you need to pass the instrumentation key into the call to AddApplicationInsightsWebJobs. Can you try that?
The sample exists, we just need to update the service bus doc to link to https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/servicebus/Azure.Messaging.ServiceBus/samples/Sample01_HelloWorld.md#peeking-a-message