{"id":3216,"date":"2017-12-06T00:00:00","date_gmt":"2017-12-06T00:00:00","guid":{"rendered":"https:\/\/azure.microsoft.com\/blog\/announcing-onnx-1-0-an-open-ecosystem-for-ai"},"modified":"2025-06-27T02:47:38","modified_gmt":"2025-06-27T09:47:38","slug":"announcing-onnx-1-0-an-open-ecosystem-for-ai","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-onnx-1-0-an-open-ecosystem-for-ai\/","title":{"rendered":"Announcing ONNX 1.0 \u2013 An open ecosystem for AI"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Today we are announcing that Open Neural Network Exchange (ONNX) is production-ready. ONNX is an open source model representation for interoperability and innovation in the AI ecosystem that Microsoft co-developed. The ONNX format is the basis of an open ecosystem that makes AI more accessible and valuable to all: developers can choose the right framework for their task, framework authors can focus on innovative enhancements, and hardware vendors can streamline optimizations.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">ONNX provides a stable specification that developers can implement against. We have incorporated many updates and enhancements, including feedback from the community since the&nbsp;<a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/microsoft-and-facebook-create-open-ecosystem-for-ai-model-interoperability\">initial announcement<\/a>&nbsp;to make it work for many AI applications, including vision. ONNX also includes the ONNX-ML profile which provides support for classic machine learning in addition to deep learning.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We are also announcing Microsoft Cognitive Toolkit support for ONNX. You can now import ONNX models into Cognitive Toolkit or export models into ONNX format. We encourage you to&nbsp;<a href=\"https:\/\/github.com\/microsoft\/cntk\">install the latest version of Cognitive Toolkit<\/a>&nbsp;and try out the tutorials for&nbsp;<a href=\"https:\/\/github.com\/onnx\/tutorials\/blob\/master\/tutorials\/OnnxCntkImport.ipynb\">importing<\/a>&nbsp;and&nbsp;<a href=\"https:\/\/github.com\/onnx\/tutorials\/blob\/master\/tutorials\/CntkOnnxExport.ipynb\">exporting<\/a>&nbsp;ONNX models. Here is a code snippet that illustrates how ONNX is natively supported:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; auto-links: false; gutter: false; title: ; quick-code: false; notranslate\" title=\"\">\n# Load ONNX model and classify the input image\nmodel = C.Function.load(filename, format=C.ModelFormat.ONNX)\nimage_data = np.ascontiguousarray(np.transpose(image_data, (2, 0, 1)))\nresult = np.squeeze(model.eval({model.arguments[0]:[image_data]}))\n \n# Save a model to ONNX format\nmymodel = create_my_model()\noutput_file_path = R\u201dmymodel.onnx\u201c\nmymodel.save(output_file_path, format=C.ModelFormat.ONNX) \n<\/pre><\/div>\n\n\n<p class=\"wp-block-paragraph\">Full ONNX support for Caffe2, PyTorch, and MXNet will be released by Facebook and Amazon Web Services. The community has also contributed connectors and is creating tools for working with ONNX models such as&nbsp;<a href=\"https:\/\/github.com\/lutzroeder\/Netron\">visualizers<\/a>. The growing community support adds to the many&nbsp;<a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/microsoft-and-facebook-call-for-open-ai-ecosystem-gaining-broader-industry-momentum\">partners<\/a>&nbsp;who have announced support for ONNX since its launch.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We\u2019re looking forward to seeing the tools and products you create that integrate ONNX. We\u2019ll be working with the community to add more functionality and support to future versions of ONNX to make it even more useful.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">At Microsoft we believe bringing AI advances to all developers, on any platform, using any language, with an open AI ecosystem, will help ensure AI is more accessible and valuable to all. With ONNX and the rest of our \u202f<a href=\"https:\/\/azure.microsoft.com\/en-us\/overview\/ai-platform\/?v=19.05\">Azure AI services, infrastructure and tools<\/a>\u202f such as\u202f&nbsp;<a href=\"https:\/\/azure.microsoft.com\/en-us\/services\/machine-learning-service\/\">Azure Machine Learning<\/a>\u202f and\u202f&nbsp;<a href=\"https:\/\/visualstudio.microsoft.com\/downloads\/ai-tools-vs\/\">Visual Studio Tools for AI<\/a>, developers and data scientists will be able to deliver new and exciting AI innovations faster.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We invite the community to visit\u202f<a href=\"https:\/\/onnx.ai\/\">https:\/\/onnx.ai<\/a>\u202fto learn more and participate in the ONNX effort. You can also get ONNX updates on\u202f&nbsp;<a href=\"https:\/\/www.facebook.com\/onnxai\/\">Facebook<\/a>&nbsp;\u202fand&nbsp;<a href=\"https:\/\/twitter.com\/onnxai\">@onnxai on Twitter<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"other-resources\">Other resources<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/aws.amazon.com\/blogs\/machine-learning\/announcing-the-availability-of-onnx-1-0\/\">AWS blog<\/a><\/li>\n\n\n\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/research.fb.com\/onnx-v1-released\/\">Facebook blog<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Today we are announcing that Open Neural Network Exchange (ONNX) is production-ready. ONNX is an open source model representation for interoperability and innovation in the AI ecosystem that Microsoft co-developed.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ms_queue_id":[],"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","footnotes":"","msx_community_cta_settings":[]},"categories":[1454],"tags":[],"audience":[3057,3055,3056],"content-type":[1481],"product":[2757],"tech-community":[],"topic":[],"coauthors":[443],"class_list":["post-3216","post","type-post","status-publish","format-standard","hentry","category-ai-machine-learning","audience-data-professionals","audience-developers","audience-it-implementors","content-type-thought-leadership","product-azure-ai-search","review-flag-2566","review-flag-1680286581-295","review-flag-1-1680286581-825","review-flag-2-1680286581-601","review-flag-integ-1680286579-214","review-flag-machi-1680286585-314","review-flag-ml-1680286585-776","review-flag-new-1680286579-546"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Announcing ONNX 1.0 \u2013 An open ecosystem for AI | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"Today we are announcing that Open Neural Network Exchange (ONNX) is production-ready. ONNX is an open source model representation for interoperability and innovation in the AI ecosystem that Microsoft co-developed.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-onnx-1-0-an-open-ecosystem-for-ai\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Announcing ONNX 1.0 \u2013 An open ecosystem for AI | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"Today we are announcing that Open Neural Network Exchange (ONNX) is production-ready. ONNX is an open source model representation for interoperability and innovation in the AI ecosystem that Microsoft co-developed.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-onnx-1-0-an-open-ecosystem-for-ai\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Azure Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/microsoftazure\" \/>\n<meta property=\"article:published_time\" content=\"2017-12-06T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-27T09:47:38+00:00\" \/>\n<meta name=\"author\" content=\"Prasanth Pulavarthi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@azure\" \/>\n<meta name=\"twitter:site\" content=\"@azure\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Prasanth Pulavarthi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-onnx-1-0-an-open-ecosystem-for-ai\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-onnx-1-0-an-open-ecosystem-for-ai\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/prasanth-pulavarthi\/\",\"@type\":\"Person\",\"@name\":\"Prasanth Pulavarthi\"}],\"headline\":\"Announcing ONNX 1.0 \u2013 An open ecosystem for AI\",\"datePublished\":\"2017-12-06T00:00:00+00:00\",\"dateModified\":\"2025-06-27T09:47:38+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-onnx-1-0-an-open-ecosystem-for-ai\/\"},\"wordCount\":406,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"articleSection\":[\"AI + machine learning\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-onnx-1-0-an-open-ecosystem-for-ai\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-onnx-1-0-an-open-ecosystem-for-ai\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-onnx-1-0-an-open-ecosystem-for-ai\/\",\"name\":\"Announcing ONNX 1.0 \u2013 An open ecosystem for AI | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"datePublished\":\"2017-12-06T00:00:00+00:00\",\"dateModified\":\"2025-06-27T09:47:38+00:00\",\"description\":\"Today we are announcing that Open Neural Network Exchange (ONNX) is production-ready. ONNX is an open source model representation for interoperability and innovation in the AI ecosystem that Microsoft co-developed.\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-onnx-1-0-an-open-ecosystem-for-ai\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-onnx-1-0-an-open-ecosystem-for-ai\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-onnx-1-0-an-open-ecosystem-for-ai\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog home\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AI + machine learning\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/ai-machine-learning\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Announcing ONNX 1.0 \u2013 An open ecosystem for AI\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"name\":\"Microsoft Azure Blog\",\"description\":\"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.\",\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\",\"name\":\"Microsoft Azure Blog\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"width\":512,\"height\":512,\"caption\":\"Microsoft Azure Blog\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/microsoftazure\",\"https:\/\/x.com\/azure\",\"https:\/\/www.instagram.com\/microsoftdeveloper\/\",\"https:\/\/www.linkedin.com\/company\/16188386\",\"https:\/\/www.youtube.com\/user\/windowsazure\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117\",\"name\":\"shakir\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"caption\":\"shakir\"},\"sameAs\":[\"https:\/\/azure.microsoft.com\"],\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Announcing ONNX 1.0 \u2013 An open ecosystem for AI | Microsoft Azure Blog","description":"Today we are announcing that Open Neural Network Exchange (ONNX) is production-ready. ONNX is an open source model representation for interoperability and innovation in the AI ecosystem that Microsoft co-developed.","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:\/\/azure.microsoft.com\/en-us\/blog\/announcing-onnx-1-0-an-open-ecosystem-for-ai\/","og_locale":"en_US","og_type":"article","og_title":"Announcing ONNX 1.0 \u2013 An open ecosystem for AI | Microsoft Azure Blog","og_description":"Today we are announcing that Open Neural Network Exchange (ONNX) is production-ready. ONNX is an open source model representation for interoperability and innovation in the AI ecosystem that Microsoft co-developed.","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-onnx-1-0-an-open-ecosystem-for-ai\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2017-12-06T00:00:00+00:00","article_modified_time":"2025-06-27T09:47:38+00:00","author":"Prasanth Pulavarthi","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Prasanth Pulavarthi","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-onnx-1-0-an-open-ecosystem-for-ai\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-onnx-1-0-an-open-ecosystem-for-ai\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/prasanth-pulavarthi\/","@type":"Person","@name":"Prasanth Pulavarthi"}],"headline":"Announcing ONNX 1.0 \u2013 An open ecosystem for AI","datePublished":"2017-12-06T00:00:00+00:00","dateModified":"2025-06-27T09:47:38+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-onnx-1-0-an-open-ecosystem-for-ai\/"},"wordCount":406,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"articleSection":["AI + machine learning"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-onnx-1-0-an-open-ecosystem-for-ai\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-onnx-1-0-an-open-ecosystem-for-ai\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-onnx-1-0-an-open-ecosystem-for-ai\/","name":"Announcing ONNX 1.0 \u2013 An open ecosystem for AI | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"datePublished":"2017-12-06T00:00:00+00:00","dateModified":"2025-06-27T09:47:38+00:00","description":"Today we are announcing that Open Neural Network Exchange (ONNX) is production-ready. ONNX is an open source model representation for interoperability and innovation in the AI ecosystem that Microsoft co-developed.","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-onnx-1-0-an-open-ecosystem-for-ai\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-onnx-1-0-an-open-ecosystem-for-ai\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-onnx-1-0-an-open-ecosystem-for-ai\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog home","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/"},{"@type":"ListItem","position":2,"name":"AI + machine learning","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/ai-machine-learning\/"},{"@type":"ListItem","position":3,"name":"Announcing ONNX 1.0 \u2013 An open ecosystem for AI"}]},{"@type":"WebSite","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","name":"Microsoft Azure Blog","description":"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.","publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization","name":"Microsoft Azure Blog","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","width":512,"height":512,"caption":"Microsoft Azure Blog"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/microsoftazure","https:\/\/x.com\/azure","https:\/\/www.instagram.com\/microsoftdeveloper\/","https:\/\/www.linkedin.com\/company\/16188386","https:\/\/www.youtube.com\/user\/windowsazure"]},{"@type":"Person","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117","name":"shakir","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4","url":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","caption":"shakir"},"sameAs":["https:\/\/azure.microsoft.com"],"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/"}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Azure Blog","distributor_original_site_url":"https:\/\/azure.microsoft.com\/en-us\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/3216","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/comments?post=3216"}],"version-history":[{"count":1,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/3216\/revisions"}],"predecessor-version":[{"id":44013,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/3216\/revisions\/44013"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=3216"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=3216"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=3216"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=3216"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=3216"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=3216"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=3216"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=3216"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=3216"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}