{"id":2891,"date":"2026-05-18T16:06:14","date_gmt":"2026-05-18T14:06:14","guid":{"rendered":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/?p=2891"},"modified":"2026-05-19T09:40:50","modified_gmt":"2026-05-19T07:40:50","slug":"industrial-data-platforms-on-microsoft-azure-a-decision-guide-for-manufacturing_part2","status":"publish","type":"post","link":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/industrial-data-platforms-on-microsoft-azure-a-decision-guide-for-manufacturing_part2\/","title":{"rendered":"Industrial Data Platforms on Microsoft Azure: a decision guide for manufacturing &#8211; Part 2: From architecture to implementation and the most costly misunderstandings in practice"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">From the Azure stack to a viable architecture<\/h2>\n\n\n\n<p>In the <a href=\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/industrial-data-platforms-on-microsoft-azure-a-decision-guide-for-manufacturing_part1\/\">first part of this article<\/a>, we translated typical manufacturing scenarios, from KPI reporting through OEE monitoring to predictive maintenance, into specific Azure stacks. We structured Azure building blocks to task clusters and demonstrated how data ingestion, storage, processing, and use interact using three example stack combinations.<\/p>\n\n\n\n<p>But a platform does not stand or fall based on tool selection alone. In this second part, we focus on deeper questions: when is&nbsp;edge processing necessary, and when is pure cloud i&nbsp;ngestion enough? Where do the capabilities already provided by Azure or Microsoft Fabric end, and where does project-specific development begin? Which development practices ensure long-term maintainability of the platform? And which decision-making patterns repeatedly lead to unnecessary complexity or avoidable costs?<\/p>\n\n\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Edge vs. cloud: the central architecture question<\/h2>\n\n\n\n<p>When is pure cloud ingestion enough, and when do we need edge? The answer depends on latency, network stability, and OT security zones. With daily reports, stable network connectivity, and IT-side data sources, you can go directly to the cloud. But with strict latency requirements, unstable internet connections, strict OT security zones, or high data volume, edge is the better choice. Real control loops in the millisecond range remain the responsibility of the automation layer; here the data platform mainly supports monitoring, analysis, and coordination. In our work with manufacturing companies, we see this decision regularly: it is rarely purely technical, but also touches security policies, operating concepts, and organizational boundaries.<\/p>\n\n\n\n<p>For edge implementation, there are currently two comparable approaches in the Microsoft ecosystem, with different strengths. Azure IoT Edge is especially suitable when containerized logic should run on individual devices or gateways, for example for local preprocessing, filtering, inference, or offline buffering. Azure IoT Operations is stronger when you want to build a standardized industrial edge data layer with MQTT broker, OPC UA connectivity, and data flows to targets such as Azure Event Hubs, Azure Data Lake Storage (ADLS) Gen2, Microsoft Fabric OneLake, or Azure Data Explorer on Azure Arc and Kubernetes. What Microsoft does not take off your hands in either case is the choice of protocols, the filtering logic, the failover behavior, and the OT integration. OT, IT, and the data team need to work together here: OT defines latency and security requirements, IT operates the edge infrastructure, and the data team develops the processing logic.<br><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"575\" src=\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-content\/uploads\/sites\/3\/2026\/05\/Edge-vs-Cloud-1024x575.jpg\" alt=\"3D graphic comparing edge and cloud scenarios for industrial data: on the left, stacked blocks labeled \u201cMilliseconds \/ Real-time\u201d, \u201cUnstable \/ Offline phases\u201d, \u201cStrict OT zones\u201d and \u201cMass raw data\u201d; on the right, blocks labeled \u201cDaily \/ Hourly\u201d, \u201cStable \/ Permanent\u201d, \u201cStandard IT network\u201d and \u201cAggregated KPIs\u201d, illustrating when edge versus cloud processing is appropriate.\" class=\"wp-image-2894\" srcset=\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-content\/uploads\/sites\/3\/2026\/05\/Edge-vs-Cloud-1024x575.jpg 1024w, https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-content\/uploads\/sites\/3\/2026\/05\/Edge-vs-Cloud-600x337.jpg 600w, https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-content\/uploads\/sites\/3\/2026\/05\/Edge-vs-Cloud-768x432.jpg 768w, https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-content\/uploads\/sites\/3\/2026\/05\/Edge-vs-Cloud-640x360.jpg 640w, https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-content\/uploads\/sites\/3\/2026\/05\/Edge-vs-Cloud-1200x674.jpg 1200w, https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-content\/uploads\/sites\/3\/2026\/05\/Edge-vs-Cloud.jpg 1210w\" sizes=\"auto, (max-width: 639px) 98vw, (max-width: 1199px) 64vw, 770px\" \/><figcaption class=\"wp-element-caption\"><em>Figure 1: Comparison of key parameters of edge and cloud architectures<\/em><\/figcaption><\/figure>\n\n\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Where Azure is turnkey and where project work begins<\/h2>\n\n\n\n<p>Azure is not a turnkey \u201cIndustry 4.0 product\u201d, but a powerful ecosystem of building blocks. In the PaaS approach, Microsoft provides strong infrastructure support: Azure IoT Hub manages the device lifecycle, Azure Data Factory includes hundreds of standard connectors, ADLS Gen2 and open table formats such as Apache Iceberg or&nbsp;Delta Lake&nbsp;provide a solid Lakehouse foundation, Azure Data Explorer supports interactive time-series and telemetry analysis, Power BI integrates smoothly, and&nbsp;Azure Monitor&nbsp;monitors everything centrally. In the more integrated SaaS approach via Microsoft Fabric, OneLake provides the shared storage base, Data Factory handles data integration, Lakehouse handles processing, and Power BI handles usage within the same platform.<\/p>\n\n\n\n<p>However, OT-specific connectors often require partners or custom development. Semantics are pure project work: what does \u201cmachine condition\u201d mean? Which tags are needed? Which units apply? You develop the Bronze\/Silver\/Gold design, data contracts, data quality checks, and domain-specific applications yourself. Microsoft handles the infrastructure work, but domain architecture, data modeling, and governance remain your responsibility.<\/p>\n\n\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Modern software development: not optional, but mandatory<\/h2>\n\n\n\n<p>An often underestimated point is this: an industrial data platform is software and must be treated as such. Without modern development practices, it quickly becomes difficult to manage. At ZEISS Digital Innovation, we deliberately combine software engineering practices with the world of industrial data, not as an end in itself, but to keep projects maintainable and scalable in the long term.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"901\" src=\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-content\/uploads\/sites\/3\/2026\/05\/Modern-Software-Development-1024x901.jpg\" alt=\"Diagram of a DevOps lifecycle for an industrial data platform: circular flow from \u201cCode &amp; Infrastructure as Code (IaC)\u201d to \u201cTest &amp; Build\u201d, \u201cStaging\u201d, \u201cProduction\u201d, \u201cObservability &amp; FinOps\u201d and \u201cFeedback during development\u201d around a \u201cProduction environment \u2013 stable and scalable\u201d, with IT team, OT department, and Data &amp; Dev team shown collaborating underneath.\" class=\"wp-image-2895\" style=\"width:656px;height:auto\" srcset=\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-content\/uploads\/sites\/3\/2026\/05\/Modern-Software-Development-1024x901.jpg 1024w, https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-content\/uploads\/sites\/3\/2026\/05\/Modern-Software-Development-600x528.jpg 600w, https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-content\/uploads\/sites\/3\/2026\/05\/Modern-Software-Development-768x676.jpg 768w, https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-content\/uploads\/sites\/3\/2026\/05\/Modern-Software-Development-640x563.jpg 640w, https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-content\/uploads\/sites\/3\/2026\/05\/Modern-Software-Development-1200x1056.jpg 1200w, https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-content\/uploads\/sites\/3\/2026\/05\/Modern-Software-Development.jpg 1309w\" sizes=\"auto, (max-width: 639px) 98vw, (max-width: 1199px) 64vw, 770px\" \/><figcaption class=\"wp-element-caption\"><em>Figure 2: Principles of Modern Software Development<\/em><\/figcaption><\/figure>\n\n\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>The foundation for this is the automation of infrastructure and deployments. Instead of manually clicking Azure resources together, the entire environment is described as&nbsp;<strong>Infrastructure as Code (IaC)<\/strong>&nbsp;(for example with Bicep or Terraform). This allows even complex setups for several plants to be rolled out consistently and under version control. Closely linked to this is&nbsp;<strong>Continuous Integration and Continuous Delivery (CI\/CD) for data pipelines<\/strong>: Azure Data Factory pipelines or Azure Databricks Notebooks are treated like classic code, go through&nbsp;<strong>automated unit and integration tests<\/strong>&nbsp;with realistic test data, and move through clean staging environments into production. Faulty versions can then be reverted within minutes, before they cause unnoticed problems.<\/p>\n\n\n\n<p>Once the platform is live,&nbsp;<strong>observability<\/strong>&nbsp;closes the loop, both technically and economically. Tools such as Azure Monitor and Azure Log Analytics do not just monitor whether pipelines run without errors and latencies stay within limits, but also continuously check data quality. Proactive alerts report problems before users notice them. Closely related to this is&nbsp;<strong>cost monitoring<\/strong>: Azure Cost Management does not only track spending at a high level, but also breaks it down by use case, plant, or business area with the help of cost allocation tags. Only this transparency allows sound decisions about which use case is economically sensible and where optimization is worthwhile. Cost awareness thus becomes an integral part of platform governance.<\/p>\n\n\n\n<p>The roles are clearly divided: IT is responsible for landing zones, IaC, and the CI\/CD setup. Data and development teams build pipelines and ML models, while OT provides the requirements and tests in the staging environment. Only this interaction creates a reliably maintainable platform.<\/p>\n\n\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Data governance: not a later add-on<\/h2>\n\n\n\n<p>Data governance deserves its own article, but the core message is clear: governance must be built in from the start. It is about data ownership (who is responsible?), data quality (which standards apply?), access control (who may see what?), and compliance (GDPR, audit requirements).<\/p>\n\n\n\n<p>Azure supports this with Microsoft Purview for data catalogs and lineage, Azure RBAC (Role-Based Access Control) and Microsoft Entra ID for fine-grained access control, landing zones for clear domain ownership, and Azure Policy for enforced standards. Governance is especially critical in industrial data: production data may be regulated (pharma, automotive), OT data must not fall into the wrong hands, and without trust in data quality nobody will use the platform. Azure and Microsoft Fabric provide the tools, but you must define the governance strategy, roles, processes, and standards yourself.<\/p>\n\n\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Common mistakes &#8211; and what we can learn from them<\/h2>\n\n\n\n<p>In our work with customers, we keep seeing similar challenges. Knowing them and addressing them early is part of our role as a partner.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"alignleft size-large is-resized left-block\"><img decoding=\"async\" src=\"https:\/\/blogs.zeiss.com\/digital-innovation\/de\/wp-content\/uploads\/sites\/2\/2026\/05\/Typische-Fehlentscheidungen-688x1024.jpg\" alt=\"Infographic listing common misconceptions about industrial data platforms on Azure on the left\u2014such as \u201cWe do everything in real time\u201d, \u201cWe\u2019re looking for THAT tool\u201d, \u201cOT and IT decide separately\u201d, \u201cAzure is only storage\u201d, \u201cGovernance comes later\u201d, \u201cAll data stays in hot storage forever\u201d and \u201cWe don\u2019t want cloud dependency\u201d\u2014and the corresponding solutions on the right: \u201cBatch-first approach\u201d, \u201cUse cases &amp; architecture before choosing a tool\u201d, \u201cTeamwork is crucial\u201d, \u201cMedallion &amp; governance\u201d, \u201cGovernance from day 1\u201d, \u201cStorage tiering\u201d and \u201cManaged services &amp; open data formats\u201d.\" class=\"wp-image-4742\" style=\"width:376px;height:auto\"\/><figcaption class=\"wp-element-caption\"><em><em><em><em>Abbildung 3: Mythen in der Entscheidungsfindung<\/em><\/em><\/em><\/em><\/figcaption><\/figure><\/div>\n\n\n<p><\/p>\n\n\n\n<p>\u201c<strong>We do everything in real time\u201d<\/strong> is a classic. Every dashboard is supposed to update immediately, even when daily updates would be fully sufficient. The result: unnecessary complexity, higher costs, longer development time. The key question is: Which decisions are really made in real time? Often, a minimum viable product (MVP) with batch processing is the better start.<\/p>\n\n\n\n<p><strong>\u201cWe are looking for the one Azure product that solves everything\u201d<\/strong> reveals a misunderstanding. There is no single \u201cproduct\u201d, but an ecosystem of building blocks. A platform is created through architecture, not through tool selection. Define use cases and architecture first, then choose the suitable building blocks.<\/p>\n\n\n\n<p><strong>\u201cOT and IT decide separately\u201d<\/strong> leads to isolated solutions. OT procures edge gateways, IT builds the cloud platform, and the data team hears nothing about it until the systems are incompatible. Industrial data processing is teamwork. Joint kickoffs, a shared architecture vision, and clear end-to-end responsibility are essential.<\/p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><strong>\u201cAzure is only storage\u201d<\/strong>&nbsp;is the safe road to a data swamp. If data lands in ADLS Gen2 \u201csomehow\u201d without structure, transformation, or governance, nobody will find anything later. The Medallion structure, data quality checks, and a catalog, for example with Microsoft Purview, are not extras, but basic requirements.<\/p>\n\n\n\n<p><strong>\u201cGovernance comes later\u201d<\/strong>&nbsp;is an illusion. Governance added later is much harder than governance from the start. Define basic roles, access controls, and naming conventions from day one.<\/p>\n\n\n\n<p><strong>\u201cAll data stays in hot storage forever\u201d<\/strong>&nbsp;is a classic cost trap. ADLS Gen2 offers different storage tiers, Hot, Cool, and Archive, with clearly different cost structures. If all historical data stays permanently in the Hot tier, storage costs become unnecessarily high. Define from the start: Which data needs fast access, which is rarely used, and which is only for long-term archiving? Azure Lifecycle Management automates this tiering. The same applies to data resolution: not every historical time series needs to be stored at full resolution. Downsampling older data saves storage volume and therefore cost.<\/p>\n\n\n\n<p><strong>\u201cWe don&#8217;t want cloud dependency\u201d<\/strong>&nbsp;sounds cautious but often leads to expensive extra effort. If you only use VMs and open-source components, you give up managed services and must operate everything yourself: patching, scaling, and monitoring. The better question is: Can we keep data in standard formats and still benefit from managed services?<\/p>\n\n\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion: from architecture to implementation<\/h2>\n\n\n\n<p>An industrial data platform on Azure does not mean buying a product, but designing and implementing an architecture. Microsoft offers a mature ecosystem of building blocks that removes much of the infrastructure and platform work. The challenge is to choose the right building blocks, combine them sensibly, and create sustainable governance.<\/p>\n\n\n\n<p>The most important principles are these: Start from the use case, not from the technology. Think in task clusters, not in product lists. A PaaS approach using individual Azure services and an integrated SaaS approach using Microsoft Fabric are two valid options with different strengths. Edge versus cloud is an architecture decision, not a tool question. Microsoft provides the infrastructure, not the business logic. Domain model, transformations, and governance remain your responsibility. Modern software development with IaC, CI\/CD, and tests is mandatory, not optional. And above all, OT, IT, and the data team must work together. Industrial data is a shared task.<\/p>\n\n\n\n<p>This is exactly where we at ZEISS Digital Innovation come in: as a partner that understands both the manufacturing world and modern cloud architectures. We translate between OT, IT, and data, ask the right questions, create clear architectures, and work with our customers to develop solutions that work in practice and remain maintainable in the long term. From requirements through implementation to operations, we support you on the path to a scalable, future-ready data platform.<\/p>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>From the Azure stack to a viable architecture In the first part of this article, we translated typical manufacturing scenarios, from KPI reporting through OEE monitoring to predictive maintenance, into specific Azure stacks. We structured Azure building blocks to task clusters and demonstrated how data ingestion, storage, processing, and use interact using three example stack<\/p>\n","protected":false},"author":181,"featured_media":2935,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"advgb_blocks_editor_width":"","advgb_blocks_columns_visual_guide":"","footnotes":""},"categories":[805],"tags":[746,813,952,972,973,1018,1019,1020],"topics":[927,985,1017],"class_list":["post-2891","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-manufacturing-solutions","tag-microsoft-azure","tag-smart-manufacturing","tag-data-integration","tag-data-ingestion","tag-industrial-data-platform","tag-edge-vs-cloud","tag-data-platform","tag-data-lake","topics-manufacturing-solutions","topics-data-enablement","topics-industrial-data-platform-on-microsoft-azure"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Industrial Data Platforms on Microsoft Azure: a decision guide for manufacturing - Part 2: From architecture to implementation and the most costly misunderstandings in practice - Digital Innovation Blog<\/title>\n<meta name=\"description\" content=\"From Azure stack to viable architecture: edge vs cloud, modern software engineering, data governance and typical pitfalls for industrial data platforms on Microsoft Azure.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/industrial-data-platforms-on-microsoft-azure-a-decision-guide-for-manufacturing_part2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Industrial Data Platforms on Microsoft Azure: a decision guide for manufacturing - Part 2: From architecture to implementation and the most costly misunderstandings in practice - Digital Innovation Blog\" \/>\n<meta property=\"og:description\" content=\"From Azure stack to viable architecture: edge vs cloud, modern software engineering, data governance and typical pitfalls for industrial data platforms on Microsoft Azure.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/industrial-data-platforms-on-microsoft-azure-a-decision-guide-for-manufacturing_part2\/\" \/>\n<meta property=\"og:site_name\" content=\"Digital Innovation Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-18T14:06:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-19T07:40:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-content\/uploads\/sites\/3\/2026\/05\/Titel-Data-Platform-Azure.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2611\" \/>\n\t<meta property=\"og:image:height\" content=\"1437\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Christian Heinemann\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Christian Heinemann\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/industrial-data-platforms-on-microsoft-azure-a-decision-guide-for-manufacturing_part2\/\",\"url\":\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/industrial-data-platforms-on-microsoft-azure-a-decision-guide-for-manufacturing_part2\/\",\"name\":\"Industrial Data Platforms on Microsoft Azure: a decision guide for manufacturing - Part 2: From architecture to implementation and the most costly misunderstandings in practice - Digital Innovation Blog\",\"isPartOf\":{\"@id\":\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/industrial-data-platforms-on-microsoft-azure-a-decision-guide-for-manufacturing_part2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/industrial-data-platforms-on-microsoft-azure-a-decision-guide-for-manufacturing_part2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-content\/uploads\/sites\/3\/2026\/05\/Titel-Data-Platform-Azure.png\",\"datePublished\":\"2026-05-18T14:06:14+00:00\",\"dateModified\":\"2026-05-19T07:40:50+00:00\",\"author\":{\"@id\":\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/#\/schema\/person\/a55552d30b5aa410ba510ef2ec28dbc0\"},\"description\":\"From Azure stack to viable architecture: edge vs cloud, modern software engineering, data governance and typical pitfalls for industrial data platforms on Microsoft Azure.\",\"breadcrumb\":{\"@id\":\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/industrial-data-platforms-on-microsoft-azure-a-decision-guide-for-manufacturing_part2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/industrial-data-platforms-on-microsoft-azure-a-decision-guide-for-manufacturing_part2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/industrial-data-platforms-on-microsoft-azure-a-decision-guide-for-manufacturing_part2\/#primaryimage\",\"url\":\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-content\/uploads\/sites\/3\/2026\/05\/Titel-Data-Platform-Azure.png\",\"contentUrl\":\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-content\/uploads\/sites\/3\/2026\/05\/Titel-Data-Platform-Azure.png\",\"width\":2611,\"height\":1437},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/industrial-data-platforms-on-microsoft-azure-a-decision-guide-for-manufacturing_part2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Industrial Data Platforms on Microsoft Azure: a decision guide for manufacturing &#8211; Part 2: From architecture to implementation and the most costly misunderstandings in practice\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/#website\",\"url\":\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/\",\"name\":\"Digital Innovation Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/#\/schema\/person\/a55552d30b5aa410ba510ef2ec28dbc0\",\"name\":\"Christian Heinemann\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-content\/uploads\/sites\/3\/2025\/04\/2024-08-06-JG-313_1000x-1000-150x150.jpg\",\"contentUrl\":\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-content\/uploads\/sites\/3\/2025\/04\/2024-08-06-JG-313_1000x-1000-150x150.jpg\",\"caption\":\"Christian Heinemann\"},\"description\":\"Christian Heinemann ist Diplom-Informatiker und arbeitet als Solution Architect bei der ZEISS Digital Innovation am Standort Leipzig. Seine Arbeitsschwerpunkte liegen in den Bereichen verteilte Systeme, Cloud-Technologien und Digitalisierung im Bereich Manufacturing. Christian verf\u00fcgt \u00fcber mehr als 20 Jahre Projekterfahrung in der Softwareentwicklung. Er arbeitet mit verschiedenen ZEISS-Einheiten sowie externen Kunden zusammen, um innovative L\u00f6sungen zu entwickeln und umzusetzen.\",\"url\":\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/author\/christianheinemann\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Industrial Data Platforms on Microsoft Azure: a decision guide for manufacturing - Part 2: From architecture to implementation and the most costly misunderstandings in practice - Digital Innovation Blog","description":"From Azure stack to viable architecture: edge vs cloud, modern software engineering, data governance and typical pitfalls for industrial data platforms on Microsoft Azure.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/industrial-data-platforms-on-microsoft-azure-a-decision-guide-for-manufacturing_part2\/","og_locale":"en_US","og_type":"article","og_title":"Industrial Data Platforms on Microsoft Azure: a decision guide for manufacturing - Part 2: From architecture to implementation and the most costly misunderstandings in practice - Digital Innovation Blog","og_description":"From Azure stack to viable architecture: edge vs cloud, modern software engineering, data governance and typical pitfalls for industrial data platforms on Microsoft Azure.","og_url":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/industrial-data-platforms-on-microsoft-azure-a-decision-guide-for-manufacturing_part2\/","og_site_name":"Digital Innovation Blog","article_published_time":"2026-05-18T14:06:14+00:00","article_modified_time":"2026-05-19T07:40:50+00:00","og_image":[{"width":2611,"height":1437,"url":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-content\/uploads\/sites\/3\/2026\/05\/Titel-Data-Platform-Azure.png","type":"image\/png"}],"author":"Christian Heinemann","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Christian Heinemann","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/industrial-data-platforms-on-microsoft-azure-a-decision-guide-for-manufacturing_part2\/","url":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/industrial-data-platforms-on-microsoft-azure-a-decision-guide-for-manufacturing_part2\/","name":"Industrial Data Platforms on Microsoft Azure: a decision guide for manufacturing - Part 2: From architecture to implementation and the most costly misunderstandings in practice - Digital Innovation Blog","isPartOf":{"@id":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/industrial-data-platforms-on-microsoft-azure-a-decision-guide-for-manufacturing_part2\/#primaryimage"},"image":{"@id":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/industrial-data-platforms-on-microsoft-azure-a-decision-guide-for-manufacturing_part2\/#primaryimage"},"thumbnailUrl":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-content\/uploads\/sites\/3\/2026\/05\/Titel-Data-Platform-Azure.png","datePublished":"2026-05-18T14:06:14+00:00","dateModified":"2026-05-19T07:40:50+00:00","author":{"@id":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/#\/schema\/person\/a55552d30b5aa410ba510ef2ec28dbc0"},"description":"From Azure stack to viable architecture: edge vs cloud, modern software engineering, data governance and typical pitfalls for industrial data platforms on Microsoft Azure.","breadcrumb":{"@id":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/industrial-data-platforms-on-microsoft-azure-a-decision-guide-for-manufacturing_part2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blogs.zeiss.com\/digital-innovation\/en\/industrial-data-platforms-on-microsoft-azure-a-decision-guide-for-manufacturing_part2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/industrial-data-platforms-on-microsoft-azure-a-decision-guide-for-manufacturing_part2\/#primaryimage","url":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-content\/uploads\/sites\/3\/2026\/05\/Titel-Data-Platform-Azure.png","contentUrl":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-content\/uploads\/sites\/3\/2026\/05\/Titel-Data-Platform-Azure.png","width":2611,"height":1437},{"@type":"BreadcrumbList","@id":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/industrial-data-platforms-on-microsoft-azure-a-decision-guide-for-manufacturing_part2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/"},{"@type":"ListItem","position":2,"name":"Industrial Data Platforms on Microsoft Azure: a decision guide for manufacturing &#8211; Part 2: From architecture to implementation and the most costly misunderstandings in practice"}]},{"@type":"WebSite","@id":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/#website","url":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/","name":"Digital Innovation Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/#\/schema\/person\/a55552d30b5aa410ba510ef2ec28dbc0","name":"Christian Heinemann","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/#\/schema\/person\/image\/","url":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-content\/uploads\/sites\/3\/2025\/04\/2024-08-06-JG-313_1000x-1000-150x150.jpg","contentUrl":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-content\/uploads\/sites\/3\/2025\/04\/2024-08-06-JG-313_1000x-1000-150x150.jpg","caption":"Christian Heinemann"},"description":"Christian Heinemann ist Diplom-Informatiker und arbeitet als Solution Architect bei der ZEISS Digital Innovation am Standort Leipzig. Seine Arbeitsschwerpunkte liegen in den Bereichen verteilte Systeme, Cloud-Technologien und Digitalisierung im Bereich Manufacturing. Christian verf\u00fcgt \u00fcber mehr als 20 Jahre Projekterfahrung in der Softwareentwicklung. Er arbeitet mit verschiedenen ZEISS-Einheiten sowie externen Kunden zusammen, um innovative L\u00f6sungen zu entwickeln und umzusetzen.","url":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/author\/christianheinemann\/"}]}},"author_meta":{"display_name":"Christian Heinemann","author_link":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/author\/christianheinemann\/"},"featured_img":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-content\/uploads\/sites\/3\/2026\/05\/Titel-Data-Platform-Azure-600x330.png","coauthors":[],"tax_additional":{"categories":{"linked":["<a href=\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/category\/manufacturing-solutions\/\" class=\"advgb-post-tax-term\">Manufacturing Solutions<\/a>"],"unlinked":["<span class=\"advgb-post-tax-term\">Manufacturing Solutions<\/span>"]},"tags":{"linked":["<a href=\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/category\/manufacturing-solutions\/\" class=\"advgb-post-tax-term\">Microsoft Azure<\/a>","<a href=\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/category\/manufacturing-solutions\/\" class=\"advgb-post-tax-term\">Smart Manufacturing<\/a>","<a href=\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/category\/manufacturing-solutions\/\" class=\"advgb-post-tax-term\">Data Integration<\/a>","<a href=\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/category\/manufacturing-solutions\/\" class=\"advgb-post-tax-term\">Data Ingestion<\/a>","<a href=\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/category\/manufacturing-solutions\/\" class=\"advgb-post-tax-term\">Industrial Data Platform<\/a>","<a href=\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/category\/manufacturing-solutions\/\" class=\"advgb-post-tax-term\">Edge vs. Cloud<\/a>","<a href=\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/category\/manufacturing-solutions\/\" class=\"advgb-post-tax-term\">Data Platform<\/a>","<a href=\"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/category\/manufacturing-solutions\/\" class=\"advgb-post-tax-term\">Data Lake<\/a>"],"unlinked":["<span class=\"advgb-post-tax-term\">Microsoft Azure<\/span>","<span class=\"advgb-post-tax-term\">Smart Manufacturing<\/span>","<span class=\"advgb-post-tax-term\">Data Integration<\/span>","<span class=\"advgb-post-tax-term\">Data Ingestion<\/span>","<span class=\"advgb-post-tax-term\">Industrial Data Platform<\/span>","<span class=\"advgb-post-tax-term\">Edge vs. Cloud<\/span>","<span class=\"advgb-post-tax-term\">Data Platform<\/span>","<span class=\"advgb-post-tax-term\">Data Lake<\/span>"]}},"comment_count":"0","relative_dates":{"created":"Posted 2 days ago","modified":"Updated 2 days ago"},"absolute_dates":{"created":"Posted on May 18, 2026","modified":"Updated on May 19, 2026"},"absolute_dates_time":{"created":"Posted on May 18, 2026 4:06 pm","modified":"Updated on May 19, 2026 9:40 am"},"featured_img_caption":"","series_order":"","_links":{"self":[{"href":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-json\/wp\/v2\/posts\/2891","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-json\/wp\/v2\/users\/181"}],"replies":[{"embeddable":true,"href":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-json\/wp\/v2\/comments?post=2891"}],"version-history":[{"count":11,"href":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-json\/wp\/v2\/posts\/2891\/revisions"}],"predecessor-version":[{"id":2945,"href":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-json\/wp\/v2\/posts\/2891\/revisions\/2945"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-json\/wp\/v2\/media\/2935"}],"wp:attachment":[{"href":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-json\/wp\/v2\/media?parent=2891"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-json\/wp\/v2\/categories?post=2891"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-json\/wp\/v2\/tags?post=2891"},{"taxonomy":"topics","embeddable":true,"href":"https:\/\/blogs.zeiss.com\/digital-innovation\/en\/wp-json\/wp\/v2\/topics?post=2891"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}