{"id":1585,"date":"2020-02-17T14:06:01","date_gmt":"2020-02-17T14:06:01","guid":{"rendered":"https:\/\/wordpress-634681-2064240.cloudwaysapps.com\/?p=1585"},"modified":"2020-03-30T14:21:54","modified_gmt":"2020-03-30T14:21:54","slug":"azure-iot-edge-devops-part3","status":"publish","type":"post","link":"https:\/\/www.petecodes.co.uk\/azure-iot-edge-devops-part3\/","title":{"rendered":"Azure DevOps with Azure IoT Edge and the Raspberry Pi – Part 3 – Creating an Azure DevOps Organisation, Project and Settings, etc"},"content":{"rendered":"\n

This is Part 3 of an 8 part series. You can read the other parts here…

Part 1 – Setting up Raspbian Buster<\/a><\/strong><\/em>
Part 2 – Creating an IoT Hub and Edge Device<\/a><\/strong><\/em>
Part 4<\/strong><\/em> – Setting up the Azure IoT Edge Device Pi<\/em><\/strong><\/a>
Part 5 – Setting up the Azure IoT Edge Build Pi<\/a><\/em><\/strong>
Part 6 – Creating an Azure Container Registry<\/em><\/strong><\/a>
Part 7 – Download the Azure DevOps Project Source Code<\/a><\/em><\/strong> <\/p>\n\n\n\n

In the previous post<\/a>, we created an IoT Hub and a new IoT Edge Device.<\/p>\n\n\n\n

In this post we’ll create an Azure DevOps Organisation<\/a> and a new DevOps Project<\/a>. We’ll then create a Personal Access Token so our Build Agent Pi can access our Project. Finally we’ll create the Build Agent in the Project.<\/p>\n\n\n\n

Create an Azure DevOps Organisation<\/h2>\n\n\n\n

Go to the Azure DevOps<\/a> site at https:\/\/dev.azure.com <\/a>and sign in. <\/p>\n\n\n\n

Create a new Azure DevOps Organisation. Feel free to leave it in whichever region is default, or choose one closest to you.<\/p>\n\n\n\n

\"\"<\/a>
Create a DevOps Organisation<\/figcaption><\/figure>\n\n\n\n

Create an Azure DevOps Project<\/h2>\n\n\n\n

Next up, create a new Azure DevOps Project to house our Repo, CICD Pipeline, Kanban board etc.<\/p>\n\n\n\n

\"\"<\/a>
Create a DevOps Project<\/figcaption><\/figure>\n\n\n\n

Create a Personal Access Token<\/h2>\n\n\n\n

We now need to create a Personal Access Token<\/a> or PAT, so that the IoT Build Agent Pi can connect to our Azure DevOps Project.<\/p>\n\n\n\n

Clicking the Person icon in the top right corner of the screen will show various options including “Personal Access Tokens”. Clicking this option will take you to a page listing your existing Personal Access Tokens.<\/p>\n\n\n\n

Click the “New Token” button at the top left of the main pane to begin adding a new Personal Access Token.<\/p>\n\n\n\n

Give your PAT a descriptive name such as “iotedgebuild”. <\/p>\n\n\n\n

Set the Expiration to 60 days for now. Make sure that “Custom defined” is selected in the “Scopes” Section. <\/p>\n\n\n\n

Scroll to the bottom of the New PAT pane and click the “Show all scopes” link to reveal all of the scopes for this PAT.<\/p>\n\n\n\n

Scroll to the top and under “Agent Pools” select “Read & Manage” to allow the Build Agent to read and Manage the Agent Pools in our project.<\/p>\n\n\n\n

Click the “Create” button at the bottom of the new PAT pane to create your token.<\/p>\n\n\n\n

You’ll now be given a token which we’ll use to authenticate our build agent. Copy the token and save it somewhere safe, we’ll use it later on!<\/p>\n\n\n\n

Click the “Close” button to close the new PAT pane.<\/p>\n\n\n\n

\"\"<\/a>
Create Personal Access Token<\/figcaption><\/figure>\n\n\n\n

Create an Agent Pool<\/h2>\n\n\n\n

Next head back to the main Organisation Page by hitting the Blue Azure Icon at the top left corner of the screen.<\/p>\n\n\n\n

From here, go to the Organisation Settings by hitting the “Organisation Settings<\/em><\/strong>” button in the bottom left corner.<\/p>\n\n\n\n

Along the left will be a menu of items. Click the “Agent Pools<\/em><\/strong>” item in the “Pipelines<\/em><\/strong>” section.<\/p>\n\n\n\n

Click the “Add Pool<\/em><\/strong>” button in the top right hand corner to begin adding a new pool.<\/p>\n\n\n\n

Call the pool “arm32<\/em><\/strong>” and make sure that “Grant access permission to all pipelines<\/em><\/strong>” and “Auto-provision this agent pool in all projects<\/em><\/strong>” are ticked.<\/p>\n\n\n\n

Click the “Create<\/em><\/strong>” button in the bottom left hand corner of the screen to complete create the new Agent Pool.<\/p>\n\n\n\n

You should now see your new agent pool in the list of Agent Pools in the main pane.<\/p>\n\n\n\n

\"\"<\/a>
Create Agent Pool<\/figcaption><\/figure>\n\n\n\n

To be continued…<\/h2>\n\n\n\n

In the next post we’ll get our IoT Edge Device Pi setup with all the software needed to run IoT Edge Modules.<\/p>\n\n\n\n

Setting up the IoT Edge Device Pi<\/a><\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"

This is Part 3 of an 8 part series. You can read the other parts here… Part 1 – Setting…<\/p>\n","protected":false},"author":1,"featured_media":1599,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[5],"tags":[15,16,11,13],"acf":[],"aioseo_notices":[],"yoast_head":"\nAzure DevOps with Azure IoT Edge and the Raspberry Pi - Part 3 - Creating an Azure DevOps Organisation, Project and Settings, etc - Pete Codes<\/title>\n<meta name=\"description\" content=\"In this series of posts, we get two Raspberry Pis setup along with the Azure Resources needed for a full Azure Devops IoT Pipeline.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.petecodes.co.uk\/azure-iot-edge-devops-part3\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Azure DevOps with Azure IoT Edge and the Raspberry Pi - Part 3 - Creating an Azure DevOps Organisation, Project and Settings, etc - Pete Codes\" \/>\n<meta property=\"og:description\" content=\"In this series of posts, we get two Raspberry Pis setup along with the Azure Resources needed for a full Azure Devops IoT Pipeline.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.petecodes.co.uk\/azure-iot-edge-devops-part3\/\" \/>\n<meta property=\"og:site_name\" content=\"Pete Codes\" \/>\n<meta property=\"article:published_time\" content=\"2020-02-17T14:06:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-03-30T14:21:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.petecodes.co.uk\/wp-content\/uploads\/2020\/02\/03-DevOps-in-an-IoT-World-Part-3-Creating-Devops-Org.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"PeteCodes\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"PeteCodes\" \/>\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:\/\/www.petecodes.co.uk\/azure-iot-edge-devops-part3\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.petecodes.co.uk\/azure-iot-edge-devops-part3\/\"},\"author\":{\"name\":\"PeteCodes\",\"@id\":\"https:\/\/www.petecodes.co.uk\/#\/schema\/person\/c2f636f242b064676ae61ed0022b32e7\"},\"headline\":\"Azure DevOps with Azure IoT Edge and the Raspberry Pi – Part 3 – Creating an Azure DevOps Organisation, Project and Settings, etc\",\"datePublished\":\"2020-02-17T14:06:01+00:00\",\"dateModified\":\"2020-03-30T14:21:54+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.petecodes.co.uk\/azure-iot-edge-devops-part3\/\"},\"wordCount\":610,\"publisher\":{\"@id\":\"https:\/\/www.petecodes.co.uk\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.petecodes.co.uk\/azure-iot-edge-devops-part3\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.petecodes.co.uk\/wp-content\/uploads\/2020\/02\/03-DevOps-in-an-IoT-World-Part-3-Creating-Devops-Org.png\",\"keywords\":[\"Azure\",\"DevOps\",\"IoT\",\"Raspberry Pi\"],\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.petecodes.co.uk\/azure-iot-edge-devops-part3\/\",\"url\":\"https:\/\/www.petecodes.co.uk\/azure-iot-edge-devops-part3\/\",\"name\":\"Azure DevOps with Azure IoT Edge and the Raspberry Pi - Part 3 - Creating an Azure DevOps Organisation, Project and Settings, etc - Pete Codes\",\"isPartOf\":{\"@id\":\"https:\/\/www.petecodes.co.uk\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.petecodes.co.uk\/azure-iot-edge-devops-part3\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.petecodes.co.uk\/azure-iot-edge-devops-part3\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.petecodes.co.uk\/wp-content\/uploads\/2020\/02\/03-DevOps-in-an-IoT-World-Part-3-Creating-Devops-Org.png\",\"datePublished\":\"2020-02-17T14:06:01+00:00\",\"dateModified\":\"2020-03-30T14:21:54+00:00\",\"description\":\"In this series of posts, we get two Raspberry Pis setup along with the Azure Resources needed for a full Azure Devops IoT Pipeline.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.petecodes.co.uk\/azure-iot-edge-devops-part3\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.petecodes.co.uk\/azure-iot-edge-devops-part3\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.petecodes.co.uk\/azure-iot-edge-devops-part3\/#primaryimage\",\"url\":\"https:\/\/www.petecodes.co.uk\/wp-content\/uploads\/2020\/02\/03-DevOps-in-an-IoT-World-Part-3-Creating-Devops-Org.png\",\"contentUrl\":\"https:\/\/www.petecodes.co.uk\/wp-content\/uploads\/2020\/02\/03-DevOps-in-an-IoT-World-Part-3-Creating-Devops-Org.png\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.petecodes.co.uk\/azure-iot-edge-devops-part3\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.petecodes.co.uk\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Azure DevOps with Azure IoT Edge and the Raspberry Pi – Part 3 – Creating an Azure DevOps Organisation, Project and Settings, etc\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.petecodes.co.uk\/#website\",\"url\":\"https:\/\/www.petecodes.co.uk\/\",\"name\":\"Pete Codes\",\"description\":\"Pete Gallagher - Developer and Public Speaker\",\"publisher\":{\"@id\":\"https:\/\/www.petecodes.co.uk\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.petecodes.co.uk\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.petecodes.co.uk\/#organization\",\"name\":\"Pete Codes\",\"url\":\"https:\/\/www.petecodes.co.uk\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.petecodes.co.uk\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.petecodes.co.uk\/wp-content\/uploads\/2020\/06\/Logo-Small-Optimised.png\",\"contentUrl\":\"https:\/\/www.petecodes.co.uk\/wp-content\/uploads\/2020\/06\/Logo-Small-Optimised.png\",\"width\":189,\"height\":100,\"caption\":\"Pete Codes\"},\"image\":{\"@id\":\"https:\/\/www.petecodes.co.uk\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.petecodes.co.uk\/#\/schema\/person\/c2f636f242b064676ae61ed0022b32e7\",\"name\":\"PeteCodes\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.petecodes.co.uk\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/969dc1e441e755dd7d1f90da569dc913?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/969dc1e441e755dd7d1f90da569dc913?s=96&d=mm&r=g\",\"caption\":\"PeteCodes\"},\"sameAs\":[\"https:\/\/wordpress-634681-2064240.cloudwaysapps.com\"],\"url\":\"https:\/\/www.petecodes.co.uk\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Azure DevOps with Azure IoT Edge and the Raspberry Pi - Part 3 - Creating an Azure DevOps Organisation, Project and Settings, etc - Pete Codes","description":"In this series of posts, we get two Raspberry Pis setup along with the Azure Resources needed for a full Azure Devops IoT Pipeline.","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:\/\/www.petecodes.co.uk\/azure-iot-edge-devops-part3\/","og_locale":"en_US","og_type":"article","og_title":"Azure DevOps with Azure IoT Edge and the Raspberry Pi - Part 3 - Creating an Azure DevOps Organisation, Project and Settings, etc - Pete Codes","og_description":"In this series of posts, we get two Raspberry Pis setup along with the Azure Resources needed for a full Azure Devops IoT Pipeline.","og_url":"https:\/\/www.petecodes.co.uk\/azure-iot-edge-devops-part3\/","og_site_name":"Pete Codes","article_published_time":"2020-02-17T14:06:01+00:00","article_modified_time":"2020-03-30T14:21:54+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/www.petecodes.co.uk\/wp-content\/uploads\/2020\/02\/03-DevOps-in-an-IoT-World-Part-3-Creating-Devops-Org.png","type":"image\/png"}],"author":"PeteCodes","twitter_card":"summary_large_image","twitter_misc":{"Written by":"PeteCodes","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.petecodes.co.uk\/azure-iot-edge-devops-part3\/#article","isPartOf":{"@id":"https:\/\/www.petecodes.co.uk\/azure-iot-edge-devops-part3\/"},"author":{"name":"PeteCodes","@id":"https:\/\/www.petecodes.co.uk\/#\/schema\/person\/c2f636f242b064676ae61ed0022b32e7"},"headline":"Azure DevOps with Azure IoT Edge and the Raspberry Pi – Part 3 – Creating an Azure DevOps Organisation, Project and Settings, etc","datePublished":"2020-02-17T14:06:01+00:00","dateModified":"2020-03-30T14:21:54+00:00","mainEntityOfPage":{"@id":"https:\/\/www.petecodes.co.uk\/azure-iot-edge-devops-part3\/"},"wordCount":610,"publisher":{"@id":"https:\/\/www.petecodes.co.uk\/#organization"},"image":{"@id":"https:\/\/www.petecodes.co.uk\/azure-iot-edge-devops-part3\/#primaryimage"},"thumbnailUrl":"https:\/\/www.petecodes.co.uk\/wp-content\/uploads\/2020\/02\/03-DevOps-in-an-IoT-World-Part-3-Creating-Devops-Org.png","keywords":["Azure","DevOps","IoT","Raspberry Pi"],"articleSection":["Blog"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.petecodes.co.uk\/azure-iot-edge-devops-part3\/","url":"https:\/\/www.petecodes.co.uk\/azure-iot-edge-devops-part3\/","name":"Azure DevOps with Azure IoT Edge and the Raspberry Pi - Part 3 - Creating an Azure DevOps Organisation, Project and Settings, etc - Pete Codes","isPartOf":{"@id":"https:\/\/www.petecodes.co.uk\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.petecodes.co.uk\/azure-iot-edge-devops-part3\/#primaryimage"},"image":{"@id":"https:\/\/www.petecodes.co.uk\/azure-iot-edge-devops-part3\/#primaryimage"},"thumbnailUrl":"https:\/\/www.petecodes.co.uk\/wp-content\/uploads\/2020\/02\/03-DevOps-in-an-IoT-World-Part-3-Creating-Devops-Org.png","datePublished":"2020-02-17T14:06:01+00:00","dateModified":"2020-03-30T14:21:54+00:00","description":"In this series of posts, we get two Raspberry Pis setup along with the Azure Resources needed for a full Azure Devops IoT Pipeline.","breadcrumb":{"@id":"https:\/\/www.petecodes.co.uk\/azure-iot-edge-devops-part3\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.petecodes.co.uk\/azure-iot-edge-devops-part3\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.petecodes.co.uk\/azure-iot-edge-devops-part3\/#primaryimage","url":"https:\/\/www.petecodes.co.uk\/wp-content\/uploads\/2020\/02\/03-DevOps-in-an-IoT-World-Part-3-Creating-Devops-Org.png","contentUrl":"https:\/\/www.petecodes.co.uk\/wp-content\/uploads\/2020\/02\/03-DevOps-in-an-IoT-World-Part-3-Creating-Devops-Org.png","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/www.petecodes.co.uk\/azure-iot-edge-devops-part3\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.petecodes.co.uk\/"},{"@type":"ListItem","position":2,"name":"Azure DevOps with Azure IoT Edge and the Raspberry Pi – Part 3 – Creating an Azure DevOps Organisation, Project and Settings, etc"}]},{"@type":"WebSite","@id":"https:\/\/www.petecodes.co.uk\/#website","url":"https:\/\/www.petecodes.co.uk\/","name":"Pete Codes","description":"Pete Gallagher - Developer and Public Speaker","publisher":{"@id":"https:\/\/www.petecodes.co.uk\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.petecodes.co.uk\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.petecodes.co.uk\/#organization","name":"Pete Codes","url":"https:\/\/www.petecodes.co.uk\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.petecodes.co.uk\/#\/schema\/logo\/image\/","url":"https:\/\/www.petecodes.co.uk\/wp-content\/uploads\/2020\/06\/Logo-Small-Optimised.png","contentUrl":"https:\/\/www.petecodes.co.uk\/wp-content\/uploads\/2020\/06\/Logo-Small-Optimised.png","width":189,"height":100,"caption":"Pete Codes"},"image":{"@id":"https:\/\/www.petecodes.co.uk\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.petecodes.co.uk\/#\/schema\/person\/c2f636f242b064676ae61ed0022b32e7","name":"PeteCodes","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.petecodes.co.uk\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/969dc1e441e755dd7d1f90da569dc913?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/969dc1e441e755dd7d1f90da569dc913?s=96&d=mm&r=g","caption":"PeteCodes"},"sameAs":["https:\/\/wordpress-634681-2064240.cloudwaysapps.com"],"url":"https:\/\/www.petecodes.co.uk\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.petecodes.co.uk\/wp-json\/wp\/v2\/posts\/1585"}],"collection":[{"href":"https:\/\/www.petecodes.co.uk\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.petecodes.co.uk\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.petecodes.co.uk\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.petecodes.co.uk\/wp-json\/wp\/v2\/comments?post=1585"}],"version-history":[{"count":0,"href":"https:\/\/www.petecodes.co.uk\/wp-json\/wp\/v2\/posts\/1585\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.petecodes.co.uk\/wp-json\/wp\/v2\/media\/1599"}],"wp:attachment":[{"href":"https:\/\/www.petecodes.co.uk\/wp-json\/wp\/v2\/media?parent=1585"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.petecodes.co.uk\/wp-json\/wp\/v2\/categories?post=1585"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.petecodes.co.uk\/wp-json\/wp\/v2\/tags?post=1585"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}