morelgeorge commented on issue #61197: URL: https://github.com/apache/airflow/issues/61197#issuecomment-3829539312
Based on my further investigation this issue is not a bug. Provider is using MSAL Proxy when _proxies_ parameters are set. However, in my opinion there is a confusing [Power BI connection documentation](https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/stable/connections/powerbi.html). I did some internal testing and figured out, that to be able to connect to a Power BI with using a proxy server I had to add extra parameter to a connection: > "authority": login.microsoftonline.com In my opinion this setup is very-well documented in [MS Graph connection](https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/stable/connections/msgraph.html) documentation. But this is not mentioned at all in Power BI connection documentation. You need to go deep in code to understand how provider works. This can be a little bit confusing when you want to connect to a Power BI service with using a proxy. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
