{"id":17835,"date":"2020-08-26T06:14:33","date_gmt":"2020-08-26T06:14:33","guid":{"rendered":"https:\/\/www.testpreptraining.com\/tutorial\/?page_id=17835"},"modified":"2022-04-07T10:13:05","modified_gmt":"2022-04-07T10:13:05","slug":"configuring-key-rotation","status":"publish","type":"page","link":"https:\/\/www.testpreptraining.ai\/tutorial\/configuring-key-rotation\/","title":{"rendered":"Configuring Key rotation"},"content":{"rendered":"\n<p><a href=\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-500-microsoft-azure-security-technologies\/\" target=\"_blank\" rel=\"noreferrer noopener\">Go back to AZ-500 Tutorials<\/a><\/p>\n\n\n\n<p>In this tutorial, we will learn and understand how to automate the periodic rotation of secrets for databases and services that use two sets of authentication credentials. We&#8217;ll talk about how to make account key rotation functions. This tutorial, on the other hand, uses a function called by an Azure Event Grid notification to rotate Azure Storage account keys stored in Azure Key Vault as secrets.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/08\/az500-docs-56.png\" alt=\"Azure Key rotation storage\" class=\"wp-image-17838\" width=\"683\" height=\"544\" srcset=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/08\/az500-docs-56.png 862w, https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/08\/az500-docs-56-502x400.png 502w\" sizes=\"auto, (max-width: 683px) 100vw, 683px\" \/><figcaption><strong>Image Source: Microsoft<\/strong><\/figcaption><\/figure><\/div>\n\n\n\n<p>Azure Key Vault saves individual Storage Account access keys as versions of the same secret in the aforementioned approach, switching between primary and secondary keys in future versions. The alternate key is regenerated and added to Key Vault as a new version of the secret since one access key is saved in the latest version of the secret. That method allows apps to refresh to the most recent regenerated key throughout the duration of the rotation cycle.<\/p>\n\n\n\n<h6 class=\"wp-block-heading\"><strong>Prerequisites<\/strong><\/h6>\n\n\n\n<ul class=\"wp-block-list\"><li>Firstly, must have an Azure subscription.&nbsp;<\/li><li>Secondly, Azure Key Vault.<\/li><li>Thirdly, two Azure Storage Accounts<\/li><\/ul>\n\n\n\n<p><strong>However, if you don&#8217;t have existing key vault and storage accounts then:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Firstly, under the Resource group, select Create new and name the group akvrotation and click Ok.<\/li><li>Secondly, select Review+Create.<\/li><li>Thirdly, select Create.<\/li><\/ul>\n\n\n\n<p>Now, you&#8217;ll have a key vault, and two storage accounts. Here, you can verify this setup in the Azure CLI by running the command:<\/p>\n\n\n\n<p><strong>Azure CLI<\/strong><\/p>\n\n\n\n<p><em>az resource list -o table -g akvrotation<\/em><\/p>\n\n\n\n<p>The output result will be like:<\/p>\n\n\n\n<p><strong>Console<\/strong><\/p>\n\n\n\n<p><em>Name &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ResourceGroup &nbsp; &nbsp; &nbsp; &nbsp; Location&nbsp; &nbsp; Type &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Status<\/em><\/p>\n\n\n\n<p><em>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;&nbsp; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;&nbsp; &#8212;&#8212;&#8212;-&nbsp; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&nbsp; &#8212;&#8212;&#8211;<\/em><\/p>\n\n\n\n<p><em>akvrotation-kv &nbsp; &nbsp; &nbsp; &nbsp; akvrotation&nbsp; &nbsp; &nbsp; eastus&nbsp; &nbsp; &nbsp; Microsoft.KeyVault\/vaults<\/em><\/p>\n\n\n\n<p><em>akvrotationstorage &nbsp; &nbsp; akvrotation&nbsp; &nbsp; &nbsp; eastus&nbsp; &nbsp; &nbsp; Microsoft.Storage\/storageAccounts<\/em><\/p>\n\n\n\n<p><em>akvrotationstorage2&nbsp; &nbsp; akvrotation&nbsp; &nbsp; &nbsp; eastus&nbsp; &nbsp; &nbsp; Microsoft.Storage\/storageAccounts<\/em><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Creating and deploying storage account key rotation function<\/strong><\/h4>\n\n\n\n<p>Next, create a function app with a system-managed identity, in addition to the other required components, and deploy storage account key rotation functions<\/p>\n\n\n\n<p>However, the function app rotation functions require these components and configuration:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Firstly, an Azure App Service plan<\/li><li>Then, a storage account required for function app trigger management<\/li><li>Next, an access policy to access secrets in Key Vault<\/li><li>Fourthly, assign Storage Account Key Operator Service role to function app to access storage Account access keys<\/li><li>After that, storage Account key rotation functions with event trigger and http trigger (on-demand rotation)<\/li><li>Lastly, eventGrid event subscription for SecretNearExpiry event<\/li><\/ul>\n\n\n\n<ol class=\"wp-block-list\"><li>Firstly, select the Azure template deployment link.<\/li><li>Secondly, in the Resource group list, select akvrotation.<\/li><li>Thirdly, in the Storage Account Name, type the storage account name with access keys to rotate<\/li><li>Fourthly, in the Key Vault Name, type the key vault name<\/li><li>Then, in the Function App Name, type the function app name<\/li><li>Next, in the Secret Name, type secret name where access keys would be stored<\/li><li>After that, in the Repo Url, type function code GitHub location (https:\/\/github.com\/jlichwa\/KeyVault-Rotation-StorageAccountKey-PowerShell.git)<\/li><li>Then, select Review+Create.<\/li><li>Lastly, select Create<\/li><\/ol>\n\n\n\n<p><em>After completing the preceding steps, you&#8217;ll have a storage account, a server farm, a function app, application insights.<\/em><\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https:\/\/www.testpreptraining.ai\/microsoft-azure-security-technologies-az-500-free-practice-test\" target=\"_blank\" rel=\"noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" width=\"961\" height=\"150\" src=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/08\/AZ_500-practice-tests-14.png\" alt=\"AZ-500 practice tests\" class=\"wp-image-18050\" srcset=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/08\/AZ_500-practice-tests-14.png 961w, https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/08\/AZ_500-practice-tests-14-750x117.png 750w\" sizes=\"auto, (max-width: 961px) 100vw, 961px\" \/><\/a><\/figure><\/div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Adding Storage Account access key to Key Vault<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Firstly, set your access policy to grant manage secrets permissions to users:<\/strong><\/li><\/ul>\n\n\n\n<p><strong>Azure CLI<\/strong><\/p>\n\n\n\n<p><em>az keyvault set-policy &#8211;upn &lt;email-address-of-user&gt; &#8211;name akvrotation-kv &#8211;secret-permissions set delete get list<\/em><\/p>\n\n\n\n<p>Now, you can create a new secret with a Storage Account access key as value. However, you will also require the Storage Account resource ID, secret validity period, and the key ID to add to secret. So the rotation function can regenerate keys in the Storage Account.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Retrieving Storage Account resource ID. Value can be found under id property<\/strong><\/li><\/ul>\n\n\n\n<p><strong>Azure CLI<\/strong><\/p>\n\n\n\n<p><em>az storage account show -n akvrotationstorage<\/em><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Listing the Storage Account access keys to retrieve key values<\/strong><\/li><\/ul>\n\n\n\n<p><strong>Azure CLI<\/strong><\/p>\n\n\n\n<p><em>az storage account keys list -n akvrotationstorage&nbsp;<\/em><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Populating retrieved values for key1Value and storageAccountResourceId<\/strong><\/li><\/ul>\n\n\n\n<p><strong>Azure CLI<\/strong><\/p>\n\n\n\n<p><em>$tomorrowDate = (get-date).AddDays(+1).ToString(&#8220;yyy-MM-ddThh:mm:ssZ&#8221;)<\/em><\/p>\n\n\n\n<p><em>az keyvault secret set &#8211;name storageKey &#8211;vault-name akvrotation-kv &#8211;value &lt;key1Value&gt; &#8211;tags &#8220;CredentialId=key1&#8221; &#8220;ProviderAddress=&lt;storageAccountResourceId&gt;&#8221; &#8220;ValidityPeriodDays=60&#8221; &#8211;expires $tomorrowDate<\/em><\/p>\n\n\n\n<p>However, creating a secret with a short expiration date will publish a SecretNearExpiry event within several minutes. Further, this will trigger the function to rotate the secret. Now, you can verify that access keys are regenerated by retrieving and comparing Storage Account keys and Key Vault secrets.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Adding additional Storage Accounts for rotation<\/strong><\/h4>\n\n\n\n<p>Same function app can be reused for rotating multiple Storage Accounts. However, adding additional storage account keys for rotation to existing function requires:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Assigning Storage Account Key Operator Service role to function app to access Storage Account access keys<\/li><li>EventGrid event subscription for SecretNearExpiry event<ul><li>Firstly, select the Azure template deployment link.<\/li><li>Secondly, in the Resource group list, select akvrotation.<\/li><li>Thirdly, in the Storage Account Name, type the storage account name with access keys to rotate<\/li><li>Fourthly, in the Key Vault Name, type the key vault name<\/li><li>Then, in the Function App Name, type the function app name<\/li><li>After that, in the Secret Name, type secret name where access keys would be stored<\/li><li>Next, select Review+Create.<\/li><li>Lastly, select Create<\/li><\/ul><\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https:\/\/www.testpreptraining.ai\/microsoft-azure-security-technologies-az-500-practice-exam\" target=\"_blank\" rel=\"noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" width=\"961\" height=\"150\" src=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/08\/AZ-500-online-course-15.png\" alt=\"Az-500 online course\" class=\"wp-image-17837\" srcset=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/08\/AZ-500-online-course-15.png 961w, https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/08\/AZ-500-online-course-15-750x117.png 750w\" sizes=\"auto, (max-width: 961px) 100vw, 961px\" \/><\/a><\/figure><\/div>\n\n\n\n<p class=\"has-text-align-right\"><strong>Reference: <\/strong><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/key-vault\/secrets\/tutorial-rotation-dual\" target=\"_blank\" rel=\"noreferrer noopener\">Microsoft Documentation<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-500-microsoft-azure-security-technologies\/\" target=\"_blank\" rel=\"noreferrer noopener\">Go back to AZ-500 Tutorials<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Go back to AZ-500 Tutorials In this tutorial, we will learn and understand how to automate the periodic rotation of secrets for databases and services that use two sets of authentication credentials. We&#8217;ll talk about how to make account key rotation functions. This tutorial, on the other hand, uses a function called by an Azure&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"categories":[],"tags":[],"class_list":["post-17835","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Configuring Key rotation | Microsoft Azure AZ-500 Tutorials<\/title>\n<meta name=\"description\" content=\"Enhance your skills by learning about configuring Key rotation using Microsoft AZ-500 online course and Practice Exam Now!\" \/>\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.testpreptraining.ai\/tutorial\/configuring-key-rotation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Configuring Key rotation | Microsoft Azure AZ-500 Tutorials\" \/>\n<meta property=\"og:description\" content=\"Enhance your skills by learning about configuring Key rotation using Microsoft AZ-500 online course and Practice Exam Now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.testpreptraining.ai\/tutorial\/configuring-key-rotation\/\" \/>\n<meta property=\"og:site_name\" content=\"Testprep Training Tutorials\" \/>\n<meta property=\"article:modified_time\" content=\"2022-04-07T10:13:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.testpreptraining.com\/tutorial\/wp-content\/uploads\/2020\/08\/az500-docs-56.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/configuring-key-rotation\/\",\"url\":\"https:\/\/www.testpreptraining.ai\/tutorial\/configuring-key-rotation\/\",\"name\":\"Configuring Key rotation | Microsoft Azure AZ-500 Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#website\"},\"datePublished\":\"2020-08-26T06:14:33+00:00\",\"dateModified\":\"2022-04-07T10:13:05+00:00\",\"description\":\"Enhance your skills by learning about configuring Key rotation using Microsoft AZ-500 online course and Practice Exam Now!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/configuring-key-rotation\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.testpreptraining.ai\/tutorial\/configuring-key-rotation\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/configuring-key-rotation\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.testpreptraining.ai\/tutorial\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Configuring Key rotation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#website\",\"url\":\"https:\/\/www.testpreptraining.ai\/tutorial\/\",\"name\":\"Testprep Training Tutorials\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.testpreptraining.ai\/tutorial\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#organization\",\"name\":\"Testprep Training\",\"url\":\"https:\/\/www.testpreptraining.ai\/tutorial\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.testpreptraining.com\/tutorial\/wp-content\/uploads\/2020\/07\/tpt-logo-6.png\",\"contentUrl\":\"https:\/\/www.testpreptraining.com\/tutorial\/wp-content\/uploads\/2020\/07\/tpt-logo-6.png\",\"width\":583,\"height\":153,\"caption\":\"Testprep Training\"},\"image\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Configuring Key rotation | Microsoft Azure AZ-500 Tutorials","description":"Enhance your skills by learning about configuring Key rotation using Microsoft AZ-500 online course and Practice Exam Now!","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.testpreptraining.ai\/tutorial\/configuring-key-rotation\/","og_locale":"en_US","og_type":"article","og_title":"Configuring Key rotation | Microsoft Azure AZ-500 Tutorials","og_description":"Enhance your skills by learning about configuring Key rotation using Microsoft AZ-500 online course and Practice Exam Now!","og_url":"https:\/\/www.testpreptraining.ai\/tutorial\/configuring-key-rotation\/","og_site_name":"Testprep Training Tutorials","article_modified_time":"2022-04-07T10:13:05+00:00","og_image":[{"url":"https:\/\/www.testpreptraining.com\/tutorial\/wp-content\/uploads\/2020\/08\/az500-docs-56.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/configuring-key-rotation\/","url":"https:\/\/www.testpreptraining.ai\/tutorial\/configuring-key-rotation\/","name":"Configuring Key rotation | Microsoft Azure AZ-500 Tutorials","isPartOf":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#website"},"datePublished":"2020-08-26T06:14:33+00:00","dateModified":"2022-04-07T10:13:05+00:00","description":"Enhance your skills by learning about configuring Key rotation using Microsoft AZ-500 online course and Practice Exam Now!","breadcrumb":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/configuring-key-rotation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.testpreptraining.ai\/tutorial\/configuring-key-rotation\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/configuring-key-rotation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.testpreptraining.ai\/tutorial\/"},{"@type":"ListItem","position":2,"name":"Configuring Key rotation"}]},{"@type":"WebSite","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#website","url":"https:\/\/www.testpreptraining.ai\/tutorial\/","name":"Testprep Training Tutorials","description":"","publisher":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.testpreptraining.ai\/tutorial\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#organization","name":"Testprep Training","url":"https:\/\/www.testpreptraining.ai\/tutorial\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#\/schema\/logo\/image\/","url":"https:\/\/www.testpreptraining.com\/tutorial\/wp-content\/uploads\/2020\/07\/tpt-logo-6.png","contentUrl":"https:\/\/www.testpreptraining.com\/tutorial\/wp-content\/uploads\/2020\/07\/tpt-logo-6.png","width":583,"height":153,"caption":"Testprep Training"},"image":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/17835","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/comments?post=17835"}],"version-history":[{"count":5,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/17835\/revisions"}],"predecessor-version":[{"id":54320,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/17835\/revisions\/54320"}],"wp:attachment":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/media?parent=17835"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/categories?post=17835"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/tags?post=17835"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}