Azure / azure-sdk-for-net

This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
MIT License
5.38k stars 4.79k forks source link

[QUERY] Does the AzureOpenAIClient support setting up a proxy? #46839

Open lastsecret opened 3 hours ago

lastsecret commented 3 hours ago

Library name and version

Azure.AI.OpenAI 2.0.0

Query/Question

In a server that cannot connect to the external internet, does the Azure.AI.OpenAI SDK support setting up a proxy?

AzureOpenAIClient azureClient = new(
    new Uri(options.Value.Endpoint),
    new ApiKeyCredential(options.Value.ApiKey)
);

Environment

No response

github-actions[bot] commented 3 hours ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @jpalvarezl @ralph-msft @trrwilson.