-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
I was just discussing with a customer how we're going to switch logging from local to Blob Storage. And he asked 'can it handle our proxy?'.
So I had a quick look at the official doc on how to get the libs to go through a proxy: https://learn.microsoft.com/en-us/samples/azure-samples/azure-cxp-developer-support/csharp-sample-code-to-perform-the-blob-storage-get-service-properties-via-the-proxy/ - it seems we need to set the Transport
on the BlobServiceClient
. Looking through the source code, I don't see the transport set anywhere. The ServicebusTarget and EventHubTargets seem to support a proxy for WebSockets, but as for the rest of it. So, time for my next contribution?
Metadata
Metadata
Assignees
Labels
No labels