We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b12973 commit 89c359eCopy full SHA for 89c359e
docs/azure/sdk/snippets/configure-proxy/Program.cs
@@ -5,7 +5,7 @@
5
6
using HttpClientHandler handler = new()
7
{
8
- Proxy = new WebProxy(new Uri("<http://example.com>")),
+ Proxy = new WebProxy(new Uri("<proxy-url>")),
9
};
10
11
SecretClientOptions options = new()
0 commit comments