{"id":2910,"date":"2018-03-27T00:00:00","date_gmt":"2018-03-27T00:00:00","guid":{"rendered":"https:\/\/azure.microsoft.com\/blog\/announcing-http-2-support-in-azure-app-service"},"modified":"2025-07-01T08:15:03","modified_gmt":"2025-07-01T15:15:03","slug":"announcing-http-2-support-in-azure-app-service","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-http-2-support-in-azure-app-service\/","title":{"rendered":"Announcing HTTP\/2 support in Azure App Service"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">The Azure App Service team is happy to announce the global deployment of support for the HTTP\/2 protocol for all apps hosted on App Service. HTTP\/2 has been the <a href=\"https:\/\/feedback.azure.com\/forums\/169385-web-apps\/suggestions\/9552936-enable-http-2-on-azure-web-apps\">top customer request<\/a> we have received, and we are excited to light up support!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-is-http-2\">What is HTTP\/2?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">HTTP\/2 is a rework of how HTTP semantics flow over TCP connections, and HTTP\/2 support is present in Windows 10 and Windows Server 2016. HTTP\/2 is a major upgrade after nearly two decades of HTTP\/1.1 use and reduces the impact of latency and connection load on web servers.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The major advance of HTTP\/1.1 was the use of persistent connections to service multiple requests in a row. In HTTP\/2, a persistent connection can be used to service multiple simultaneous requests. In the process, HTTP\/2 introduces several additional features that improve the efficiency of HTTP over the network.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"one-connection-for-multiple-requests\">One connection for multiple requests<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Every TCP connection requires a round trip to set up. If you\u2019re using encryption, the TLS handshake takes another 1-2 round trips. All this happens before the first byte of the first response can be sent. By reusing an existing connection instead of setting up a new one, this overhead can be shared by many requests. HTTP\/2 sharply reduces the need for a request to wait while a new connection is established, or wait for an existing connection to become idle. Because a single connection is multiplexed between many requests, the request can usually be sent immediately without waiting for other requests to finish.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"header-compression-with-hpack\">Header compression with HPACK<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">HTTP has supported compression of data for ages. Headers, however, are sent as uncompressed text, with a lot of redundancy between requests. (Many of the longest headers are sent with exactly the same value on every request!) HTTP\/2 introduces HPACK, a compression scheme for HTTP headers which reduces the redundancy between requests.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Compression also helps multiplexing, because requests are smaller. This enables clients to make many requests in their first packets on a connection, while TCP flow control windows are still small.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-are-the-key-differences-from-http-1-x\">What are the key differences from HTTP\/1.x?<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">HTTP\/2 is binary<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Fully multiplexed, instead of ordered and blocking<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Ability to use one connection for parallelism<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Has one TCP\/IP connection<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Uses header compression to reduce overhead<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-action-do-app-service-users-need-to-take\">What action do App Service users need to take?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">All you need is a just a simple configuration! HTTP\/2 is disabled by default for all customers. However, if you would like to opt-in and apply HTTP\/2 for your site, follow the steps below:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Through the Azure portal, browse to your app and search for the \u201cApplication settings\u201d, where you will find the setting called \u201cHTTP Version\u201d. Select 1.1 or 2.0 by your needs.<img loading=\"lazy\" decoding=\"async\" title=\"image1\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/03\/e657701e-071e-4989-b25b-3da79ea85dea.webp\" alt=\"image1\" width=\"676\" height=\"402\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You may also browse to the Azure Resource Explorer using one of the following steps:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">1. In the <a href=\"https:\/\/portal.azure.com\/\">Azure portal<\/a>, select \u201cResource explorer\u201d in your App Service app\u2019s menu.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/03\/a64fd7a3-d21c-4f6a-9155-ef684049e541.webp\" alt=\"image2\" title=\"image2\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Then select &#8220;Go.&#8221;<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/03\/a045e22d-0e8e-4f7e-978b-0448b15d7687.webp\" alt=\"image3\" title=\"image3\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">2. Alternatively, browse directly to Resource Explorer (<a href=\"https:\/\/resources.azure.com\/\">https:\/\/resources.azure.com\/<\/a>).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The advantage of going through the Azure portal route is that the browser will be automatically navigated to your requested app\u2019s configuration, then you just have to navigate to config &gt; web, where you will find the needed value to update.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If browsing directly to Resource Explorer, drill down through the tree hierarchy to your site using the following path:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Subscription &gt; Resource Group &gt; your site name &gt; Providers &gt; Microsoft.Web &gt; sites &gt; your site name &gt; config &gt; web<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/03\/860ad793-b411-4df2-859a-635fb252c9c1.webp\" alt=\"image4\" title=\"image4\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">On the top of the page make sure you\u2019re in Read\/Write mode:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/03\/934d8b5e-9591-4868-9024-5076d96a9a41.webp\" alt=\"image5\" title=\"image5\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Select Edit:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/03\/ee59fde8-4cde-42e3-92e2-3a639dd67e64.webp\" alt=\"image6\" title=\"image6\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Find the parameter for HTTP\/2:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/03\/497251b8-1830-44a3-9217-ddc37dbc88b2.webp\" alt=\"image7\" title=\"image7\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Type in \u2018<strong>true<\/strong>\u2019 in place of \u2018false\u2019:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/03\/a9dce0ff-033f-4de8-a726-a7965545de4f.webp\" alt=\"image8\" title=\"image8\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">On the top, select \u2018PUT\u2019:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/03\/8a7344dd-d393-4f11-a292-1e70375d65b3.webp\" alt=\"image9\" title=\"image9\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">You\u2019re done!<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Support for HTTP\/2 in App Service Environments and the Azure National Clouds is available as well!<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"http-2-browser-support-requires-ssl\">HTTP\/2 Browser Support Requires SSL<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Most modern browsers only support using the HTTP\/2 protocol over SSL, while non-SSL traffic continues to use HTTP\/1.1. App Service makes it easy to get up and running with SSL. <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/app-service\/web-sites-purchase-ssl-web-site\">Learn how to configure<\/a> a new SSL cert for your app, or learn how to <a href=\"https:\/\/docs.microsoft.com\/en-us\/Azure\/app-service\/app-service-web-tutorial-custom-ssl\">bind an existing SSL cert<\/a> to your app. App Service also provides a default level of SSL functionality for all apps via a common wildcard SSL certificate bound to the <em>*.azurewebsites.net<\/em> domain. Regardless of which approach you choose, your apps will need to run over SSL to enjoy the benefits of HTTP\/2 with modern browsers.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Ask a question on the developer forums: <a href=\"https:\/\/social.msdn.microsoft.com\/Forums\/azure\/en-US\/home?forum=windowsazurewebsitespreview\">MSDN<\/a> or <a href=\"https:\/\/stackoverflow.com\/questions\/tagged\/azure-web-app-service\">Stack Overflow<\/a><\/li>\n\n\n\n<li class=\"wp-block-list-item\">Open a <a href=\"https:\/\/portal.azure.com\/\">support ticket<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>The Azure App Service team is happy to announce the global deployment of support for the HTTP\/2 protocol for all apps hosted on App Service.<\/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":[1467],"tags":[],"audience":[3055,3053,3056],"content-type":[1465],"product":[2902],"tech-community":[],"topic":[],"coauthors":[97],"class_list":["post-2910","post","type-post","status-publish","format-standard","hentry","category-compute","audience-developers","audience-it-decision-makers","audience-it-implementors","content-type-announcements","product-app-service","review-flag-1680286581-295","review-flag-1-1680286581-825","review-flag-2-1680286581-601","review-flag-disabled","review-flag-new-1680286579-546"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Announcing HTTP\/2 support in Azure App Service | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"The Azure App Service team is happy to announce the global deployment of support for the HTTP\/2 protocol for all apps hosted on App Service. HTTP\/2 has been the top customer request we have received, and we are excited to light up support!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-http-2-support-in-azure-app-service\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Announcing HTTP\/2 support in Azure App Service | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"The Azure App Service team is happy to announce the global deployment of support for the HTTP\/2 protocol for all apps hosted on App Service. HTTP\/2 has been the top customer request we have received, and we are excited to light up support!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-http-2-support-in-azure-app-service\/\" \/>\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-03-27T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-01T15:15:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/03\/e657701e-071e-4989-b25b-3da79ea85dea.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=\"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\/announcing-http-2-support-in-azure-app-service\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-http-2-support-in-azure-app-service\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/microsoft-azure\/\",\"@type\":\"Person\",\"@name\":\"Microsoft Azure\"}],\"headline\":\"Announcing HTTP\/2 support in Azure App Service\",\"datePublished\":\"2018-03-27T00:00:00+00:00\",\"dateModified\":\"2025-07-01T15:15:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-http-2-support-in-azure-app-service\/\"},\"wordCount\":749,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-http-2-support-in-azure-app-service\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/03\/e657701e-071e-4989-b25b-3da79ea85dea.webp\",\"articleSection\":[\"Compute\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-http-2-support-in-azure-app-service\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-http-2-support-in-azure-app-service\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-http-2-support-in-azure-app-service\/\",\"name\":\"Announcing HTTP\/2 support in Azure App Service | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-http-2-support-in-azure-app-service\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-http-2-support-in-azure-app-service\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/03\/e657701e-071e-4989-b25b-3da79ea85dea.webp\",\"datePublished\":\"2018-03-27T00:00:00+00:00\",\"dateModified\":\"2025-07-01T15:15:03+00:00\",\"description\":\"The Azure App Service team is happy to announce the global deployment of support for the HTTP\/2 protocol for all apps hosted on App Service. HTTP\/2 has been the top customer request we have received, and we are excited to light up support!\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-http-2-support-in-azure-app-service\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-http-2-support-in-azure-app-service\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-http-2-support-in-azure-app-service\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/03\/e657701e-071e-4989-b25b-3da79ea85dea.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/03\/e657701e-071e-4989-b25b-3da79ea85dea.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-http-2-support-in-azure-app-service\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog home\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Compute\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/compute\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Announcing HTTP\/2 support in Azure App Service\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"name\":\"Microsoft Azure Blog\",\"description\":\"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.\",\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\",\"name\":\"Microsoft Azure Blog\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"width\":512,\"height\":512,\"caption\":\"Microsoft Azure Blog\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/microsoftazure\",\"https:\/\/x.com\/azure\",\"https:\/\/www.instagram.com\/microsoftdeveloper\/\",\"https:\/\/www.linkedin.com\/company\/16188386\",\"https:\/\/www.youtube.com\/user\/windowsazure\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117\",\"name\":\"shakir\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"caption\":\"shakir\"},\"sameAs\":[\"https:\/\/azure.microsoft.com\"],\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Announcing HTTP\/2 support in Azure App Service | Microsoft Azure Blog","description":"The Azure App Service team is happy to announce the global deployment of support for the HTTP\/2 protocol for all apps hosted on App Service. HTTP\/2 has been the top customer request we have received, and we are excited to light up support!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-http-2-support-in-azure-app-service\/","og_locale":"en_US","og_type":"article","og_title":"Announcing HTTP\/2 support in Azure App Service | Microsoft Azure Blog","og_description":"The Azure App Service team is happy to announce the global deployment of support for the HTTP\/2 protocol for all apps hosted on App Service. HTTP\/2 has been the top customer request we have received, and we are excited to light up support!","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-http-2-support-in-azure-app-service\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2018-03-27T00:00:00+00:00","article_modified_time":"2025-07-01T15:15:03+00:00","og_image":[{"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/03\/e657701e-071e-4989-b25b-3da79ea85dea.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":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-http-2-support-in-azure-app-service\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-http-2-support-in-azure-app-service\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/microsoft-azure\/","@type":"Person","@name":"Microsoft Azure"}],"headline":"Announcing HTTP\/2 support in Azure App Service","datePublished":"2018-03-27T00:00:00+00:00","dateModified":"2025-07-01T15:15:03+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-http-2-support-in-azure-app-service\/"},"wordCount":749,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-http-2-support-in-azure-app-service\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/03\/e657701e-071e-4989-b25b-3da79ea85dea.webp","articleSection":["Compute"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-http-2-support-in-azure-app-service\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-http-2-support-in-azure-app-service\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-http-2-support-in-azure-app-service\/","name":"Announcing HTTP\/2 support in Azure App Service | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-http-2-support-in-azure-app-service\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-http-2-support-in-azure-app-service\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/03\/e657701e-071e-4989-b25b-3da79ea85dea.webp","datePublished":"2018-03-27T00:00:00+00:00","dateModified":"2025-07-01T15:15:03+00:00","description":"The Azure App Service team is happy to announce the global deployment of support for the HTTP\/2 protocol for all apps hosted on App Service. HTTP\/2 has been the top customer request we have received, and we are excited to light up support!","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-http-2-support-in-azure-app-service\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-http-2-support-in-azure-app-service\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-http-2-support-in-azure-app-service\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/03\/e657701e-071e-4989-b25b-3da79ea85dea.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/03\/e657701e-071e-4989-b25b-3da79ea85dea.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-http-2-support-in-azure-app-service\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog home","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/"},{"@type":"ListItem","position":2,"name":"Compute","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/compute\/"},{"@type":"ListItem","position":3,"name":"Announcing HTTP\/2 support in Azure App Service"}]},{"@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\/2910","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=2910"}],"version-history":[{"count":1,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/2910\/revisions"}],"predecessor-version":[{"id":44761,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/2910\/revisions\/44761"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=2910"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=2910"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=2910"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=2910"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=2910"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=2910"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=2910"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=2910"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=2910"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}