<?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 Data Science standalone vs. hybrid with Azure ML for production MLOps in Data Science</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Science/Fabric-Data-Science-standalone-vs-hybrid-with-Azure-ML-for/m-p/5193085#M1193</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1601612" data-lia-user-login="AlAmeenN" class="lia-mention lia-mention-user"&gt;AlAmeenN&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thanks for reaching out to Mircrosoft Fabric Community Forum.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If your use case is primarily focused on data preparation, model training, experiment tracking and batch scoring within the Fabric ecosystem, Fabric Data Science may be sufficient and has the advantage of keeping everything in a single platform.&lt;/LI&gt;
&lt;LI&gt;However, if you're looking for more mature MLOps capabilities around model deployment, monitoring, governance, dedicated compute resources or advanced CI/CD workflows, it may be worth evaluating Azure Machine Learning alongside Fabric.&lt;/LI&gt;
&lt;LI&gt;A key consideration is also how your workloads are expected to scale. Since Fabric workloads share capacity resources, organizations with larger or more demanding ML workloads sometimes whether dedicated Azure ML compute provides additional operational flexibility.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;For additional guidance, you may refer to the following documentation:&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/architecture/ai-ml/guide/data-science-and-machine-learning#microsoft-fabric" target="_blank"&gt;Overview of Microsoft Machine Learning Products and Technologies - Azure Architecture Center | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/fundamentals/ideas-data-platform-integration" target="_blank"&gt;IDEAS journey to a modern data platform with Fabric - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!!&lt;/P&gt;
&lt;P&gt;Thank You.&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jun 2026 09:50:21 GMT</pubDate>
    <dc:creator>v-aatheeque</dc:creator>
    <dc:date>2026-06-04T09:50:21Z</dc:date>
    <item>
      <title>Fabric Data Science standalone vs. hybrid with Azure ML for production MLOps</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Fabric-Data-Science-standalone-vs-hybrid-with-Azure-ML-for/m-p/5192473#M1190</link>
      <description>&lt;P class=""&gt;Hi,&lt;/P&gt;&lt;P class=""&gt;I'm working through an architectural decision for our team's production machine learning platform and would really value the perspective who have been through this in practice.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;The core question is whether &lt;STRONG&gt;Fabric Data Science alone is sufficient for a production-grade MLOps practice&lt;/STRONG&gt;, or whether pairing it with Azure Machine Learning using Fabric for data preparation, exploration, and experiment tracking in OneLake, and Azure ML for deployment, model monitoring, and CI/CD is genuinely worth the added complexity.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;From the official documentation, a few things stand out as potential friction points for a Fabric-only path: real-time online endpoints are still in preview, there doesn't appear to be a native production model-monitoring or drift-detection story comparable to what Azure ML offers, and the CI/CD approach for model pipelines seems notebook/item-oriented rather than a full ML-pipeline framework. Compute is another dimension. Fabric runs everything through capacity-based Spark pools, which means ML training workloads share the same capacity as your data engineering, warehousing, and BI workloads whereas Azure ML gives you dedicated compute tiers (instances, clusters, serverless, and Kubernetes) with GPU options and fine-grained per-job control. In theory, that shared capacity model could create contention during heavy training runs or lead to unpredictable performance at scale, but I'm genuinely curious whether anyone have hit that in practice or whether the Spark engine handles it well enough for most ML workloads.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;What I'd love to hear who have actually shipped something: did you find Fabric Data Science sufficient end-to-end for a production scenario, and if so, what did that look like? If you went hybrid, what was the tipping point, and were there integration headaches the documentation doesn't warn you about? And if you started one way and migrated to the other, what would you do differently?&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Any gotchas, lessons learned, or honest "it depends on X" answers would be hugely helpful especially around monitoring, deployment reliability, compute performance under load, and keeping CI/CD manageable. Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2026 12:23:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Fabric-Data-Science-standalone-vs-hybrid-with-Azure-ML-for/m-p/5192473#M1190</guid>
      <dc:creator>AlAmeenN</dc:creator>
      <dc:date>2026-06-03T12:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Data Science standalone vs. hybrid with Azure ML for production MLOps</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Fabric-Data-Science-standalone-vs-hybrid-with-Azure-ML-for/m-p/5193085#M1193</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1601612" data-lia-user-login="AlAmeenN" class="lia-mention lia-mention-user"&gt;AlAmeenN&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thanks for reaching out to Mircrosoft Fabric Community Forum.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If your use case is primarily focused on data preparation, model training, experiment tracking and batch scoring within the Fabric ecosystem, Fabric Data Science may be sufficient and has the advantage of keeping everything in a single platform.&lt;/LI&gt;
&lt;LI&gt;However, if you're looking for more mature MLOps capabilities around model deployment, monitoring, governance, dedicated compute resources or advanced CI/CD workflows, it may be worth evaluating Azure Machine Learning alongside Fabric.&lt;/LI&gt;
&lt;LI&gt;A key consideration is also how your workloads are expected to scale. Since Fabric workloads share capacity resources, organizations with larger or more demanding ML workloads sometimes whether dedicated Azure ML compute provides additional operational flexibility.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;For additional guidance, you may refer to the following documentation:&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/architecture/ai-ml/guide/data-science-and-machine-learning#microsoft-fabric" target="_blank"&gt;Overview of Microsoft Machine Learning Products and Technologies - Azure Architecture Center | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/fundamentals/ideas-data-platform-integration" target="_blank"&gt;IDEAS journey to a modern data platform with Fabric - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!!&lt;/P&gt;
&lt;P&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2026 09:50:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Fabric-Data-Science-standalone-vs-hybrid-with-Azure-ML-for/m-p/5193085#M1193</guid>
      <dc:creator>v-aatheeque</dc:creator>
      <dc:date>2026-06-04T09:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Data Science standalone vs. hybrid with Azure ML for production MLOps</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Fabric-Data-Science-standalone-vs-hybrid-with-Azure-ML-for/m-p/5194396#M1204</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1601612" data-lia-user-login="AlAmeenN" class="lia-mention lia-mention-user"&gt;AlAmeenN&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;We wanted to follow up to check if you’ve had an opportunity to review the previous responses. If you require further assistance, please don’t hesitate to let us know.&lt;/P&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 08 Jun 2026 11:57:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Fabric-Data-Science-standalone-vs-hybrid-with-Azure-ML-for/m-p/5194396#M1204</guid>
      <dc:creator>v-aatheeque</dc:creator>
      <dc:date>2026-06-08T11:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Data Science standalone vs. hybrid with Azure ML for production MLOps</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Fabric-Data-Science-standalone-vs-hybrid-with-Azure-ML-for/m-p/5194791#M1207</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="819528" data-lia-user-login="v-aatheeque" class="lia-mention lia-mention-user"&gt;v-aatheeque&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the message&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since most of our enterprise data already resides in Microsoft Fabric/OneLake, and at the same time we need to build a production-ready enterprise MLOps framework with capabilities such as CI/CD, deployment, monitoring, governance, and automated retraining, would a hybrid approach be the recommended architecture?&lt;/P&gt;&lt;P&gt;Specifically:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Microsoft Fabric for data engineering, feature engineering, and transformations&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Azure Machine Learning for model lifecycle management, deployment, monitoring, governance, and CI/CD workflows&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Also, are there any official reference architectures, implementation guides, or customer examples specifically for:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Fabric + Azure ML hybrid architecture&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;OneLake integration with Azure ML&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Fabric pipelines/notebooks integrating with Azure ML deployment workflows&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 09 Jun 2026 04:28:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Fabric-Data-Science-standalone-vs-hybrid-with-Azure-ML-for/m-p/5194791#M1207</guid>
      <dc:creator>AlAmeenN</dc:creator>
      <dc:date>2026-06-09T04:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Data Science standalone vs. hybrid with Azure ML for production MLOps</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Fabric-Data-Science-standalone-vs-hybrid-with-Azure-ML-for/m-p/5195669#M1212</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1601612" data-lia-user-login="AlAmeenN" class="lia-mention lia-mention-user"&gt;AlAmeenN&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thank you for your follow-up.&lt;/P&gt;
&lt;P&gt;For additional guidance around enterprise data platform architectures, MLOps capabilities, model deployment and lifecycle management, you may find the following official Microsoft documentation helpful :&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/architecture/example-scenario/dataplate2e/data-platform-end-to-end" target="_blank"&gt;Analytics End-to-End with Microsoft Fabric - Azure Architecture Center | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/machine-learning/concept-model-management-and-deployment?view=azureml-api-2" target="_blank"&gt;MLOps machine learning model management - Azure Machine Learning | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!!&lt;/P&gt;
&lt;P&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2026 16:48:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Fabric-Data-Science-standalone-vs-hybrid-with-Azure-ML-for/m-p/5195669#M1212</guid>
      <dc:creator>v-aatheeque</dc:creator>
      <dc:date>2026-06-10T16:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Data Science standalone vs. hybrid with Azure ML for production MLOps</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Fabric-Data-Science-standalone-vs-hybrid-with-Azure-ML-for/m-p/5196976#M1218</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1601612" data-lia-user-login="AlAmeenN" class="lia-mention lia-mention-user"&gt;AlAmeenN&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Have you had a chance to look through the responses shared earlier? If anything is still unclear, we’ll be happy to provide additional support.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Jun 2026 07:30:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Fabric-Data-Science-standalone-vs-hybrid-with-Azure-ML-for/m-p/5196976#M1218</guid>
      <dc:creator>v-aatheeque</dc:creator>
      <dc:date>2026-06-13T07:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Data Science standalone vs. hybrid with Azure ML for production MLOps</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Fabric-Data-Science-standalone-vs-hybrid-with-Azure-ML-for/m-p/5198167#M1220</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="819528" data-lia-user-login="v-aatheeque" class="lia-mention lia-mention-user"&gt;v-aatheeque&lt;/a&gt;, Thank you for the valuable inputs and recommendations shared in this discussion...&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2026 05:32:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Fabric-Data-Science-standalone-vs-hybrid-with-Azure-ML-for/m-p/5198167#M1220</guid>
      <dc:creator>AlAmeenN</dc:creator>
      <dc:date>2026-06-15T05:32:10Z</dc:date>
    </item>
  </channel>
</rss>

