Connections > Microsoft Azure Data Lake Storage Gen2 connection properties > Proxy Server Settings
  

Proxy Server Settings

If your organization uses an outgoing proxy server to connect to the Internet, the Secure Agent connects to Informatica Intelligent Cloud Services through the proxy server.
You can configure the Secure Agent and the serverless runtime environment to use the proxy server on Windows and Linux. You can use the unauthenticated or authenticated proxy server.
Note: You cannot use a proxy server with managed identity authentication.
You can use one of the following types of proxy servers:
To configure proxy settings for the Secure Agent, use one of the following methods:
To configure proxy settings for the serverless runtime environment, see Using a proxy server.

Bypass the proxy server

You can bypass the proxy server settings configured for the Secure Agent.
Perform the following steps to bypass the proxy server:
  1. 1Navigate to the following directory:
  2. <Secure Agent installation directory>/apps/agentcore
  3. 2Specify the following command in the proxy.ini file:
  4. InfaAgent.NonProxyHost=localhost|{*}core.windows.net|127.|[\:\:1]*
    To bypass proxy server for service principal authentication, append login.microsoftonline.com to the command.
    To bypass proxy server for managed identity authentication, append 169.254.169.254 to the command.
    For example,
    InfaAgent.NonProxyHost=localhost|127.*|[\:\:1]|<accountname>.blob.core.windows.net|<accountname>.dfs.core.windows.net|<accountname>.blob.core.windows.net|login.microsoftonline.com|169.254.169.254
  5. 3Restart the Secure Agent.