<?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: Using Key Vault secrets in Notebooks from Workspace identities in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Key-Vault-secrets-in-Notebooks-from-Workspace-identities/m-p/4788706#M11527</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1319156"&gt;@dolphinantonym&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="82" data-end="213"&gt;Thank you for your detailed explanation. It looks like you've already followed the recommended steps, but the issue still persists.&lt;/P&gt;
&lt;P data-start="215" data-end="415"&gt;To help resolve this further, I recommend raising a support ticket so our support team can assist you directly.&lt;BR data-start="326" data-end="329" /&gt;Please refer to the following link for instructions on how to create a support ticket:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/support/create-support-ticket" target="_blank" rel="nofollow noopener noreferrer"&gt;How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;We appreciate your engagement and thank you for being an active part of the community.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Best regards,&lt;BR /&gt;Lakshmi&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Aug 2025 10:00:51 GMT</pubDate>
    <dc:creator>v-lgarikapat</dc:creator>
    <dc:date>2025-08-06T10:00:51Z</dc:date>
    <item>
      <title>Using Key Vault secrets in Notebooks from Workspace identities</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Key-Vault-secrets-in-Notebooks-from-Workspace-identities/m-p/4784654#M11418</link>
      <description>&lt;P&gt;My Workspace has an identity that is allowed to access a Key Vault that contains secrets for accessing an API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try and access the secret from Notebooks (using notebookutils.credentials.getSecret(keyVaultURL, secretName)) I keep getting 403 errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error references an oid which matches my personal Entra ID, so this makes sense because I do not have personal access to view secrets in the vault.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do I need to do to force the Notebook to use the Workspace identity rather than my own?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 16:04:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Key-Vault-secrets-in-Notebooks-from-Workspace-identities/m-p/4784654#M11418</guid>
      <dc:creator>dolphinantonym</dc:creator>
      <dc:date>2025-08-01T16:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using Key Vault secrets in Notebooks from Workspace identities</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Key-Vault-secrets-in-Notebooks-from-Workspace-identities/m-p/4785372#M11430</link>
      <description>&lt;P&gt;To use Workspace Managed Identity (WMI) instead of your user identity to access Azure Key Vault secrets from Notebooks in Microsoft Fabric, you need to ensure a few configuration steps are completed. Right now, your notebook is using your personal identity (your Entra ID object ID) rather than the workspace identity, which is why you're getting a 403.&lt;/P&gt;&lt;P&gt;Here’s how to fix it:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Grant Access to the Workspace Managed Identity in Key Vault&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;1. Your Key Vault needs to allow access for the workspace's identity.&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;2. In Azure Portal, go to your Key Vault.&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;3. Navigate to Access Control (IAM).&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;4. Add a role assignment:&lt;/P&gt;&lt;P class="lia-indent-padding-left-90px"&gt;a. Role: Key Vault Secrets User (or Key Vault Reader depending on access level).&lt;/P&gt;&lt;P class="lia-indent-padding-left-90px"&gt;b. Assign access to: Managed identity.&lt;/P&gt;&lt;P class="lia-indent-padding-left-90px"&gt;c. Select: Your Microsoft Fabric workspace identity.&lt;/P&gt;&lt;P class="lia-indent-padding-left-90px"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;Alternatively, if you're using access policies (not RBAC):&lt;/P&gt;&lt;P class="lia-indent-padding-left-90px"&gt;1. Go to Key Vault → Access policies.&lt;/P&gt;&lt;P class="lia-indent-padding-left-90px"&gt;2. Add an access policy:&lt;/P&gt;&lt;P class="lia-indent-padding-left-120px"&gt;a. Select Get secret permissions.&lt;/P&gt;&lt;P class="lia-indent-padding-left-120px"&gt;b. Under "Principal", select the Workspace Managed Identity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ensure Your Notebook Uses the Workspace Identity&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;The default behavior in Microsoft Fabric Notebooks is to use the user identity unless explicitly configured to use the Workspace identity.&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;To ensure the workspace identity is used:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use the correct Fabric-specific library/methods that support workspace identity. The typical notebookutils.credentials.getSecret(...) may default to your user identity.&lt;/LI&gt;&lt;/UL&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Instead, you should use the Microsoft Fabric runtime feature that supports workspace identity by default for data access.&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;If notebookutils.credentials.getSecret(...) is intended to support workspace identity in Fabric, then Microsoft must have implemented it accordingly — however, if it still refers to your personal object ID (OID), then the identity used is your personal one.&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Workaround:&lt;/STRONG&gt;&lt;BR /&gt;As of now, Fabric does not allow switching identity in the middle of a Notebook execution. If the default identity used is your user, then your workspace identity must be enforced at a different layer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please upvote if this fix your issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Aug 2025 21:53:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Key-Vault-secrets-in-Notebooks-from-Workspace-identities/m-p/4785372#M11430</guid>
      <dc:creator>AJ1093</dc:creator>
      <dc:date>2025-08-02T21:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using Key Vault secrets in Notebooks from Workspace identities</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Key-Vault-secrets-in-Notebooks-from-Workspace-identities/m-p/4785904#M11448</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1319156"&gt;@dolphinantonym&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to the Microsoft fabric community forum.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1327238"&gt;@AJ1093&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your prompt response,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Addition to&amp;nbsp; &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1327238"&gt;@AJ1093&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/Data-Engineering/Access-Key-vault-in-notebooks/m-p/4084321" target="_blank" rel="noopener"&gt;Solved: Access Key-vault in notebooks - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/security/workspace-identity-authenticate" target="_blank" rel="noopener"&gt;Authenticate with Microsoft Fabric workspace identity - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/azure-key-vault-reference-overview" target="_blank" rel="noopener"&gt;Azure Key Vault Reference overview (Preview) - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are still encountering any challenges, we would be happy to assist you further.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Best Regards,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Lakshmi&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 04:20:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Key-Vault-secrets-in-Notebooks-from-Workspace-identities/m-p/4785904#M11448</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-08-04T04:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using Key Vault secrets in Notebooks from Workspace identities</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Key-Vault-secrets-in-Notebooks-from-Workspace-identities/m-p/4786380#M11460</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1327238"&gt;@AJ1093&lt;/a&gt;&amp;nbsp;wrote:&lt;UL&gt;&lt;LI&gt;Use &lt;STRONG&gt;the correct Fabric-specific library/methods that support workspace identity&lt;/STRONG&gt;. The typical notebookutils.credentials.getSecret(...) may default to your user identity.&lt;/LI&gt;&lt;/UL&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Instead, you should use &lt;STRONG&gt;the Microsoft Fabric runtime feature that supports workspace identity&lt;/STRONG&gt; by default for data access.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Which are the correct Fabric-specific libraries/methods? And which "runtime feature" supports workspace identity?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 08:33:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Key-Vault-secrets-in-Notebooks-from-Workspace-identities/m-p/4786380#M11460</guid>
      <dc:creator>dolphinantonym</dc:creator>
      <dc:date>2025-08-04T08:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using Key Vault secrets in Notebooks from Workspace identities</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Key-Vault-secrets-in-Notebooks-from-Workspace-identities/m-p/4786388#M11461</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1271221"&gt;@v-lgarikapat&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/security/workspace-identity-authenticate" target="_blank" rel="noopener"&gt;Authenticate with Microsoft Fabric workspace identity - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are still encountering any challenges, we would be happy to assist you further.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Best Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Lakshmi&lt;/STRONG&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I have run through the steps here (this is what I had done before starting this thread) but I still get 403 errors because I can't figure out how to make the Notebook run using the Workspace Identity rather than my own.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you elaborate, please?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 08:40:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Key-Vault-secrets-in-Notebooks-from-Workspace-identities/m-p/4786388#M11461</guid>
      <dc:creator>dolphinantonym</dc:creator>
      <dc:date>2025-08-04T08:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using Key Vault secrets in Notebooks from Workspace identities</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Key-Vault-secrets-in-Notebooks-from-Workspace-identities/m-p/4786469#M11463</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1319156"&gt;@dolphinantonym&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently, notebook identities are not yet supported for retrieving secrets from a key vault. Only the user identity running the notebook is currently supported for retrieving secrets.&lt;/P&gt;&lt;P&gt;If you want to be able to access your secrets, your executing user must have permission to access the Key Vault.&lt;BR /&gt;Unfortunately, this is still a limitation.&lt;/P&gt;&lt;P&gt;I hope that this will happen soon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit:&amp;nbsp;Here you can find documentation on what the workspace identity can be used for.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/security/workspace-identity-authenticate?OR=OfficeMobile" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/security/workspace-identity-authenticate?OR=OfficeMobile&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 10:11:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Key-Vault-secrets-in-Notebooks-from-Workspace-identities/m-p/4786469#M11463</guid>
      <dc:creator>spaceman127</dc:creator>
      <dc:date>2025-08-04T10:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using Key Vault secrets in Notebooks from Workspace identities</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Key-Vault-secrets-in-Notebooks-from-Workspace-identities/m-p/4786489#M11464</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1327238"&gt;@AJ1093&lt;/a&gt;&amp;nbsp;do you understand things differently given this comment of yours?&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;SPAN&gt;The default behavior in Microsoft Fabric Notebooks is to use the user identity unless explicitly configured to use the Workspace identity.&lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;What is the process to "explicitly configure" a Notebook to use the Workspace identity?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 09:48:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Key-Vault-secrets-in-Notebooks-from-Workspace-identities/m-p/4786489#M11464</guid>
      <dc:creator>dolphinantonym</dc:creator>
      <dc:date>2025-08-04T09:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using Key Vault secrets in Notebooks from Workspace identities</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Key-Vault-secrets-in-Notebooks-from-Workspace-identities/m-p/4788706#M11527</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1319156"&gt;@dolphinantonym&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="82" data-end="213"&gt;Thank you for your detailed explanation. It looks like you've already followed the recommended steps, but the issue still persists.&lt;/P&gt;
&lt;P data-start="215" data-end="415"&gt;To help resolve this further, I recommend raising a support ticket so our support team can assist you directly.&lt;BR data-start="326" data-end="329" /&gt;Please refer to the following link for instructions on how to create a support ticket:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/support/create-support-ticket" target="_blank" rel="nofollow noopener noreferrer"&gt;How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;We appreciate your engagement and thank you for being an active part of the community.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Best regards,&lt;BR /&gt;Lakshmi&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 10:00:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Key-Vault-secrets-in-Notebooks-from-Workspace-identities/m-p/4788706#M11527</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-08-06T10:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using Key Vault secrets in Notebooks from Workspace identities</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Key-Vault-secrets-in-Notebooks-from-Workspace-identities/m-p/4789021#M11542</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1330179"&gt;@youdao4&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;🧠 &lt;STRONG&gt;Use TokenLibrary.getAccessToken() instead:&lt;/STRONG&gt;&lt;BR /&gt;If notebookutils.credentials.getSecret() isn’t using the Workspace identity, it’s likely falling back to your user context. Try using this method instead:&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BLOCKQUOTE&gt;&lt;LI-CODE lang="python"&gt;from notebookutils import mssparkutils
token = mssparkutils.credentials.getToken("https://vault.azure.net")&lt;/LI-CODE&gt;&lt;HR /&gt;&lt;P&gt;Can you elaborate on that? You mention using getAccessToken but then the example uses getToken(). In either case, do I need to provide an argument for the name of the secret as with getSecret()?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 13:34:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Key-Vault-secrets-in-Notebooks-from-Workspace-identities/m-p/4789021#M11542</guid>
      <dc:creator>dolphinantonym</dc:creator>
      <dc:date>2025-08-06T13:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using Key Vault secrets in Notebooks from Workspace identities</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Key-Vault-secrets-in-Notebooks-from-Workspace-identities/m-p/4789208#M11546</link>
      <description>&lt;P&gt;The whole problem is that I can't retrieve tokens from the Key Vault, because the Notebook uses my identity - which doesn't have access to the Key Vault - rather than the Workspace identity, which does have access.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 16:51:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Key-Vault-secrets-in-Notebooks-from-Workspace-identities/m-p/4789208#M11546</guid>
      <dc:creator>dolphinantonym</dc:creator>
      <dc:date>2025-08-06T16:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using Key Vault secrets in Notebooks from Workspace identities</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Key-Vault-secrets-in-Notebooks-from-Workspace-identities/m-p/4795312#M11698</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1319156"&gt;@dolphinantonym&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We’d like to confirm whether your issue has been successfully resolved. If you still have any questions or need further assistance, please don’t hesitate to reach out. We’re more than happy to continue supporting you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Best Regards,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Lakshmi&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 07:16:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Key-Vault-secrets-in-Notebooks-from-Workspace-identities/m-p/4795312#M11698</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-08-13T07:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using Key Vault secrets in Notebooks from Workspace identities</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Key-Vault-secrets-in-Notebooks-from-Workspace-identities/m-p/4797186#M11751</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1319156"&gt;@dolphinantonym&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Answers to this thread that were inaccurate were removed from the thread.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Feel free to message me if you have questions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Natalie H.&lt;/P&gt;
&lt;P&gt;Community Manager&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 14:07:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Key-Vault-secrets-in-Notebooks-from-Workspace-identities/m-p/4797186#M11751</guid>
      <dc:creator>Natalie_iTalent</dc:creator>
      <dc:date>2025-08-14T14:07:22Z</dc:date>
    </item>
  </channel>
</rss>

