{"id":43487,"date":"2020-11-24T15:00:47","date_gmt":"2020-11-24T14:00:47","guid":{"rendered":""},"modified":"2021-11-26T17:53:36","modified_gmt":"2021-11-26T16:53:36","slug":"managing-bulk-azure-reserved-instances","status":"publish","type":"post","link":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/","title":{"rendered":"Managing bulk Azure Reserved Instances"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"attachment-full size-full\" src=\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/wp-content\/uploads\/sites\/22\/2019\/06\/WindowsVirtualDesktopHeader.jpg\" alt=\"The Azure logo, with a drawing of Bit the Raccoon looking up at it.\" width=\"1920\" height=\"700\" \/><\/p>\n<p>Azure is great for workloads where you want to pay for what you use, as you can save money by switching services off or down-sizing them when you can.<\/p>\n<p>Over time, as you become a more mature public cloud consumer and more workloads move to production, there may be workloads that need to run constantly. How should you manage these costs?<\/p>\n<p>&nbsp;<\/p>\n<h2>Enter Reserved Instances<\/h2>\n<p>Azure has a feature called Reserved Instances (or RI). RI allow you to commit to a usage pattern over a certain time period, a year or 3 years for example. In this article we will cover Virtual Machine RIs, but RIs can be purchased for many different Azure services.<\/p>\n<p>So how would you go about creating a Reserved Instance?<\/p>\n<p>&nbsp;<\/p>\n<h2>Azure Portal Reservations<\/h2>\n<p>The Azure Portal has support for RIs. From here, you can browse, create and modify RIs.<\/p>\n<p>&nbsp;<\/p>\n<p>This is a great way to get started, as the visual aspects of the Azure Portal will help you understand the basic concepts, as well as walk you through the purchase process using a shopping cart approach.<\/p>\n<p>But what if you need to create a lot of RIs? Or create RIs across a number of different subscriptions? The chance of user error clicking through the Portal steps multiple times may be too high.<\/p>\n<p>For these scenarios, I created the <a href=\"https:\/\/github.com\/mike-westaway\/reservedinstancehelper\">Reserved Instance Helper<\/a>.<\/p>\n<p>&nbsp;<\/p>\n<h2>Reserved Instance Helper<\/h2>\n<p>Within an enterprise, the person responsible for the RIs is probably part of a financial operations team, or FinOps. They may not have programming skills, and unfortunately for them, the only way to access RIs right now is through the Portal, PowerShell, Azure CLI or REST APIs.<\/p>\n<p>The FinOps team are most likely more comfortable working with Excel sheets than the command line, which is why the Reserved Instance Helper is designed for this kind of team.\u00a0The idea is to use an Excel spreadsheet as the source, making it easy to capture the details of each Virtual Machine RI in a worksheet row.<\/p>\n<p>I created a PowerShell script to read each row and make the necessary calls to create the RI. To create an RI there are two calls: one to calculate the RI, which creates an Order ID, then purchase the RI referring to the Order ID from the previous step.<\/p>\n<p>&nbsp;<\/p>\n<h2>The small print<\/h2>\n<p>There are a few implementation details to be aware of when working with RIs. Firstly, the name of the RI is free text &#8211; there is nothing to prevent you from creating two RIs with the same name. Azure knows they are different because they have unique Reservation IDs, but we poor humans may find it harder to work with multiple RIs with the same name.<\/p>\n<p>My spreadsheet has an Excel formula to create a name for each RI based on the row in the worksheet. There are also lookups for each of the RI attributes that is based on static values.<\/p>\n<p>Because the RI name isn\u2019t unique, it would be all too easy to run the spreadsheet multiple times and thereby create multiple copies of the same RI. To prevent this, I added a Purchased copy and set this to Yes after the RI has been created from the row.<\/p>\n<p>&nbsp;<\/p>\n<h2>Wait, there\u2019s more!<\/h2>\n<p>There is something to be aware of when using the command line tools to create RIs, and it&#8217;s that the command to purchase the RI actually triggers a workflow. As well as creating the RI, the workflow assigns access rights so that the creator can access the RI. Creating this access right is an asynchronous task, sometimes it completes before the purchase command returns and you don\u2019t notice. Other times it takes longer to complete and hasn\u2019t completed yet when the purchase command returns. In this situation, an error message is returned.<\/p>\n<p>This might be unsettling as a user, but fear not &#8211; when you go to the Azure Portal you will see that the RI has been purchased. In this situation, I considered waiting for the asynchronous access rights assignment to complete by getting the newly purchased RI, but in testing this sometimes took as long as 30 minutes. I figured that a user creating 50 RIs wouldn\u2019t want to wait 25 hours for the script to complete, so right now just accept the errors in the feedback and check the output in the Azure Portal when you are done.<\/p>\n<p>If you want to see the utility in action, I made a short video:<\/p>\n<p><iframe loading=\"lazy\" title=\"Reserved Instance Helper\" width=\"500\" height=\"375\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/QIYxzuzn_08?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/p>\n<p>I hope this is useful &#8211; let me know if it has helped you and enjoy the benefits of Reserved Instances! You can <a href=\"https:\/\/github.com\/mike-westaway\/reservedinstancehelper\" target=\"_blank\" rel=\"noopener noreferrer\">view the source<\/a> for the Reserved Instance Helper over on GitHub.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Azure has a feature called Reserved Instances (or RI). RI allow you to commit to a usage pattern over a certain time period, a year or 3 years for example. In this article we will cover Virtual Machine RIs, but RIs can be purchased for many different Azure services.<\/p>\n","protected":false},"author":430,"featured_media":34758,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","footnotes":""},"categories":[594],"post_tag":[519],"content-type":[],"coauthors":[1550],"class_list":["post-43487","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-technetuk","tag-technet-uk"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Managing bulk Azure Reserved Instances - Microsoft Industry Blogs - United Kingdom<\/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:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Managing bulk Azure Reserved Instances - Microsoft Industry Blogs - United Kingdom\" \/>\n<meta property=\"og:description\" content=\"Azure has a feature called Reserved Instances (or RI). RI allow you to commit to a usage pattern over a certain time period, a year or 3 years for example. In this article we will cover Virtual Machine RIs, but RIs can be purchased for many different Azure services.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Industry Blogs - United Kingdom\" \/>\n<meta property=\"article:published_time\" content=\"2020-11-24T14:00:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-26T16:53:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/wp-content\/uploads\/sites\/22\/2020\/06\/AzureThumb.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"450\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Mike Westaway\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mike Westaway\" \/>\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:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/\"},\"author\":[{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/author\/mike-westaway\/\",\"@type\":\"Person\",\"@name\":\"Mike Westaway\"}],\"headline\":\"Managing bulk Azure Reserved Instances\",\"datePublished\":\"2020-11-24T14:00:47+00:00\",\"dateModified\":\"2021-11-26T16:53:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/\"},\"wordCount\":796,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/wp-content\/uploads\/sites\/22\/2020\/06\/AzureThumb.jpg\",\"keywords\":[\"TechNet UK\"],\"articleSection\":[\"TechNet UK\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/\",\"url\":\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/\",\"name\":\"Managing bulk Azure Reserved Instances - Microsoft Industry Blogs - United Kingdom\",\"isPartOf\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/wp-content\/uploads\/sites\/22\/2020\/06\/AzureThumb.jpg\",\"datePublished\":\"2020-11-24T14:00:47+00:00\",\"dateModified\":\"2021-11-26T16:53:36+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/#primaryimage\",\"url\":\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/wp-content\/uploads\/sites\/22\/2020\/06\/AzureThumb.jpg\",\"contentUrl\":\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/wp-content\/uploads\/sites\/22\/2020\/06\/AzureThumb.jpg\",\"width\":800,\"height\":450,\"caption\":\"The Azure logo, with a drawing of Bit the Raccoon looking up at it.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Managing bulk Azure Reserved Instances\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/#website\",\"url\":\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/\",\"name\":\"Microsoft Industry Blogs - United Kingdom\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/#organization\",\"name\":\"Microsoft Industry Blogs - United Kingdom\",\"url\":\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/wp-content\/uploads\/sites\/22\/2019\/08\/Microsoft-Logo.png\",\"contentUrl\":\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/wp-content\/uploads\/sites\/22\/2019\/08\/Microsoft-Logo.png\",\"width\":259,\"height\":194,\"caption\":\"Microsoft Industry Blogs - United Kingdom\"},\"image\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Managing bulk Azure Reserved Instances - Microsoft Industry Blogs - United Kingdom","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:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/","og_locale":"en_US","og_type":"article","og_title":"Managing bulk Azure Reserved Instances - Microsoft Industry Blogs - United Kingdom","og_description":"Azure has a feature called Reserved Instances (or RI). RI allow you to commit to a usage pattern over a certain time period, a year or 3 years for example. In this article we will cover Virtual Machine RIs, but RIs can be purchased for many different Azure services.","og_url":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/","og_site_name":"Microsoft Industry Blogs - United Kingdom","article_published_time":"2020-11-24T14:00:47+00:00","article_modified_time":"2021-11-26T16:53:36+00:00","og_image":[{"width":800,"height":450,"url":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/wp-content\/uploads\/sites\/22\/2020\/06\/AzureThumb.jpg","type":"image\/jpeg"}],"author":"Mike Westaway","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Mike Westaway","Est. reading time":"3 min read"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/#article","isPartOf":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/"},"author":[{"@id":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/author\/mike-westaway\/","@type":"Person","@name":"Mike Westaway"}],"headline":"Managing bulk Azure Reserved Instances","datePublished":"2020-11-24T14:00:47+00:00","dateModified":"2021-11-26T16:53:36+00:00","mainEntityOfPage":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/"},"wordCount":796,"commentCount":0,"publisher":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/#organization"},"image":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/#primaryimage"},"thumbnailUrl":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/wp-content\/uploads\/sites\/22\/2020\/06\/AzureThumb.jpg","keywords":["TechNet UK"],"articleSection":["TechNet UK"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/","url":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/","name":"Managing bulk Azure Reserved Instances - Microsoft Industry Blogs - United Kingdom","isPartOf":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/#primaryimage"},"image":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/#primaryimage"},"thumbnailUrl":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/wp-content\/uploads\/sites\/22\/2020\/06\/AzureThumb.jpg","datePublished":"2020-11-24T14:00:47+00:00","dateModified":"2021-11-26T16:53:36+00:00","breadcrumb":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/#primaryimage","url":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/wp-content\/uploads\/sites\/22\/2020\/06\/AzureThumb.jpg","contentUrl":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/wp-content\/uploads\/sites\/22\/2020\/06\/AzureThumb.jpg","width":800,"height":450,"caption":"The Azure logo, with a drawing of Bit the Raccoon looking up at it."},{"@type":"BreadcrumbList","@id":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/technetuk\/2020\/11\/24\/managing-bulk-azure-reserved-instances\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/"},{"@type":"ListItem","position":2,"name":"Managing bulk Azure Reserved Instances"}]},{"@type":"WebSite","@id":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/#website","url":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/","name":"Microsoft Industry Blogs - United Kingdom","description":"","publisher":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/#organization","name":"Microsoft Industry Blogs - United Kingdom","url":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/wp-content\/uploads\/sites\/22\/2019\/08\/Microsoft-Logo.png","contentUrl":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/wp-content\/uploads\/sites\/22\/2019\/08\/Microsoft-Logo.png","width":259,"height":194,"caption":"Microsoft Industry Blogs - United Kingdom"},"image":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/wp-json\/wp\/v2\/posts\/43487","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/wp-json\/wp\/v2\/users\/430"}],"replies":[{"embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/wp-json\/wp\/v2\/comments?post=43487"}],"version-history":[{"count":0,"href":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/wp-json\/wp\/v2\/posts\/43487\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/wp-json\/wp\/v2\/media\/34758"}],"wp:attachment":[{"href":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/wp-json\/wp\/v2\/media?parent=43487"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/wp-json\/wp\/v2\/categories?post=43487"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/wp-json\/wp\/v2\/post_tag?post=43487"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/wp-json\/wp\/v2\/content-type?post=43487"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-gb\/industry\/blog\/wp-json\/wp\/v2\/coauthors?post=43487"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}