Skip to content

Commit 89c359e

Browse files
committed
Update code
1 parent 6b12973 commit 89c359e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/azure/sdk/snippets/configure-proxy/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
using HttpClientHandler handler = new()
77
{
8-
Proxy = new WebProxy(new Uri("<http://example.com>")),
8+
Proxy = new WebProxy(new Uri("<proxy-url>")),
99
};
1010

1111
SecretClientOptions options = new()

0 commit comments

Comments
 (0)