Forum Discussion
Azure SQL Server Managed Instance
- Anonymous8 years ago
Azure SQL server Managed Instance is a cloud data source, which is similar as Azure SQL database, when you refresh the dataset that contains the data source, gateway is not required. You "Connect Directly" to the data source in Power BI Service.
And in Power BI Desktop, it is possible to use Azure SQL database connector to connect to the Azure SQL managed instance.
Regards,
Lydia
Azure SQL server Managed Instance is a cloud data source, which is similar as Azure SQL database, when you refresh the dataset that contains the data source, gateway is not required. You "Connect Directly" to the data source in Power BI Service.
And in Power BI Desktop, it is possible to use Azure SQL database connector to connect to the Azure SQL managed instance.
Regards,
Lydia
Hi Lydia,
Good afternoon,
In our case, this is not working. Tried to connect Azure Managed Instance from PowerBI Service.
Connection details: Public endpoint , Basic authentication method.
Here is the error:
Failed to update data source credentials: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 0 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)Hide details
Please let me know if gateway setup is needed or not ?
Thanks
Srihari
- skatakam3 years agoRegular Visitor
Hi Lydia,
Please ignore my previous message, I confirm i'm able to connect Azure Managed Instance from PowerBI Service. No need of gateway. We must include the port in the connection string.
Thank You
Srihari
- jspwilli3 years agoHelper I
Hi Srihari,
I'm having the same issue you have just been through.
I already have the port in the connection string, do you have any other suggestions? Ours looks like xx,#### as a suffix
- skatakam3 years agoRegular Visitor
Hi,
Please make sure Public endpoint is enabled under the networking in managed instance. If not enable. Public endpoint connection should work without any issues.
Thanks
Srihari
- karo2 years agoAdvocate V
Can you please share more details how you did it? I am facing similar issue/error like yours.