<?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: Cannot deploy environment through deployment pipeline in Fabric platform</title>
    <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Cannot-deploy-environment-through-deployment-pipeline/m-p/5191979#M28366</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1587585" data-lia-user-login="JarneT" class="lia-mention lia-mention-user"&gt;JarneT&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thanks for reaching out to the Microsoft Fabric Community.&lt;BR /&gt;&lt;BR /&gt;Yes, deploying environment items (including custom libraries) through deployment pipelines is supported in Microsoft Fabric. When you deploy an environment, all its contents - public libraries, custom libraries (.whl, .jar, .tar.gz), and Spark compute settings - should be copied to the destination workspace.&lt;BR /&gt;&lt;BR /&gt;The generic "Export failure: Unknown. Unexpected failure" error is not expected behavior.&lt;/P&gt;
&lt;P&gt;Here are a few things to check:&lt;BR /&gt;&lt;BR /&gt;1. Ensure the source environment is in a fully published state before deploying. If there are unpublished pending changes, the deployment may fail.&lt;BR /&gt;2. This error can sometimes be caused by a transient backend issue. Try redeploying after a few minutes to rule that out.&lt;BR /&gt;3.&amp;nbsp; As a test, try deploying other items in the pipeline without the environment to confirm the issue is isolated to the environment item specifically.&lt;BR /&gt;&lt;BR /&gt;Reference: &lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/environment-git-and-deployment-pipeline" target="_blank"&gt;Fabric environment Git integration and deployment pipeline - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Please let us know if you have any further questions.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jun 2026 13:42:36 GMT</pubDate>
    <dc:creator>v-veshwara-msft</dc:creator>
    <dc:date>2026-06-02T13:42:36Z</dc:date>
    <item>
      <title>Cannot deploy environment through deployment pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Cannot-deploy-environment-through-deployment-pipeline/m-p/5191864#M28360</link>
      <description>&lt;P&gt;I am unable to deploy an environment item between staging environments, as I get the error "&lt;SPAN class=""&gt;Backend Error&lt;/SPAN&gt;&lt;SPAN class=""&gt;Export failure: Unknown. Unexpected failure&lt;/SPAN&gt;". I do have a custom wheel module in the environments that give this error. Is deploying environments with a custom wheel module not supported?&lt;/P&gt;&lt;P&gt;I cannot simply not use this module, as it is needed to succesfully run my notebooks.&lt;/P&gt;&lt;P&gt;Any advise?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2026 10:03:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/Cannot-deploy-environment-through-deployment-pipeline/m-p/5191864#M28360</guid>
      <dc:creator>JarneT</dc:creator>
      <dc:date>2026-06-02T10:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot deploy environment through deployment pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Cannot-deploy-environment-through-deployment-pipeline/m-p/5191979#M28366</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1587585" data-lia-user-login="JarneT" class="lia-mention lia-mention-user"&gt;JarneT&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thanks for reaching out to the Microsoft Fabric Community.&lt;BR /&gt;&lt;BR /&gt;Yes, deploying environment items (including custom libraries) through deployment pipelines is supported in Microsoft Fabric. When you deploy an environment, all its contents - public libraries, custom libraries (.whl, .jar, .tar.gz), and Spark compute settings - should be copied to the destination workspace.&lt;BR /&gt;&lt;BR /&gt;The generic "Export failure: Unknown. Unexpected failure" error is not expected behavior.&lt;/P&gt;
&lt;P&gt;Here are a few things to check:&lt;BR /&gt;&lt;BR /&gt;1. Ensure the source environment is in a fully published state before deploying. If there are unpublished pending changes, the deployment may fail.&lt;BR /&gt;2. This error can sometimes be caused by a transient backend issue. Try redeploying after a few minutes to rule that out.&lt;BR /&gt;3.&amp;nbsp; As a test, try deploying other items in the pipeline without the environment to confirm the issue is isolated to the environment item specifically.&lt;BR /&gt;&lt;BR /&gt;Reference: &lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/environment-git-and-deployment-pipeline" target="_blank"&gt;Fabric environment Git integration and deployment pipeline - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Please let us know if you have any further questions.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2026 13:42:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/Cannot-deploy-environment-through-deployment-pipeline/m-p/5191979#M28366</guid>
      <dc:creator>v-veshwara-msft</dc:creator>
      <dc:date>2026-06-02T13:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot deploy environment through deployment pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Cannot-deploy-environment-through-deployment-pipeline/m-p/5192403#M28389</link>
      <description>&lt;P&gt;Thank you for the reply!&lt;/P&gt;&lt;P&gt;I made a new environment, uploaded the wheel (in full mode) and then published succesfully.&lt;/P&gt;&lt;P&gt;I then went back to my original environment, deleted the wheel in quick mode and re-uploaded it in full mode and now the deployment succeeded as well!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is deploying from quick mode not supported then, or is this unintended behaviour?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jarne&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2026 10:09:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/Cannot-deploy-environment-through-deployment-pipeline/m-p/5192403#M28389</guid>
      <dc:creator>JarneT</dc:creator>
      <dc:date>2026-06-03T10:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot deploy environment through deployment pipeline</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Cannot-deploy-environment-through-deployment-pipeline/m-p/5192416#M28392</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1587585" data-lia-user-login="JarneT" class="lia-mention lia-mention-user"&gt;JarneT&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Glad to hear you got it working!&lt;BR /&gt;&lt;BR /&gt;This behavior aligns with how the two publish modes are designed. Quick mode is intended for rapid, session-scoped iteration - libraries published in Quick mode install at notebook session start rather than being fully baked into the environment snapshot. As a result, Quick mode libraries may not be properly packaged for deployment pipeline export, which can cause the "Export failure" error you encountered.&lt;BR /&gt;&lt;BR /&gt;For any libraries that need to travel across pipeline stages, Full publish mode is the recommended approach, as it creates a stable, portable environment snapshot.&lt;BR /&gt;&lt;BR /&gt;Reference:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/environment-manage-library#select-publish-mode-for-libraries" target="_blank"&gt;Manage libraries in Fabric environments - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps. Please reach out for further assistance.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2026 10:30:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/Cannot-deploy-environment-through-deployment-pipeline/m-p/5192416#M28392</guid>
      <dc:creator>v-veshwara-msft</dc:creator>
      <dc:date>2026-06-03T10:30:05Z</dc:date>
    </item>
  </channel>
</rss>

