{"id":1511,"date":"2019-03-27T00:00:00","date_gmt":"2019-03-27T00:00:00","guid":{"rendered":"https:\/\/azure.microsoft.com\/blog\/high-throughput-with-azure-blob-storage"},"modified":"2025-06-19T04:29:22","modified_gmt":"2025-06-19T11:29:22","slug":"high-throughput-with-azure-blob-storage","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/high-throughput-with-azure-blob-storage\/","title":{"rendered":"High-Throughput with Azure Blob Storage"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">I am happy to announce that High-Throughput Block Blob (HTBB) is globally enabled in Azure Blob Storage. HTBB provides significantly improved and instantaneous write throughput when ingesting larger block blobs, up to the storage account limits for a single blob. We have also removed the guesswork in naming your objects, enabling you to focus on building the most scalable applications and not worry about the vagaries of cloud storage.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"htbb-demo-of-12-5gb-s-single-blob-throughput-at-microsoft-ignite\">HTBB demo of 12.5GB\/s single blob throughput at Microsoft Ignite<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">I demonstrated the significantly improved write performance at Microsoft Ignite 2018. The demo application orchestrated the upload of 50,000 32MiB (1,600,000 MiB) block blobs from RAM using <a href=\"https:\/\/docs.microsoft.com\/en-us\/rest\/api\/storageservices\/put-block\">Put Block<\/a> operations to a single blob. When all blocks were uploaded, it sent the block list to create the blob using the <a href=\"https:\/\/docs.microsoft.com\/en-us\/rest\/api\/storageservices\/put-block-list\">Put Block List<\/a> operation. It orchestrated the upload using four D64v3 worker virtual machines (VMs), each VM writing 25 percent of the block blobs. <b>The total time to upload the object took around 120 seconds which is about 12.5GB\/s<\/b>. Check out the demo in the video below to learn more.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"gb-throughput-using-a-single-virtual-machine\">GB+ throughput using a single virtual machine<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To illustrate the possible performance using just a single VM, I created a D32v3 VM running Linux in US West2. I stored the files to upload on a local RAM disk to reduce local storage performance affecting the results. I then created the files using the head command with input from \/dev\/urandom to fill them with random data. Finally I used <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/storage\/common\/storage-use-azcopy-v10?toc=%2fazure%2fstorage%2fblobs%2ftoc.json\">AzCopy v10<\/a> (v10.0.4) to upload the files to a standard storage account in the same region. I ran each iteration 5 times and averaged the time to upload in the table below.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Data set<\/strong><\/td><td><strong>Time to upload<\/strong><\/td><td><strong>Throughput<\/strong><\/td><\/tr><tr><td>1,000 x 10MB<\/td><td>10 seconds<\/td><td>1.0 GB\/s<\/td><\/tr><tr><td>100 x 100MB<\/td><td>8 seconds<\/td><td>1.2 GB\/s<\/td><\/tr><tr><td>10 x 1GB<\/td><td>8 seconds<\/td><td>1.2 GB\/s<\/td><\/tr><tr><td>1 x 10GB<\/td><td>8 seconds<\/td><td>1.2 GB\/s<\/td><\/tr><tr><td>1 x 100GB<\/td><td>58 seconds<\/td><td>1.7 GB\/s<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"htbb-everywhere\">HTBB everywhere<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">HTBB is active on all your existing storage accounts, and does not require opt-in. It also comes without any extra cost. HTBB doesn\u2019t introduce any new APIs and is automatically active when using <i>Put Block<\/i> or <i>Put Blob<\/i> operations over a certain size. The following table lists the minimum required <i>Put Blob<\/i> or <i>Put Block<\/i> size to activate HTBB.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Storage Account type<\/strong><\/td><td><strong>Minimum size for HTBB<\/strong><\/td><\/tr><tr><td>StorageV2 (General purpose v2)<\/td><td>&gt;4MiB<\/td><\/tr><tr><td>Storage (General purpose v1)<\/td><td>&gt;4MiB<\/td><\/tr><tr><td>Blob Storage<\/td><td>&gt;4MiB<\/td><\/tr><tr><td><a href=\"https:\/\/aka.ms\/premiumblob\" target=\"_blank\" rel=\"noopener\">BlockBlobStorage (Premium)<\/a><\/td><td>&gt;256KiB<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"azure-tools-and-services-supporting-htbb\">Azure Tools and Services supporting HTBB<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">There is a broad set of tools and services that already support HTBB, including:<\/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\/storage\/common\/storage-use-azcopy-v10?toc=%2fazure%2fstorage%2fblobs%2ftoc.json\">AzCopy v10 preview<\/a><\/li>\n\n\n\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/storage\/data-lake-storage\/introduction\">Azure Data Lake Storage Gen2<\/a><\/li>\n\n\n\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/azure.microsoft.com\/en-us\/services\/storage\/databox\/\">Data Box<\/a><\/li>\n\n\n\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/azure.microsoft.com\/en-us\/services\/data-factory\/\">Azure Data Factory<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"conclusion\">Conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">We\u2019re excited about the throughput improvements and application simplifications High-Throughput Block Blob brings to Azure Blob Storage! It is now available in all Azure regions and automatically active on your existing storage accounts at no extra cost. We look forward to hearing your feedback. To learn more about Blob Storage, please visit our <a href=\"https:\/\/azure.microsoft.com\/en-us\/services\/storage\/blobs\/\">product page<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I am happy to announce that High-Throughput Block Blob (HTBB) is globally enabled in Azure Blob Storage.<\/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":[1491],"tags":[],"audience":[3057,3053,3056],"content-type":[],"product":[1525],"tech-community":[],"topic":[],"coauthors":[480],"class_list":["post-1511","post","type-post","status-publish","format-standard","hentry","category-storage","audience-data-professionals","audience-it-decision-makers","audience-it-implementors","product-azure-blob-storage","review-flag-1680286581-295","review-flag-1680286581-364","review-flag-1-1680286581-825","review-flag-2-1680286581-601","review-flag-4-1680286581-250","review-flag-5-1680286581-950","review-flag-7-1680286581-146","review-flag-8-1680286581-263","review-flag-new-1680286579-546","review-flag-percent","review-flag-vm-1680286585-143"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>High-Throughput with Azure Blob Storage | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"I am happy to announce that High-Throughput Block Blob (HTBB) is globally enabled in Azure Blob Storage.\" \/>\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\/high-throughput-with-azure-blob-storage\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"High-Throughput with Azure Blob Storage | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"I am happy to announce that High-Throughput Block Blob (HTBB) is globally enabled in Azure Blob Storage.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/high-throughput-with-azure-blob-storage\/\" \/>\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-03-27T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-19T11:29:22+00:00\" \/>\n<meta name=\"author\" content=\"Claus Joergensen\" \/>\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=\"Claus Joergensen\" \/>\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\/high-throughput-with-azure-blob-storage\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/high-throughput-with-azure-blob-storage\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/claus-joergensen\/\",\"@type\":\"Person\",\"@name\":\"Claus Joergensen\"}],\"headline\":\"High-Throughput with Azure Blob Storage\",\"datePublished\":\"2019-03-27T00:00:00+00:00\",\"dateModified\":\"2025-06-19T11:29:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/high-throughput-with-azure-blob-storage\/\"},\"wordCount\":493,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"articleSection\":[\"Storage\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/high-throughput-with-azure-blob-storage\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/high-throughput-with-azure-blob-storage\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/high-throughput-with-azure-blob-storage\/\",\"name\":\"High-Throughput with Azure Blob Storage | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"datePublished\":\"2019-03-27T00:00:00+00:00\",\"dateModified\":\"2025-06-19T11:29:22+00:00\",\"description\":\"I am happy to announce that High-Throughput Block Blob (HTBB) is globally enabled in Azure Blob Storage.\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/high-throughput-with-azure-blob-storage\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/high-throughput-with-azure-blob-storage\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/high-throughput-with-azure-blob-storage\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog home\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Storage\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/storage\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"High-Throughput with Azure Blob Storage\"}]},{\"@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":"High-Throughput with Azure Blob Storage | Microsoft Azure Blog","description":"I am happy to announce that High-Throughput Block Blob (HTBB) is globally enabled in Azure Blob Storage.","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\/high-throughput-with-azure-blob-storage\/","og_locale":"en_US","og_type":"article","og_title":"High-Throughput with Azure Blob Storage | Microsoft Azure Blog","og_description":"I am happy to announce that High-Throughput Block Blob (HTBB) is globally enabled in Azure Blob Storage.","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/high-throughput-with-azure-blob-storage\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2019-03-27T00:00:00+00:00","article_modified_time":"2025-06-19T11:29:22+00:00","author":"Claus Joergensen","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Claus Joergensen","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/high-throughput-with-azure-blob-storage\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/high-throughput-with-azure-blob-storage\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/claus-joergensen\/","@type":"Person","@name":"Claus Joergensen"}],"headline":"High-Throughput with Azure Blob Storage","datePublished":"2019-03-27T00:00:00+00:00","dateModified":"2025-06-19T11:29:22+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/high-throughput-with-azure-blob-storage\/"},"wordCount":493,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"articleSection":["Storage"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/high-throughput-with-azure-blob-storage\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/high-throughput-with-azure-blob-storage\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/high-throughput-with-azure-blob-storage\/","name":"High-Throughput with Azure Blob Storage | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"datePublished":"2019-03-27T00:00:00+00:00","dateModified":"2025-06-19T11:29:22+00:00","description":"I am happy to announce that High-Throughput Block Blob (HTBB) is globally enabled in Azure Blob Storage.","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/high-throughput-with-azure-blob-storage\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/high-throughput-with-azure-blob-storage\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/high-throughput-with-azure-blob-storage\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog home","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/"},{"@type":"ListItem","position":2,"name":"Storage","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/storage\/"},{"@type":"ListItem","position":3,"name":"High-Throughput with Azure Blob Storage"}]},{"@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\/1511","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=1511"}],"version-history":[{"count":1,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/1511\/revisions"}],"predecessor-version":[{"id":42461,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/1511\/revisions\/42461"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=1511"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=1511"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=1511"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=1511"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=1511"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=1511"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=1511"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=1511"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=1511"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}