{"id":4724,"date":"2016-04-29T00:00:00","date_gmt":"2016-04-29T00:00:00","guid":{"rendered":"https:\/\/azure.microsoft.com\/blog\/introducing-the-azure-iot-gateway-sdk-beta"},"modified":"2025-06-25T10:20:23","modified_gmt":"2025-06-25T17:20:23","slug":"introducing-the-azure-iot-gateway-sdk-beta","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/introducing-the-azure-iot-gateway-sdk-beta\/","title":{"rendered":"Introducing the Azure IoT Gateway SDK Beta"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Azure IoT Gateway SDK has evolved into Azure IoT Edge on May 10, 2017. To learn more, <a href=\"https:\/\/azure.microsoft.com\/campaigns\/iot-edge\/\">click here<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We recently <a href=\"https:\/\/blogs.microsoft.com\/iot\/2016\/04\/25\/azure-iot-at-hannover-messe-new-iot-management-features-azure-certified-for-iot-partners-and-more\/\" target=\"_blank\" rel=\"noopener\">announced<\/a> the Azure IoT Gateway SDK beta, which enables developers and ISVs to easily build and deploy gateway intelligence tailored to their specific scenario. Our SDK achieves this by providing code that reduces the necessary work required for the development of gateway logic. Any reduction in time to market is a huge advantage in an industry as competitive as IoT.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The Azure IoT Gateway SDK does not place restrictions on the type of gateway solution that can be created. Our IoT philosophy is to support the many different types of operating systems and hardware developers use, so we\u2019ve built the gateway with ANSI C on top of a platform abstraction layer, providing a high performance gateway framework with a portable and cross-platform library that runs on both Windows and Linux. We\u2019ve also integrated standards like LWM2M for <a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/introducing-azure-iot-hub-device-management\/\">device management<\/a> and posted the entire gateway codebase on GitHub as on open source project as part of our ongoing support for <a href=\"https:\/\/github.com\/Azure\/azure-iot-sdks\">open source SDKs<\/a>. In the Azure IoT ecosystem, developers are free to extend and contribute functionality as needed.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Today a developer can use the Azure IoT Gateway SDK beta to build a gateway which solves many of the canonical gateway scenarios we will explore below: supporting legacy devices, running edge analytics, minimizing latency, conserving network bandwidth, supporting reliable operations, and addressing security concerns. These solutions are a combination of developer written logic and SDK code. At launch, the Azure IoT SDK beta contains:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">A framework to create extensible gateway solutions<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Code which sends data from multiple devices over gateway to cloud connection<\/li>\n\n\n\n<li class=\"wp-block-list-item\">An example of how to connect a non-TCP\/IP enabled device to the cloud via protocol translation on the gateway.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">As we continue development, we plan to implement additional gateway features which:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Enable developers to use high level languages (e.g. Node, Java, C#) when creating their custom gateway solution<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Increase the productivity of developers using the SDK<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Make more complex scenarios like cloud management of gateways a reality<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"why-iot-gateway-devices-are-important\">Why IoT gateway devices are important<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">While many developers are already benefitting from connecting IoT devices directly to the cloud, some scenarios require edge intelligence to get the most out of an IoT solution. Buildings, for example, often have sensors that are not TCP\/IP-enabled and cannot connect to the cloud on their own. The Azure IoT Gateway SDK, available in beta today, eases the development process for any solution where on-premise computation is necessary to augment functionality provided by cloud services. Canonical examples of IoT gateway scenarios include:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Support for legacy devices: <\/strong>There are millions of sensors and actuators already deployed that are not capable of sending data directly to the cloud. These devices either use a protocol that is not suited for the internet, do not implement encryption, or can\u2019t store identity certificates. Using an IoT gateway reduces the burden and cost of connecting these devices.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Run edge analytics: <\/strong>There are a plethora of operations that can be done locally to ease cloud communication. Examples include data filtering, batching, and compression. Additionally, some computations like data cleansing or scoring a machine learning model with real time data may be better suited for being done on premise.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Minimize latency: <\/strong>Milliseconds matter when you are trying to prevent manufacturing line shutdowns or restore electrical service. Analyzing data close to the device that collected the data can make the difference between averting disaster and a cascading system failure.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Conserve network bandwidth: <\/strong>A typical offshore oil platform generates between 1TB and 2TB of data each day. A Boeing 787 creates half a terabyte of data per flight. It is not practical to transport vast amounts of data from thousands or hundreds of thousands of edge devices to the cloud. Nor is it necessary, because many critical analyses do not require cloud &#8211; scale processing and storage.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Operate reliably: <\/strong>IoT data is increasingly used for decisions affecting citizen safety and critical infrastructure. The integrity and availability of the infrastructure and data cannot be compromised by intermittent cloud connections. Capabilities like store and forward, collecting and acting upon data locally and then sending it up to the cloud when appropriate, help developers create reliable solutions.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Address security concerns: <\/strong>IoT devices, and the data they produce, need to be protected at a number of levels. Gateways can add a layer of security by isolating devices from the open internet, provide encryption and identity for devices that are not capable of doing it themselves, secure data that is locally buffered or stored, and much more.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"get-started-today\">Get started today<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Creating a gateway solution that solves your specific end-to-end scenario, runs on the operating system of your choice, and is powered by the exact configuration of hardware demanded by your environment is only half the battle. Deploying your gateway solution, configuring it, monitoring it, and maintaining it can be just as much work, if not more work, than creating it in the first place.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For instance, take the example of creating a gateway solution to be run on an oil rig in the middle of the ocean. Writing the logic to talk to the correct machines in a protocol they understand, doing some analysis on the data, and sending it to the cloud is a lot of work. That logic, and the hardware on which it runs, must be shipped out to the oil rig. Ideally it would work like a charm from the first time it\u2019s booted up, but that doesn\u2019t happen in the real world. The software must be tweaked during initial deployment and probably updated as time goes on. In the best case, this maintenance happens remotely via SSH and copying files down to the gateway hardware. In the worst case, a human must be sent out to modify the software as necessary.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Imagine the SDK providing logic to have a cloud interface where you can configure the software that will power a gateway, test it before sending it to the physical machine, deploy it from the cloud, monitor the health of the software, and even update it using the same cloud portal.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The Azure IoT Gateway SDK has been tested during a private preview and enters public Beta today. We invite you to go check it out on <a href=\"https:\/\/github.com\/Azure\/azure-iot-gateway-sdk\/\" target=\"_blank\" rel=\"noopener\">GitHub<\/a>. Inside the repo you will find documentation to <a href=\"https:\/\/github.com\/Azure\/azure-iot-gateway-sdk\/blob\/master\/doc\/getting_started.md\" target=\"_blank\" rel=\"noopener\">get you started<\/a> with the SDK, and <a href=\"https:\/\/github.com\/Azure\/azure-iot-gateway-sdk\/tree\/master\/samples\" target=\"_blank\" rel=\"noopener\">samples<\/a> to get your own gateway up and running in no time. We look forward to hearing what you think about the SDK: how does it work for you, what are the things you would like to see added to the SDK? Please join us on the Azure IoT Suite <a href=\"https:\/\/feedback.azure.com\/forums\/321918-azure-iot\" target=\"_blank\" rel=\"noopener\">forum<\/a> or on the Yammer <a href=\"https:\/\/www.yammer.com\/azureadvisors\/#\/threads\/inGroup?type=in_group&amp;feedId=5495841\" target=\"_blank\" rel=\"noopener\">IoT Advisors<\/a> group.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Azure IoT Gateway SDK, available in beta today, eases the development process for any solution where on-premises computation is necessary to augment functionality provided by cloud services.<\/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":[1466,1485],"tags":[],"audience":[3055,3053,3056],"content-type":[1481],"product":[1487],"tech-community":[],"topic":[],"coauthors":[57],"class_list":["post-4724","post","type-post","status-publish","format-standard","hentry","category-hybrid-multicloud","category-internet-of-things","audience-developers","audience-it-decision-makers","audience-it-implementors","content-type-thought-leadership","product-azure-iot-edge","review-flag-1680286581-295","review-flag-click-1680286584-659","review-flag-free-1680286579-836","review-flag-iot-1680286585-835","review-flag-machi-1680286585-314","review-flag-on-pr-1680286585-35","review-flag-on-pr-1680286585-498","review-flag-priva-1680286584-258"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Introducing the Azure IoT Gateway SDK Beta | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"The Azure IoT Gateway SDK, available in beta today, eases the development process for any solution where on-premises computation is necessary to augment functionality provided by cloud services.\" \/>\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\/introducing-the-azure-iot-gateway-sdk-beta\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Introducing the Azure IoT Gateway SDK Beta | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"The Azure IoT Gateway SDK, available in beta today, eases the development process for any solution where on-premises computation is necessary to augment functionality provided by cloud services.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/introducing-the-azure-iot-gateway-sdk-beta\/\" \/>\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=\"2016-04-29T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-25T17:20:23+00:00\" \/>\n<meta name=\"author\" content=\"Sam George\" \/>\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=\"Sam George\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 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\/introducing-the-azure-iot-gateway-sdk-beta\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/introducing-the-azure-iot-gateway-sdk-beta\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/sam-george\/\",\"@type\":\"Person\",\"@name\":\"Sam George\"}],\"headline\":\"Introducing the Azure IoT Gateway SDK Beta\",\"datePublished\":\"2016-04-29T00:00:00+00:00\",\"dateModified\":\"2025-06-25T17:20:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/introducing-the-azure-iot-gateway-sdk-beta\/\"},\"wordCount\":1139,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"articleSection\":[\"Hybrid + multicloud\",\"Internet of things\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/introducing-the-azure-iot-gateway-sdk-beta\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/introducing-the-azure-iot-gateway-sdk-beta\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/introducing-the-azure-iot-gateway-sdk-beta\/\",\"name\":\"Introducing the Azure IoT Gateway SDK Beta | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"datePublished\":\"2016-04-29T00:00:00+00:00\",\"dateModified\":\"2025-06-25T17:20:23+00:00\",\"description\":\"The Azure IoT Gateway SDK, available in beta today, eases the development process for any solution where on-premises computation is necessary to augment functionality provided by cloud services.\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/introducing-the-azure-iot-gateway-sdk-beta\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/introducing-the-azure-iot-gateway-sdk-beta\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/introducing-the-azure-iot-gateway-sdk-beta\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog home\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hybrid + multicloud\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/hybrid-multicloud\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Introducing the Azure IoT Gateway SDK Beta\"}]},{\"@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":"Introducing the Azure IoT Gateway SDK Beta | Microsoft Azure Blog","description":"The Azure IoT Gateway SDK, available in beta today, eases the development process for any solution where on-premises computation is necessary to augment functionality provided by cloud services.","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\/introducing-the-azure-iot-gateway-sdk-beta\/","og_locale":"en_US","og_type":"article","og_title":"Introducing the Azure IoT Gateway SDK Beta | Microsoft Azure Blog","og_description":"The Azure IoT Gateway SDK, available in beta today, eases the development process for any solution where on-premises computation is necessary to augment functionality provided by cloud services.","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/introducing-the-azure-iot-gateway-sdk-beta\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2016-04-29T00:00:00+00:00","article_modified_time":"2025-06-25T17:20:23+00:00","author":"Sam George","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Sam George","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/introducing-the-azure-iot-gateway-sdk-beta\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/introducing-the-azure-iot-gateway-sdk-beta\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/sam-george\/","@type":"Person","@name":"Sam George"}],"headline":"Introducing the Azure IoT Gateway SDK Beta","datePublished":"2016-04-29T00:00:00+00:00","dateModified":"2025-06-25T17:20:23+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/introducing-the-azure-iot-gateway-sdk-beta\/"},"wordCount":1139,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"articleSection":["Hybrid + multicloud","Internet of things"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/introducing-the-azure-iot-gateway-sdk-beta\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/introducing-the-azure-iot-gateway-sdk-beta\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/introducing-the-azure-iot-gateway-sdk-beta\/","name":"Introducing the Azure IoT Gateway SDK Beta | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"datePublished":"2016-04-29T00:00:00+00:00","dateModified":"2025-06-25T17:20:23+00:00","description":"The Azure IoT Gateway SDK, available in beta today, eases the development process for any solution where on-premises computation is necessary to augment functionality provided by cloud services.","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/introducing-the-azure-iot-gateway-sdk-beta\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/introducing-the-azure-iot-gateway-sdk-beta\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/introducing-the-azure-iot-gateway-sdk-beta\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog home","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/"},{"@type":"ListItem","position":2,"name":"Hybrid + multicloud","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/hybrid-multicloud\/"},{"@type":"ListItem","position":3,"name":"Introducing the Azure IoT Gateway SDK Beta"}]},{"@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\/4724","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=4724"}],"version-history":[{"count":1,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/4724\/revisions"}],"predecessor-version":[{"id":43485,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/4724\/revisions\/43485"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=4724"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=4724"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=4724"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=4724"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=4724"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=4724"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=4724"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=4724"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=4724"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}