Hi everyone,
I have followed the tutorials for embeding a Power BI report into a website and I have got the code working fine on my local machine/development environment, however, when the code is released onto production machines, I am unable to connect to the Azure AD service.
the line of code:
var reports = await client.Reports.GetReportsInGroupAsync(WorkspaceId);
Is throwing the exception message:
Unable to connect to the remote server
Is there any place where I can contact microsoft to release access to my IP address? Or, is there anything I can do to solve the problem?
I assume this is because the production environment is locked down, but I am not sure what I need to allow to be able for it to see the remote server. Ports 80 and 443 are open, from reading around I thought these were the only ones needed.
Any help much appreicated,
Thanks.