general comment
6 TopicsHow Git Integration with Fabric and only one GitHub Organization?
Today, my company has a GitHub organization, and we are starting to use Microsoft Fabric. I noticed that I can link a Fabric workspace to one of my personal repositories, but I would prefer that this doesn't happen. I would like to limit the interaction of Microsoft Fabric to my company's organization. Is that possible? How can I do it, and what references should I read to better understand this?4.2KViews1like5CommentsNot able to connect keyvault in notebook in fabric
Hi Team, Hello Team, I am facing issue while connecting fabric with keyvault, getting below error client address is not authorized, and caller is not a trusted service.\r\nClient address: Earlier it was working fine, now started facing this.Please help Thanks2.5KViews0likes6CommentsConnecting computer code to notebook
There are some code which can work only in your computer. For example accessing elasticsearch using python client. from elasticsearch import Elasticsearch es = Elasticsearch( hosts=[{'host': 'ip', 'port': 9200}], http_auth=('name', 'username'), ) Where the ip is the ip on which elasticsearch is running. This ip can run from my computer only. I want to run this code on the notebook of fabric. What setup I should do in this regrad?Solved1.8KViews0likes2Comments