Skip to content

Commit e29d8b1

Browse files
committed
Link to code
1 parent fa5bb07 commit e29d8b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/azure/sdk/configure-proxy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ The following table provides an inventory of environment variables that can be s
3939
| `NO_PROXY` or `no_proxy` | A comma-delimited list of hostnames to exclude from proxying. |
4040
| `GATEWAY_INTERFACE` | Indicator that the app is running in a Common Gateway Interface (CGI) environment. Example value: `CGI/1.1` |
4141

42-
Be aware of the following behaviors:
42+
For a deep understanding of how these environment variables are processed, see [the code](https://github.com/Azure/azure-sdk-for-net/blob/9aa3b3a44f81bc0be5a4fc86607e0150ba9815d5/sdk/core/Azure.Core/src/Pipeline/Internal/HttpEnvironmentProxy.cs#L31). Be aware of the following behaviors:
4343

44-
- Each environment variable in the preceding table, except `GATEWAY_INTERFACE`, can alternatively be defined as lowercase. The lowercase form takes precedence over the uppercase form.
44+
- Each environment variable in the preceding table, except `GATEWAY_INTERFACE`, can alternatively be defined as lowercase. The lowercase form takes precedence over the uppercase form.`
4545
- If both `http_proxy` and `GATEWAY_INTERFACE` are undefined, `HTTP_PROXY` is used.
4646
- `ALL_PROXY` is considered only when either an HTTP or an HTTPS proxy is undefined.
4747
- Protocol-specific environment variables take precedence over `ALL_PROXY`.

0 commit comments

Comments
 (0)