Microsoft Fabric OneLake Connector > Introduction to Microsoft Fabric OneLake Connector > Administration of Microsoft Fabric OneLake Connector
  

Administration of Microsoft Fabric OneLake Connector

Before you use Microsoft Fabric OneLake Connector, an administrator must perform certain prerequisite tasks.
  1. 1Configure the following prerequisites in Power BI:
    1. aCreate a workspace.
    2. bCreate a lakehouse in the workspace. Ensure that you have admin privileges to create the lakehouse.
  2. 2Configure the following prerequisites in the Azure portal:
    1. aCreate an application in Azure Active Directory and generate client ID, tenant ID, and client secret.
    2. bCreate a security group in Azure Active Directory and add owners or members to the security group.
  3. 3Enable the Power BI service admin settings to allow the Azure Active Directory application to use the Power BI APIs.
  4. 4Add the Azure Active Directory application to the workspace in Power BI.
For more information on the prerequisite steps to configure a Microsoft Fabric OneLake connection, see the Informatica How-To Library article, Prerequisites to create a Microsoft Fabric OneLake connection.

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 to use the proxy server on Windows and Linux. You can use the unauthenticated or authenticated proxy server.
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:

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|{*}onelake.blob.fabric.microsoft.com|onelake.dfs.fabric.microsoft.com |127.|[\:\:1]*
  5. 3Restart the Secure Agent.