Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
fabson69
New Member

On-premises Data Gateway connection (servicebus access through a VIP)

Hi,

Our company prevent the Microsoft on-premises data gateway from connecting to the servicebus in Azure.

The only way to communication with the Azure Service Bus on ports 443 is through a F5 VIP that will simply forward the packets received from the gateway to the servicebus address. Since the VIP has a different address than the orignial one (urlinthegatewaydiagnostictest.servicebus.windows.net), is it possible to change that url in the gateway configuration ? Has someone experienced this before ?

Many thanks

5 REPLIES 5
v-xicai
Community Support
Community Support

Hi @fabson69 ,

 

You may open the config file located at this link 

C:\Program Files\On-premises data gateway/EnterpriseGatewayConfigurator.exe.config .

 

Append the xml configuration carefully. Please replace the IP Address and Port provided by your Network Administrator.

116.png

 

 

 

 

 

 

 

For references:

How to configure Power BI Enterprise Gateway Proxy configuration?

Connecting to on-premises data sources with On-premises data gateway

 

Best Regards,

Amy 

 

Community Support Team _ Amy

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi Amy,

 

Thank you for your proposal, but we are not allowed to use proxies :(. 

 

kind regards,

Fabrice

GilbertQ
Super User
Super User

Hi there

THis is not something that I have seen or experienced before.

I would suggest logging a support ticket to see if they can assist you with these technical details




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

I guess this is possible somewhere in the GatewayCore DLL config settings, somewhere around here

 

    <bindings>
      <!-- The packet size is 8 MB and in the worst case, the compressed packet can be slightly larger than that; so using 8.5 MB -->
      <GatewayNetTcpRelayBinding>
        <binding name="GatewayServiceBusTransferBinding" connectionMode="Relayed" transferMode="Buffered" receiveTimeout="06:00:00" maxReceivedMessageSize="8500000" maxBufferSize="8500000" maxBufferPoolSize="8500000" maxConnections="1500" isDynamic="false">
          <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false" />
        </binding>
      </GatewayNetTcpRelayBinding>
    </bindings>

. Probably worth raising a ticket with Microsoft for some real time tests. 

Hello Ibendlin,

 

Thank you for your suggestion. I can see the bindings indeed but not the service endpoints declaration. 

There is also the solution of using the local hosts file, with the VIP IP next to the service bus namespace.

I will raise a ticket now at Microsoft to see what is possible and supported.

Best regards

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.