Forum Discussion
Connect FDF To Azure SQLMI
- 2 years ago
Hey,
The reason why you are able to access blob without issue is because it is not encassed within any firewall.
Whereas in case of SQL MI, the database is within a VNET; so fabric is unable to access it directly.
You would need to access the SQL MI via a data gateway
Hi Nandan - why would i need a gateway to access the MI from a SAAS Fabric? I am not on-prem and they are in the same tenant.
A gateway act as a bridge between Fabric and any source which is hosted within a VNet.
Note : The tenant doesnt ideally matter in decision whether to use a gateway or not.
As the SQL MI is within a VNet, Fabric wont be able to directly access objects within the VNet because of which you would need a gateway
- AmadouBari1 year agoFrequent Visitor
Thank you, Nandan. In case of just mirroring the MI into fabric, i am not even getting an option to select a gateway.