{"id":78681,"date":"2019-11-21T08:00:51","date_gmt":"2019-11-21T16:00:51","guid":{"rendered":""},"modified":"2025-06-27T04:32:08","modified_gmt":"2025-06-27T11:32:08","slug":"boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid","status":"publish","type":"post","link":"https:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/","title":{"rendered":"Boosting interoperability in the cloud with CloudEvents v1.0 support on Azure Event Grid"},"content":{"rendered":"\n<p>When Microsoft launched&nbsp;<a href=\"https:\/\/azure.com\/eventgrid\">Azure Event Grid<\/a>&nbsp;in August of 2017, our goal was to make it easier to quickly architect and compose event-driven systems. Pretty much at the same time, Serverless Inc. launched their own solution solving many of the same problems, which made us both realize that solving the same problem in different, custom ways had introduced a new problem: interoperability.<\/p>\n\n\n\n<p>Two services each created with the express goal of making it quick and easy to compose other cloud services could not talk to each other without a serverless function or any other compute layer in between in order to translate. This isn\u2019t a problem if you exclusively use one cloud provider, but that\u2019s almost never the case \u2013 and even then, if your data is a pain to move, it can present lock-in challenges.<\/p>\n\n\n\n<p>With Azure Event Grid less than 24 hours old, several major players in the cloud space got together and, in an unlikely collaboration,&nbsp;<a href=\"https:\/\/cloudevents.io\/\">CloudEvents<\/a>&nbsp;was born with the aim of making interoperability easy in event-driven systems. Plainly, point my event source at my event handler, and it should just work. A few meetings on the topic proved that the idea had value and that getting some of that largest players in the industry to cooperate was going to be an interesting challenge.<\/p>\n\n\n\n<p>Quickly the decision was made that, to produce a valuable open standard event format, an impartial 3<sup>rd<\/sup>&nbsp;party was needed in order to ensure the project had equal input not just from the major public cloud providers, but also SaaS companies, industry, startups, OSS projects, and anyone else interested in making it easier for developers to build event-driven solutions anywhere.<\/p>\n\n\n\n<p>CloudEvents was then handed over to the Serverless Working Group of the Cloud Native Compute Foundation. Over the past two years, 200 people representing 70 companies have joined weekly calls to advance the goal of interoperability, and 60+ people have contributed to the open source GitHub repository for CloudEvents \u2013 with Microsoft being one of the primary driving forces and largest contributors.<\/p>\n\n\n\n<p>The result of these two years, 70+ companies, and countless hours working on an open source project is the small set of fields that constitute the CloudEvents v1.0 specification:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n{\n    \"specversion\" : \"1.0\",\n    \"type\" : \"com.example.someevent\",\n    \"source\" : \"\/mycontext\",\n    \"id\" : \"C234-1234-1234\",\n    \"time\" : \"2018-04-05T17:31:00Z\",\n    \"comexampleextension1\" : \"value\",\n    \"comexampleothervalue\" : 5,\n    \"datacontenttype\" : \"application\/json\",\n    \"data\" : {\n        \"appinfoA\" : \"abc\",\n        \"appinfoB\" : 123,\n        \"appinfoC\" : true\n    }\n}\n<\/pre><\/div>\n\n\n<p>This specification represents consensus, not only on what the top-level fields should be but also on:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>How extensions should be handled<\/li>\n\n\n\n<li>How those fields should be represented in JSON and AVRO<\/li>\n\n\n\n<li>Protocol bindings for HTTP, AMQP, Kafka, MQTT, and NATS<\/li>\n\n\n\n<li>Specification for WebHook usage<\/li>\n\n\n\n<li>How batching should be handled<\/li>\n\n\n\n<li>SDKs in C#, Go, Java, Javascript, and Python for serializing and deserializing<\/li>\n<\/ul>\n\n\n\n<p>But most importantly, CloudEvents represents consensus on the idea that we need to make it easier for developers to connect disparate systems and software.<\/p>\n\n\n\n<p>Not only has Microsoft helped lead the way in the journey to creating CloudEvents, but has also led the way in adoption. In April of 2018, when CloudEvents v0.1 was announced, Microsoft was the first company to implement it by supporting it in Azure Event Grid and making Azure events available in Cloud Events v0.1.<\/p>\n\n\n\n<p>With the announcement by the CNCF of CloudEvents v1.0, we are incredibly excited to announce that&nbsp;<a href=\"https:\/\/azure.microsoft.com\/en-us\/updates\/azure-event-grid-now-supports-cloudevents-v1-0-for-greater-interoperability\/\">Azure Event Grid supports CloudEvents v1.0<\/a>&nbsp;for both ingress and egress of events, and that multiple other Microsoft projects have also adopted CloudEvents \u2013 including the recently announced&nbsp;<a href=\"https:\/\/cloudblogs.microsoft.com\/opensource\/2019\/10\/16\/announcing-dapr-open-source-project-build-microservice-applications\/\">Distributed Application Runtime (Dapr)<\/a>&nbsp;and&nbsp;<a href=\"https:\/\/azure.microsoft.com\/updates\/event-grid-on-edge\/\">Event Grid on IoT Edge<\/a>&nbsp;projects.<\/p>\n\n\n\n<p>With support for CloudEvents v1.0 in Azure Event Grid, every single Azure event source is capable of producing events in the CloudEvents v1.0 format. And vice versa, Event Grid can accept and route events from any CloudEvents 1.0 compliant event source and push them to&nbsp;<a href=\"https:\/\/azure.com\/functions\">Azure Functions<\/a>, WebHooks, Event Hubs, or any other event handler.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/11\/Event-grid-1-1024x587.webp\" alt=\"screenshot of event sources, event grid, and event handlers\" \/><\/figure>\n\n\n\n<p>Similarly, with support for&nbsp;<a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/event-grid\/edge\/overview\">CloudEvents v1.0 in Event Grid on IoT Edge<\/a>, you can also leverage CloudEvents to publish events between containers on the same edge device or between edge devices for disconnected environments, as well as from the edge to the cloud for hybrid solutions.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/11\/event-grid-2-1024x381.webp\" alt=\"diagram of event sources, event grid of IoT Edge, and event handlers\" \/><\/figure>\n\n\n\n<p>We\u2019re incredibly excited about the prospect of an open world in which developers can choose the systems and services they want to use without worrying about lock-in or interoperability issues, and hope to see you out there using CloudEvents as well.<\/p>\n\n\n\n<p>If you\u2019re looking for places to get started, check out how to use CloudEvents v1.0 with&nbsp;<a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/event-grid\/cloudevents-schema\">Azure Event Grid<\/a>&nbsp;or with&nbsp;<a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/event-grid\/edge\/event-schemas#cloudevent-schema\">Event Grid on IoT Edge<\/a>, read the CNCF Serverless Working Group&nbsp;<a href=\"https:\/\/github.com\/cloudevents\/spec\/blob\/v1.0\/primer.md\">primer on CloudEvents v1.0<\/a>, or jump straight to the&nbsp;<a href=\"https:\/\/github.com\/cloudevents\/spec\/blob\/v1.0\/spec.md\">specification<\/a>. If you\u2019re interested in contributing, please check out the&nbsp;<a href=\"https:\/\/github.com\/cloudevents\">GitHub repository<\/a>, or consider joining the regular calls hosted by the&nbsp;<a href=\"https:\/\/github.com\/cncf\/wg-serverless\">CNCF Serverless Working Group<\/a>.<\/p>\n\n\n\n<p>Questions or feedback? Let us know in the comments below.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When Microsoft launched&nbsp;Azure Event Grid&nbsp;in August of 2017, our goal was to make it easier to quickly architect and compose event-driven systems. Pretty much at the same time, Serverless Inc.<\/p>\n","protected":false},"author":5562,"featured_media":95463,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"msxcm_post_with_no_image":false,"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","footnotes":""},"post_tag":[2272],"content-type":[346],"topic":[2241,2246,2248],"programming-languages":[],"coauthors":[693],"class_list":["post-78681","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","tag-microsoft","content-type-news","topic-cloud","topic-iot","topic-standards","review-flag-1593580428-734","review-flag-1593580419-521","review-flag-1-1593580432-963","review-flag-3-1593580442-169","review-flag-5-1593580453-725","review-flag-anywh-1593580318-567","review-flag-iot-1680213327-385","review-flag-lever-1593580265-989","review-flag-never-1593580314-283","review-flag-new-1593580248-669"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Boosting interoperability in the cloud with CloudEvents v1.0 support on Azure Event Grid | Microsoft Open Source Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Boosting interoperability in the cloud with CloudEvents v1.0 support on Azure Event Grid | Microsoft Open Source Blog\" \/>\n<meta property=\"og:description\" content=\"When Microsoft launched&nbsp;Azure Event Grid&nbsp;in August of 2017, our goal was to make it easier to quickly architect and compose event-driven systems. Pretty much at the same time, Serverless Inc.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Open Source Blog\" \/>\n<meta property=\"article:published_time\" content=\"2019-11-21T16:00:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-27T11:32:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/53323608046_faf09a3aab_c-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1170\" \/>\n\t<meta property=\"og:image:height\" content=\"640\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Bahram Banisadr\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@OpenAtMicrosoft\" \/>\n<meta name=\"twitter:site\" content=\"@OpenAtMicrosoft\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Bahram Banisadr\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 min read\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/\"},\"author\":[{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/author\/bahram-banisadr\/\",\"@type\":\"Person\",\"@name\":\"Bahram Banisadr\"}],\"headline\":\"Boosting interoperability in the cloud with CloudEvents v1.0 support on Azure Event Grid\",\"datePublished\":\"2019-11-21T16:00:51+00:00\",\"dateModified\":\"2025-06-27T11:32:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/\"},\"wordCount\":809,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/53323608046_faf09a3aab_c-1.webp\",\"keywords\":[\"Microsoft\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/\",\"name\":\"Boosting interoperability in the cloud with CloudEvents v1.0 support on Azure Event Grid | Microsoft Open Source Blog\",\"isPartOf\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/53323608046_faf09a3aab_c-1.webp\",\"datePublished\":\"2019-11-21T16:00:51+00:00\",\"dateModified\":\"2025-06-27T11:32:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/#primaryimage\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/53323608046_faf09a3aab_c-1.webp\",\"contentUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/53323608046_faf09a3aab_c-1.webp\",\"width\":1170,\"height\":640},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/opensource.microsoft.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Boosting interoperability in the cloud with CloudEvents v1.0 support on Azure Event Grid\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#website\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/\",\"name\":\"Microsoft Open Source Blog\",\"description\":\"Open dialogue about openness at Microsoft \u2013 open source, standards, interoperability\",\"publisher\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/opensource.microsoft.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#organization\",\"name\":\"Microsoft Open Source Blog\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png\",\"contentUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png\",\"width\":259,\"height\":194,\"caption\":\"Microsoft Open Source Blog\"},\"image\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/OpenAtMicrosoft\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Boosting interoperability in the cloud with CloudEvents v1.0 support on Azure Event Grid | Microsoft Open Source Blog","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:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/","og_locale":"en_US","og_type":"article","og_title":"Boosting interoperability in the cloud with CloudEvents v1.0 support on Azure Event Grid | Microsoft Open Source Blog","og_description":"When Microsoft launched&nbsp;Azure Event Grid&nbsp;in August of 2017, our goal was to make it easier to quickly architect and compose event-driven systems. Pretty much at the same time, Serverless Inc.","og_url":"https:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/","og_site_name":"Microsoft Open Source Blog","article_published_time":"2019-11-21T16:00:51+00:00","article_modified_time":"2025-06-27T11:32:08+00:00","og_image":[{"width":1170,"height":640,"url":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/53323608046_faf09a3aab_c-1.png","type":"image\/png"}],"author":"Bahram Banisadr","twitter_card":"summary_large_image","twitter_creator":"@OpenAtMicrosoft","twitter_site":"@OpenAtMicrosoft","twitter_misc":{"Written by":"Bahram Banisadr","Est. reading time":"3 min read"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/#article","isPartOf":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/"},"author":[{"@id":"https:\/\/opensource.microsoft.com\/blog\/author\/bahram-banisadr\/","@type":"Person","@name":"Bahram Banisadr"}],"headline":"Boosting interoperability in the cloud with CloudEvents v1.0 support on Azure Event Grid","datePublished":"2019-11-21T16:00:51+00:00","dateModified":"2025-06-27T11:32:08+00:00","mainEntityOfPage":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/"},"wordCount":809,"commentCount":0,"publisher":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#organization"},"image":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/#primaryimage"},"thumbnailUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/53323608046_faf09a3aab_c-1.webp","keywords":["Microsoft"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/","url":"https:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/","name":"Boosting interoperability in the cloud with CloudEvents v1.0 support on Azure Event Grid | Microsoft Open Source Blog","isPartOf":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/#primaryimage"},"image":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/#primaryimage"},"thumbnailUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/53323608046_faf09a3aab_c-1.webp","datePublished":"2019-11-21T16:00:51+00:00","dateModified":"2025-06-27T11:32:08+00:00","breadcrumb":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/#primaryimage","url":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/53323608046_faf09a3aab_c-1.webp","contentUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/53323608046_faf09a3aab_c-1.webp","width":1170,"height":640},{"@type":"BreadcrumbList","@id":"https:\/\/opensource.microsoft.com\/blog\/2019\/11\/21\/boosting-cloud-interoperability-cloudevents-v1-0-support-azure-event-grid\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/opensource.microsoft.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Boosting interoperability in the cloud with CloudEvents v1.0 support on Azure Event Grid"}]},{"@type":"WebSite","@id":"https:\/\/opensource.microsoft.com\/blog\/#website","url":"https:\/\/opensource.microsoft.com\/blog\/","name":"Microsoft Open Source Blog","description":"Open dialogue about openness at Microsoft \u2013 open source, standards, interoperability","publisher":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/opensource.microsoft.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/opensource.microsoft.com\/blog\/#organization","name":"Microsoft Open Source Blog","url":"https:\/\/opensource.microsoft.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png","contentUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png","width":259,"height":194,"caption":"Microsoft Open Source Blog"},"image":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/OpenAtMicrosoft"]}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Open Source Blog","distributor_original_site_url":"https:\/\/opensource.microsoft.com\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts\/78681","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/users\/5562"}],"replies":[{"embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/comments?post=78681"}],"version-history":[{"count":1,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts\/78681\/revisions"}],"predecessor-version":[{"id":97711,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts\/78681\/revisions\/97711"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/media\/95463"}],"wp:attachment":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/media?parent=78681"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/post_tag?post=78681"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/content-type?post=78681"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/topic?post=78681"},{"taxonomy":"programming-languages","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/programming-languages?post=78681"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/coauthors?post=78681"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}