{"id":1766,"date":"2019-01-23T00:00:00","date_gmt":"2019-01-23T08:00:00","guid":{"rendered":""},"modified":"2025-06-11T04:39:34","modified_gmt":"2025-06-11T11:39:34","slug":"azure-service-bus-and-azure-event-hubs-expand-availability","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-bus-and-azure-event-hubs-expand-availability\/","title":{"rendered":"Azure Service Bus and Azure Event Hubs expand availability"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"general-availability-of-service-bus-and-event-hubs-availability-zones\">General availability of Service Bus and Event Hubs Availability Zones<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The Azure Messaging team is continually working to enhance the resiliency and availability of our service offerings \u2013 Azure Service Bus, Azure Event Hubs, and Azure Event Grid. As part of this effort, in June 2018, we <a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-bus-is-now-offering-support-for-availability-zones-in-preview\/\" target=\"_blank\" rel=\"noreferrer noopener\">previewed Azure Service Bus Premium tier for Availability Zones<\/a> and <a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-event-hubs-is-now-offering-support-for-availability-zones-in-preview\/\" target=\"_blank\" rel=\"noreferrer noopener\">Azure Event Hubs Standard tier<\/a> in 3 regions \u2013 Central US, East US 2, and France Central.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Today, we\u2019re happy to announce that we\u2019ve added Availability Zones support for Azure Service Bus Premium and Azure Event Hubs Standard in the following regions:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">East US 2<\/li>\n\n\n\n<li class=\"wp-block-list-item\">West US 2<\/li>\n\n\n\n<li class=\"wp-block-list-item\">West Europe<\/li>\n\n\n\n<li class=\"wp-block-list-item\">North Europe<\/li>\n\n\n\n<li class=\"wp-block-list-item\">France Central<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Southeast Asia<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/availability-zones\/az-overview\" target=\"_blank\" rel=\"noreferrer noopener\">Availability Zones<\/a> is a high availability offering by Azure that protects applications and data from datacenter failures. Availability Zones are unique physical locations within an Azure region. Each zone is made up of one or more datacenters equipped with independent power, cooling, and networking. To ensure resiliency, there\u2019s a minimum of three separate zones in all enabled regions. The physical separation of Availability Zones within a region protects applications and data from datacenter failures. Zone-redundant services replicate your applications and data across Availability Zones to protect from single-points-of-failure.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With this, <strong>Azure Service Bus Premium<\/strong> and <strong>Azure Event Hubs Standard<\/strong> are <strong>generally available<\/strong> for Availability Zones, and <strong>Azure Event Hubs Standard<\/strong> in every Azure region that has zone redundant datacenters.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"how-do-you-enable-availability-zones-on-your-azure-service-bus-premium-namespace-or-azure-event-hubs-standard\">How do you enable Availability Zones on your Azure Service Bus Premium namespace or Azure Event Hubs Standard?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">You can enable Availability Zones on new namespaces only. Migration of existing namespaces is not supported.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If using an ARM template to create a Service Bus Premium namespace, it is as simple as specifying an AZ supported region and setting the <em>zoneRedundant<\/em> property to true in the template.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For Azure Service Bus Premium namespace:<\/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\"resources\": [{\n       \"apiVersion\": \"2018-01-01-preview\",\n       \"name\": \"[parameters('serviceBusNamespaceName')]\",\n       \"type\": \"Microsoft.ServiceBus\/namespaces\",\n       \"location\": \"[parameters('location')]\",\n       \"sku\": {\n             \"name\": \"Premium\"\n       },\n       \"properties\": {\n             \"zoneRedundant\": true\n       }\n}],\n<\/pre><\/div>\n\n\n<p class=\"wp-block-paragraph\"><strong>For Azure Event Hubs Standard namespace:<\/strong><\/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\"resources\": [{\n       \"apiVersion\": \"2018-01-01-preview\",\n       \"name\": \"[parameters('eventHubNamespaceName')]\",\n       \"type\": \"Microsoft.EventHub\/namespaces\",\n       \"location\": \"[parameters('location')]\",\n       \"sku\": {\n             \"name\": \"Standard\"\n       },\n       \"properties\": {\n             \"zoneRedundant\": true\n       }\n}],\n<\/pre><\/div>\n\n\n<p class=\"wp-block-paragraph\">You can also enable zone-redundancy by creating a new namespace in the Azure portal as shown below. It is important to note that you cannot disable zone redundancy after enabling it on your namespace.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Azure Service Bus Premium:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/01\/9c61fbba-bb46-440c-a539-69e82ce5b88d.webp\" alt=\"Azure Service Bus Premium in the Azure portal\" style=\"border-radius:0px\" title=\"Azure Service Bus Premium in the Azure portal\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Azure Event Hubs Standard:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/01\/44f44e9b-14db-4856-baeb-a70e92e661f3.webp\" alt=\"Azure Event Hubs Standard in the Azure portal\" style=\"border-radius:0px\" title=\"Azure Event Hubs Standard in the Azure portal\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"service-bus-premium-added-to-more-regions\">Service Bus Premium added to more regions<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In addition to the announcements regarding Availability Zones, we\u2019re happy to announce that we\u2019ve added support for <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/service-bus-messaging\/service-bus-premium-messaging\" target=\"_blank\" rel=\"noreferrer noopener\">Azure Service Bus Premium<\/a> tier in the following regions:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">China North 2<\/li>\n\n\n\n<li class=\"wp-block-list-item\">China East 2<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Australia Central<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Australia Central 2<\/li>\n\n\n\n<li class=\"wp-block-list-item\">France Central<\/li>\n\n\n\n<li class=\"wp-block-list-item\">France South<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Built on the successful and reliable foundation of Azure Service Bus messaging, we introduced <a href=\"https:\/\/azure.microsoft.com\/en-us\/resources\/videos\/introducing-azure-service-bus-premium-messaging\/\" target=\"_blank\" rel=\"noreferrer noopener\">Azure Service Bus Premium in 2015<\/a>. The Premium tier allows our customers to provision dedicated resources for the Azure Service Bus namespace so that they can ensure greater predictability and performance for the most demanding workloads paired with an equally predictable pricing model. With Service Bus Premium Messaging, our customers benefit from the economics and operational flexibility of a multi-tenant public cloud system, while getting single-tenant reliability and predictability.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Azure Service Bus Premium also provides access to advanced enterprise features such as Availability Zones, Geo-Disaster recovery, and Virtual Network Service Endpoints along with Firewall rules. These additional features make the Premium tier tremendously valuable for customers looking for a highly reliable, resilient, and secure enterprise messaging solution.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For more information on Availability Zones:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/azure.microsoft.com\/en-us\/global-infrastructure\/availability-zones\/\" target=\"_blank\" rel=\"noreferrer noopener\">Azure Availability Zones<\/a><\/li>\n\n\n\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/availability-zones\/az-overview\" target=\"_blank\" rel=\"noreferrer noopener\">What are Availability Zones in Azure?<\/a><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">For more information on Service Bus Premium:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/service-bus-messaging\/service-bus-premium-messaging\" target=\"_blank\" rel=\"noreferrer noopener\">Azure Service Bus Premium Messaging<\/a><\/li>\n\n\n\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/introducing-azure-service-bus-premium-messaging\/\" target=\"_blank\" rel=\"noreferrer noopener\">Azure Service Bus Premium Messaging launch blog<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>The Azure Messaging team is continually working to enhance the resiliency and availability of our service offerings \u2013 Azure Service Bus, Azure Event Hubs, and Azure Event Grid.<\/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":[1474,1498],"tags":[],"audience":[3054,3057,3055,3053,3056],"content-type":[1465],"product":[1622,1586],"tech-community":[],"topic":[],"coauthors":[97],"class_list":["post-1766","post","type-post","status-publish","format-standard","hentry","category-analytics","category-integration","audience-business-decision-makers","audience-data-professionals","audience-developers","audience-it-decision-makers","audience-it-implementors","content-type-announcements","product-event-hubs","product-service-bus","review-flag-1680286581-295","review-flag-2-1680286581-601","review-flag-3-1680286581-173","review-flag-disable","review-flag-gener-1680286584-335","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>Azure Service Bus and Azure Event Hubs expand availability | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"The Azure Messaging team is continually working to enhance the resiliency and availability of our service offerings \u2013 Azure Service Bus, Azure Event Hubs, and Azure Event Grid.\" \/>\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-service-bus-and-azure-event-hubs-expand-availability\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Azure Service Bus and Azure Event Hubs expand availability | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"The Azure Messaging team is continually working to enhance the resiliency and availability of our service offerings \u2013 Azure Service Bus, Azure Event Hubs, and Azure Event Grid.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-bus-and-azure-event-hubs-expand-availability\/\" \/>\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=\"2019-01-23T08:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-11T11:39:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/01\/9c61fbba-bb46-440c-a539-69e82ce5b88d.webp\" \/>\n<meta name=\"author\" content=\"Microsoft Azure\" \/>\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=\"Microsoft Azure\" \/>\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-service-bus-and-azure-event-hubs-expand-availability\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-bus-and-azure-event-hubs-expand-availability\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/microsoft-azure\/\",\"@type\":\"Person\",\"@name\":\"Microsoft Azure\"}],\"headline\":\"Azure Service Bus and Azure Event Hubs expand availability\",\"datePublished\":\"2019-01-23T08:00:00+00:00\",\"dateModified\":\"2025-06-11T11:39:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-bus-and-azure-event-hubs-expand-availability\/\"},\"wordCount\":568,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-bus-and-azure-event-hubs-expand-availability\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/01\/9c61fbba-bb46-440c-a539-69e82ce5b88d.webp\",\"articleSection\":[\"Analytics\",\"Integration\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-bus-and-azure-event-hubs-expand-availability\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-bus-and-azure-event-hubs-expand-availability\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-bus-and-azure-event-hubs-expand-availability\/\",\"name\":\"Azure Service Bus and Azure Event Hubs expand availability | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-bus-and-azure-event-hubs-expand-availability\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-bus-and-azure-event-hubs-expand-availability\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/01\/9c61fbba-bb46-440c-a539-69e82ce5b88d.webp\",\"datePublished\":\"2019-01-23T08:00:00+00:00\",\"dateModified\":\"2025-06-11T11:39:34+00:00\",\"description\":\"The Azure Messaging team is continually working to enhance the resiliency and availability of our service offerings \u2013 Azure Service Bus, Azure Event Hubs, and Azure Event Grid.\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-bus-and-azure-event-hubs-expand-availability\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-bus-and-azure-event-hubs-expand-availability\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-bus-and-azure-event-hubs-expand-availability\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/01\/9c61fbba-bb46-440c-a539-69e82ce5b88d.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/01\/9c61fbba-bb46-440c-a539-69e82ce5b88d.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-bus-and-azure-event-hubs-expand-availability\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog home\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Analytics\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/analytics\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Azure Service Bus and Azure Event Hubs expand availability\"}]},{\"@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 Service Bus and Azure Event Hubs expand availability | Microsoft Azure Blog","description":"The Azure Messaging team is continually working to enhance the resiliency and availability of our service offerings \u2013 Azure Service Bus, Azure Event Hubs, and Azure Event Grid.","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-service-bus-and-azure-event-hubs-expand-availability\/","og_locale":"en_US","og_type":"article","og_title":"Azure Service Bus and Azure Event Hubs expand availability | Microsoft Azure Blog","og_description":"The Azure Messaging team is continually working to enhance the resiliency and availability of our service offerings \u2013 Azure Service Bus, Azure Event Hubs, and Azure Event Grid.","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-bus-and-azure-event-hubs-expand-availability\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2019-01-23T08:00:00+00:00","article_modified_time":"2025-06-11T11:39:34+00:00","og_image":[{"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/01\/9c61fbba-bb46-440c-a539-69e82ce5b88d.webp","type":"","width":"","height":""}],"author":"Microsoft Azure","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Microsoft Azure","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-bus-and-azure-event-hubs-expand-availability\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-bus-and-azure-event-hubs-expand-availability\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/microsoft-azure\/","@type":"Person","@name":"Microsoft Azure"}],"headline":"Azure Service Bus and Azure Event Hubs expand availability","datePublished":"2019-01-23T08:00:00+00:00","dateModified":"2025-06-11T11:39:34+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-bus-and-azure-event-hubs-expand-availability\/"},"wordCount":568,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-bus-and-azure-event-hubs-expand-availability\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/01\/9c61fbba-bb46-440c-a539-69e82ce5b88d.webp","articleSection":["Analytics","Integration"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-bus-and-azure-event-hubs-expand-availability\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-bus-and-azure-event-hubs-expand-availability\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-bus-and-azure-event-hubs-expand-availability\/","name":"Azure Service Bus and Azure Event Hubs expand availability | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-bus-and-azure-event-hubs-expand-availability\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-bus-and-azure-event-hubs-expand-availability\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/01\/9c61fbba-bb46-440c-a539-69e82ce5b88d.webp","datePublished":"2019-01-23T08:00:00+00:00","dateModified":"2025-06-11T11:39:34+00:00","description":"The Azure Messaging team is continually working to enhance the resiliency and availability of our service offerings \u2013 Azure Service Bus, Azure Event Hubs, and Azure Event Grid.","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-bus-and-azure-event-hubs-expand-availability\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-bus-and-azure-event-hubs-expand-availability\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-bus-and-azure-event-hubs-expand-availability\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/01\/9c61fbba-bb46-440c-a539-69e82ce5b88d.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2019\/01\/9c61fbba-bb46-440c-a539-69e82ce5b88d.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-service-bus-and-azure-event-hubs-expand-availability\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog home","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/"},{"@type":"ListItem","position":2,"name":"Analytics","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/analytics\/"},{"@type":"ListItem","position":3,"name":"Azure Service Bus and Azure Event Hubs expand availability"}]},{"@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\/1766","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=1766"}],"version-history":[{"count":1,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/1766\/revisions"}],"predecessor-version":[{"id":41394,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/1766\/revisions\/41394"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=1766"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=1766"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=1766"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=1766"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=1766"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=1766"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=1766"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=1766"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=1766"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}