<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Fabric -- secrets in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-secrets/m-p/4813410#M12079</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1261412"&gt;@tan_thiamhuat&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;May I ask if you have resolved this issue? Please let us know if you have any further issues, we are happy to help.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Sep 2025 11:20:33 GMT</pubDate>
    <dc:creator>v-echaithra</dc:creator>
    <dc:date>2025-09-01T11:20:33Z</dc:date>
    <item>
      <title>Fabric -- secrets</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-secrets/m-p/4799810#M11790</link>
      <description>&lt;H3&gt;&lt;STRONG&gt;Are we able to do the below? How or where to store the secrets, so that it can be retrieved? It seems cannot on my side.&lt;/STRONG&gt;&lt;/H3&gt;&lt;H3&gt;&lt;STRONG&gt;Option 1: Using Notebook Secrets&lt;/STRONG&gt;&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;In Fabric, go to the &lt;STRONG&gt;Notebooks&lt;/STRONG&gt; area.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Click on the &lt;STRONG&gt;Settings / Environment&lt;/STRONG&gt; (gear icon) for your notebook.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Look for &lt;STRONG&gt;Secrets&lt;/STRONG&gt; or &lt;STRONG&gt;Environment Variables&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Add a new secret:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Name:&lt;/STRONG&gt; OPENAI_API_KEY&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Value:&lt;/STRONG&gt; your OpenAI key (e.g., sk-xxxxx...)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;In your notebook, use Python code to access it:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;import&lt;/SPAN&gt; os OPENAI_API_KEY = os.getenv(&lt;SPAN class=""&gt;"OPENAI_API_KEY"&lt;/SPAN&gt;) &lt;SPAN class=""&gt;from&lt;/SPAN&gt; openai &lt;SPAN class=""&gt;import&lt;/SPAN&gt; OpenAI client = OpenAI(api_key=OPENAI_API_KEY)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 18 Aug 2025 12:09:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-secrets/m-p/4799810#M11790</guid>
      <dc:creator>tan_thiamhuat</dc:creator>
      <dc:date>2025-08-18T12:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric -- secrets</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-secrets/m-p/4799939#M11793</link>
      <description>&lt;P&gt;I don't have any direct experience regarding your question, but I do believe the following earlier post answers your question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Fabric-platform/Handling-secrets-in-Fabric-Notebooks/m-p/3776200" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Fabric-platform/Handling-secrets-in-Fabric-Notebooks/m-p/3776200&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this link are several links to youtube videos and guides to solve your question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this is helpfull.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chiel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2025 14:21:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-secrets/m-p/4799939#M11793</guid>
      <dc:creator>ChielFaber</dc:creator>
      <dc:date>2025-08-18T14:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric -- secrets</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-secrets/m-p/4799946#M11794</link>
      <description>&lt;P&gt;I know of Azure Key Vault, say for example, I do not have Azure subscription, how /what should I do next?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2025 14:29:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-secrets/m-p/4799946#M11794</guid>
      <dc:creator>tan_thiamhuat</dc:creator>
      <dc:date>2025-08-18T14:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric -- secrets</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-secrets/m-p/4800723#M11811</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1261412"&gt;@tan_thiamhuat&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thank you for reaching out to Microsoft Community.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;The most secure and supported method to manage secrets in Fabric Notebooks is by using Azure Key Vault and accessing secrets through the built‑in utilities.&lt;/P&gt;
&lt;P&gt;Use the notebookutils.credentials.getSecret() method (formerly mssparkutils.credentials.getSecret) to securely fetch secrets.&lt;BR /&gt;&lt;BR /&gt;You can refer to this blog :&amp;nbsp;&lt;A href="https://www.syntera.ch/blog/2023/10/18/how-to-access-azure-key-vault-secrets-from-fabric-notebook/?utm_source=chatgpt.com" target="_blank"&gt;How-To Access Azure Key Vault Secrets from Fabric Notebook - Syntera&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;Chaithra E.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 08:08:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-secrets/m-p/4800723#M11811</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2025-08-19T08:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric -- secrets</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-secrets/m-p/4806625#M11926</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1261412"&gt;@tan_thiamhuat&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I hope the information provided is helpful.I wanted to check whether you were able to resolve the issue with the provided solutions.Please let us know if you need any further assistance.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 09:59:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-secrets/m-p/4806625#M11926</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2025-08-25T09:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric -- secrets</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-secrets/m-p/4809841#M12004</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1261412"&gt;@tan_thiamhuat&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;We’d like to follow up regarding the recent concern. Kindly confirm whether the issue has been resolved, or if further assistance is still required. We are available to support you and are committed to helping you reach a resolution.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Chaithra E.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2025 06:59:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-secrets/m-p/4809841#M12004</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2025-08-28T06:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric -- secrets</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-secrets/m-p/4813410#M12079</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1261412"&gt;@tan_thiamhuat&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;May I ask if you have resolved this issue? Please let us know if you have any further issues, we are happy to help.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 11:20:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-secrets/m-p/4813410#M12079</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2025-09-01T11:20:33Z</dc:date>
    </item>
  </channel>
</rss>

