{"id":2778,"date":"2018-05-07T00:00:00","date_gmt":"2018-05-07T00:00:00","guid":{"rendered":""},"modified":"2023-05-11T15:39:55","modified_gmt":"2023-05-11T22:39:55","slug":"azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/","title":{"rendered":"Azure SignalR Service, a fully-managed service to add real-time functionality"},"content":{"rendered":"<p>Real-time technologies have become integral to many of our favorite apps including Microsoft Team\u2019s group chat and Office 365\u2019s co-authoring feature. Users expect to instantly respond to information as it changes in real-time. To support this, business leaders are demanding applications that facilitate real-time interactions with end customers.\tWith about 3 million downloads to date, <a href=\"https:\/\/github.com\/SignalR\/SignalR\" target=\"_blank\" rel=\"noopener\">SignalR<\/a> is a popular ASP.NET library that makes it incredibly simple to add real-time functionality to web applications.<\/p>\n<p>Today, we are excited to announce the public preview of the <a href=\"https:\/\/aka.ms\/signalr_service\" target=\"_blank\" rel=\"noopener\">Azure SignalR Service<\/a>. This fully-managed service allows you to use ASP.NET Core SignalR to build real-time experiences such as chat, stock tickers, live dashboards, and more, all without worrying about capacity provisioning, scaling, or persistent connections.<\/p>\n<h2>Fully managed service<\/h2>\n<p>Real-time scenarios often come with high-frequency data flows and large quantities of concurrent connections between the client and server. They require non-trivial infrastructure setup to get the functionality up and running at scale. For example, you will need to set up a server farm with sticky sessions and a backplane like Redis to make sure messages get published to the right subscribers. Doing this at scale is extremely difficult and usually requires application specific logic at various network layers.<\/p>\n<p>The Azure SignalR Service handles those issues, so you can focus on the application logic that delivers real-time connected experiences. You can scale real-time functionality dynamically while paying only for what you use. The service also inherits SignalR\u2019s capabilities for persistent connections over various transports. If a WebSocket connection cannot be established, the SignalR client will fall back to either Server-Sent Events or long polling. It provides a built-in monitoring dashboard where you can get performance analytics such as number of connections, total messages transported, and processing speed.<\/p>\n<h2>Native SignalR development support<\/h2>\n<p>The Azure SignalR Service works seamlessly with ASP.NET Core SignalR which is now supported on the high-performance, cross-platform .NET Core runtime. With the rc1 release of ASP.NET Core SignalR, using the Azure SignalR Service in your application requires just a few changes. For example, if you have an existing SignalR-based web application, you can add a reference to the Azure SignalR Service SDK, configure a connection string, wire up services with services.AddSignalR().AddAzureSignalR() and app.UseAzureSignalR. Your application will then start using the service.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"Code\" height=\"818\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/05\/eb8b51e9-d29c-4a10-aa54-8bc6c97e2303.webp\" title=\"Code\" width=\"1558\"><\/p>\n<p>The Azure SignalR Service runs without modification to existing ASP.NET Core SignalR clients. On the client, TypeScript\/Javascript, and .NET languages are supported. In addition, the service exposes a REST API that can be used to publish real time messages to connected clients. As we march towards general availability, we are looking to add language SDKs for Java, Node.js, Python, C++, and more to bring the Azure SignalR Service and native SignalR development to more developers.<\/p>\n<h2>New possibilities<\/h2>\n<p>The Azure SignalR Service can be easily integrated with other Azure services, opening up other possible scenarios. For example, an Azure Function can use the REST API to push notifications into the Azure SignalR Service, which then pushes data to connected clients in real time. Used together with IoT Hub, the Azure SignalR Service can enable real time sensor data to be transmitted to connected clients to support real time monitoring scenarios.<\/p>\n<p>Get started today with a <a href=\"https:\/\/azure.microsoft.com\/en-us\/free\/\" target=\"_blank\" rel=\"noopener\">free Azure account<\/a> and try out our <a href=\"https:\/\/aka.ms\/signalr_service_doc\" target=\"_blank\" rel=\"noopener\">quick start<\/a>. We have also prepared a few <a href=\"https:\/\/aka.ms\/signalr_service_tutorial\" target=\"_blank\" rel=\"noopener\">code samples<\/a> to provide inspiration. You can share feedback or exchange ideas through the <a href=\"https:\/\/aka.ms\/signalr_service_forum\" target=\"_blank\" rel=\"noopener\">forum<\/a>. We can\u2019t wait to see what you will build with Azure SignalR Service.<\/p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Today, we are excited to announce the public preview of the Azure SignalR Service, a fully-managed service allows you to use ASP.NET Core SignalR to build real-time experiences such as chat&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"","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":[1461],"tags":[],"audience":[3055,3056],"content-type":[],"product":[],"tech-community":[],"topic":[],"coauthors":[890],"class_list":["post-2778","post","type-post","status-publish","format-standard","hentry","category-web","audience-developers","audience-it-implementors"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Azure SignalR Service, a fully-managed service to add real-time functionality | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"Today, we are excited to announce the public preview of the Azure SignalR Service, a fully-managed service allows you to use ASP.NET Core SignalR to build real-time experiences such as chat...\" \/>\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\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Azure SignalR Service, a fully-managed service to add real-time functionality | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"Today, we are excited to announce the public preview of the Azure SignalR Service, a fully-managed service allows you to use ASP.NET Core SignalR to build real-time experiences such as chat...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/\" \/>\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=\"2018-05-07T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-05-11T22:39:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/05\/eb8b51e9-d29c-4a10-aa54-8bc6c97e2303.webp\" \/>\n<meta name=\"author\" content=\"David Fowler\" \/>\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=\"David Fowler\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 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\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/david-fowler\/\",\"@type\":\"Person\",\"@name\":\"David Fowler\"}],\"headline\":\"Azure SignalR Service, a fully-managed service to add real-time functionality\",\"datePublished\":\"2018-05-07T00:00:00+00:00\",\"dateModified\":\"2023-05-11T22:39:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/\"},\"wordCount\":595,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/05\/eb8b51e9-d29c-4a10-aa54-8bc6c97e2303.webp\",\"articleSection\":[\"Web\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/\",\"name\":\"Azure SignalR Service, a fully-managed service to add real-time functionality | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/05\/eb8b51e9-d29c-4a10-aa54-8bc6c97e2303.webp\",\"datePublished\":\"2018-05-07T00:00:00+00:00\",\"dateModified\":\"2023-05-11T22:39:55+00:00\",\"description\":\"Today, we are excited to announce the public preview of the Azure SignalR Service, a fully-managed service allows you to use ASP.NET Core SignalR to build real-time experiences such as chat...\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/05\/eb8b51e9-d29c-4a10-aa54-8bc6c97e2303.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/05\/eb8b51e9-d29c-4a10-aa54-8bc6c97e2303.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog home\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Web\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/web\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Azure SignalR Service, a fully-managed service to add real-time functionality\"}]},{\"@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":"Azure SignalR Service, a fully-managed service to add real-time functionality | Microsoft Azure Blog","description":"Today, we are excited to announce the public preview of the Azure SignalR Service, a fully-managed service allows you to use ASP.NET Core SignalR to build real-time experiences such as chat...","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\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/","og_locale":"en_US","og_type":"article","og_title":"Azure SignalR Service, a fully-managed service to add real-time functionality | Microsoft Azure Blog","og_description":"Today, we are excited to announce the public preview of the Azure SignalR Service, a fully-managed service allows you to use ASP.NET Core SignalR to build real-time experiences such as chat...","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2018-05-07T00:00:00+00:00","article_modified_time":"2023-05-11T22:39:55+00:00","og_image":[{"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/05\/eb8b51e9-d29c-4a10-aa54-8bc6c97e2303.webp","type":"","width":"","height":""}],"author":"David Fowler","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"David Fowler","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/david-fowler\/","@type":"Person","@name":"David Fowler"}],"headline":"Azure SignalR Service, a fully-managed service to add real-time functionality","datePublished":"2018-05-07T00:00:00+00:00","dateModified":"2023-05-11T22:39:55+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/"},"wordCount":595,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/05\/eb8b51e9-d29c-4a10-aa54-8bc6c97e2303.webp","articleSection":["Web"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/","name":"Azure SignalR Service, a fully-managed service to add real-time functionality | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/05\/eb8b51e9-d29c-4a10-aa54-8bc6c97e2303.webp","datePublished":"2018-05-07T00:00:00+00:00","dateModified":"2023-05-11T22:39:55+00:00","description":"Today, we are excited to announce the public preview of the Azure SignalR Service, a fully-managed service allows you to use ASP.NET Core SignalR to build real-time experiences such as chat...","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/05\/eb8b51e9-d29c-4a10-aa54-8bc6c97e2303.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/05\/eb8b51e9-d29c-4a10-aa54-8bc6c97e2303.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-signalr-service-a-fully-managed-service-to-add-real-time-functionality\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog home","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/"},{"@type":"ListItem","position":2,"name":"Web","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/web\/"},{"@type":"ListItem","position":3,"name":"Azure SignalR Service, a fully-managed service to add real-time functionality"}]},{"@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\/2778","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=2778"}],"version-history":[{"count":0,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/2778\/revisions"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=2778"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=2778"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=2778"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=2778"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=2778"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=2778"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=2778"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=2778"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=2778"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}