Hi mk_sunitha
Great post - thank you.
We would like to look into using Fabric User Defined Functions. One big blocker for us is that our key_vault does not allow public network. We have setup private endpoint and may use key vault from notebooks but this does not work in user defined functions.
Do you have any idea if private endpoint will be supported in Fabric user defined functions and if so when we might get that?
Appendix - error from function:
{"status": "error"
, "message": "(Forbidden) Public network access is disabled and request is not from a trusted service nor via an approved private link.
\r\nCaller: appid=[redacted]
;iss=[redacted];location=westeurope
\nCode: Forbidden\nMessage: Public network access is disabled and request is not from a trusted service nor via an approved private link.
\r\nCaller: appid=[redacted]
;iss=[redacted]
\nInner error: {\n \"code\": \"ForbiddenByConnection\"\n}"}