{"id":3514,"date":"2019-09-05T07:01:19","date_gmt":"2019-09-05T07:01:19","guid":{"rendered":"https:\/\/www.testpreptraining.com\/tutorial\/?page_id=3514"},"modified":"2022-03-17T08:35:52","modified_gmt":"2022-03-17T08:35:52","slug":"manage-azure-subscriptions-az-103","status":"publish","type":"page","link":"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/manage-azure-subscriptions-az-103\/","title":{"rendered":"Manage Azure Subscription"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"> <strong>Exam AZ-103: Microsoft Azure Administrator is retired.\u00a0<a href=\"https:\/\/www.testpreptraining.ai\/microsoft-azure-administrator-associate-az-104\" target=\"_blank\" rel=\"noreferrer noopener\">AZ-104<\/a>\u00a0is available.<\/strong> <\/h2>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Assign Administrators Permission<\/strong><\/h4>\n\n\n\n<p>In order to manage access to Azure resources, one should have the appropriate administrator role. As we know, Azure has an authorization system referred as Role-Based Access Control (RBAC) with various built-in roles to choose from. Such that we can assign these roles at different scopes, like &#8211; Management Group, Subscription, or Resource Group.<\/p>\n\n\n\n<p>It is suggested by Microsoft that we should manage access to resources using RBAC. However,  we would need to use a classic administrator, if we are still using the classic deployment model and managing the classic resources by using Azure Service Management PowerShell Module. <\/p>\n\n\n\n<p><strong>Assigning a user as an Administrator of subscription<\/strong><\/p>\n\n\n\n<p>For making a user an administrator of an Azure subscription, it is suggested to assign them the Owner role (an RBAC role) at the subscription scope. Such that the Owner role gives the user full access to all resources in the subscription, which includes the right to delegate access to others. <\/p>\n\n\n\n<p><strong><em>Steps for role assignment<\/em><\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Step 1 &#8211; In the Azure portal, open Subscriptions.<\/li><li> Step 2 &#8211;  Click the subscription where we want to grant access.<\/li><li> Step 3 &#8211;  Click Access control (IAM).<\/li><li> Step 4 &#8211;  Click the Role assignments tab to view all the role assignments for this subscription.<\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/billing\/media\/billing-add-change-azure-subscription-administrator\/role-assignments.png\" alt=\"Screenshot that shows role assignments\"\/><\/figure><\/div>\n\n\n\n<ul class=\"wp-block-list\"><li> Step 5 &#8211;  Click Add &gt; Add role assignment to open the Add role assignment pane. In case we don&#8217;t have permissions to assign roles, the option will be disabled.<\/li><li> Step 6 &#8211;  In the Role drop-down list, select the Owner role.<\/li><li> Step 7 &#8211;  In the Select list, select a user. If we are unable to see the user in the list, we can type in the Select box to search the directory for display names and email addresses.<\/li><li> Step 8 &#8211;  Click Save to assign the role. After a few moments, the user is assigned the Owner role at the subscription scope.<\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/billing\/media\/billing-add-change-azure-subscription-administrator\/add-role.png\" alt=\"Screenshot that shows the Owner role selected\" width=\"387\" height=\"424\"\/><\/figure><\/div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Configure Cost Center Quotas and Tagging <\/strong><\/h4>\n\n\n\n<p>When moving to Azure we must keep in mind how to report on cost. Now this is done using quotas and tagging. But before we get into quotas and tagging, there are a couple things which must be taken care of beforehand together with Azure spending limit. Let us suppose if we are using a free trial, of a Visual Studio subscription, Azure in Open or AIO, or BizSpark subscription, then the services will be disabled when all the credits are consumed. So it is extremely crucial to keep in mind if we are using any of these subscriptions. At times there will be cases when we may want to remove the spending limit. Such that we can remove a spending limit for the current billing period or indefinitely. Primarily the two main reasons why we would want to remove the spending limit are &#8211; <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>We cannot have a disruption to the services or the services that we are going to use will exceed the limits such as maybe a larger virtual machine image. <\/li><li>Using resource tags is a great way to create reports based on those tags<\/li><\/ul>\n\n\n\n<p>We will now discuss&nbsp;Microsoft Azure limits, which are also sometimes called quotas. If we want to raise the limit or quota above the default limit, then it is suggested to open an online customer support request at no charge. Such that the limits cannot be raised above the maximum limit value. In case there is no maximum limit column, the resource doesn&#8217;t have adjustable limits. <\/p>\n\n\n\n<p>Quotas for resources in Azure resource groups are per-region accessible by the subscription, not per-subscription as the service management quotas are. We shall now consider vCPU quotas as an example. To request a quota increase with support for vCPUs, we must first decide how many vCPUs we would want to use in which regions. After which we make a specific request for Azure resource group vCPU quotas for the amounts and regions that we want. In case we need to use 30 vCPUs in West Europe to run the application there, then we specifically request 30 vCPUs in West Europe. Also the vCPU quota is not increased in any other region&#8211;only West Europe has the 30-vCPU quota.<\/p>\n\n\n\n<p>As a result, decide what your Azure resource group quotas must be for your workload in any one region. Then request that amount in each region into which you want to deploy.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Configure Azure Subscription Policies at Azure Subscription Level <\/strong><\/h4>\n\n\n\n<p>This is the first and foremost step in understanding compliance in Azure is to identify the status of the resources. This is one of the quickstart steps through to the process of creating a policy assignment to identify virtual machines that are not using managed disks.<\/p>\n\n\n\n<p>Such that at the end of this process, we will be successfully identify virtual machines that are not using managed disks. Such that they are non-compliant with the policy assignment. Also if you don&#8217;t have an Azure subscription, create a free account before we begin.<\/p>\n\n\n\n<p><strong>How to Create a policy assignment?<\/strong><\/p>\n\n\n\n<p>In this quickstart, we will create a policy assignment and assign the Audit VMs that do not use managed disks policy definition.<\/p>\n\n\n\n<p><strong>Step 1 &#8211;<\/strong> Launch the Azure Policy service in the Azure portal by clicking All services, then searching for and selecting Policy.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/governance\/policy\/media\/assign-policy-portal\/search-policy.png\" alt=\"Search for Policy in All Services\"\/><\/figure><\/div>\n\n\n\n<p><strong>Step 2 &#8211;<\/strong>  Select&nbsp;Assignments&nbsp;on the left side of the Azure Policy page. An assignment is a policy that has been assigned to take place within a specific scope. <\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/governance\/policy\/media\/assign-policy-portal\/select-assignments.png\" alt=\"Select Assignments page from Policy Overview page\"\/><\/figure>\n\n\n\n<p><strong>Step 3 &#8211; <\/strong>Select Assign Policy from the top of the Policy &#8211; Assignments page.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/governance\/policy\/media\/assign-policy-portal\/select-assign-policy.png\" alt=\"Assign a policy definition from Assignments page\"\/><\/figure><\/div>\n\n\n\n<p><strong>Step 4 &#8211;  <\/strong>On the Assign Policy page, select the Scope by clicking the ellipsis and selecting either a management group or subscription. Optionally, select a resource group. Here scope determines what resources or grouping of resources the policy assignment gets enforced on. Thereafter click Select at the bottom of the Scope page.<\/p>\n\n\n\n<p><strong>Step 5 &#8211; <\/strong>Resources can be excluded based on the Scope. Exclusions start at one level lower than the level of the Scope. Exclusions are optional, so leave it blank for now.<\/p>\n\n\n\n<p><strong>Step 6 &#8211; <\/strong>Select the Policy definition ellipsis to open the list of available definitions. Azure Policy comes with built-in policy definitions which we can use. Many built-in policy definitions are available, such like &#8211; Enforce tag and its value,  Apply tag and its value,  Require SQL Server version 12.0 <\/p>\n\n\n\n<p><strong>Step 7- <\/strong>Search through the policy definitions list to find the Audit VMs that do not use managed disks definition. Click on that policy and click Select.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/governance\/policy\/media\/assign-policy-portal\/select-available-definition.png\" alt=\"Find the correct policy definition\"\/><\/figure><\/div>\n\n\n\n<p><strong>Step 8 &#8211; <\/strong>Assignment name is automatically populated with the policy name being selected, but we can change it. We can also add an optional description, such that the description provides details about this policy assignment. Assigned by will automatically fill based on who is logged in. This field is optional, so custom values can be entered.<\/p>\n\n\n\n<p><strong>Step 9 &#8211; <\/strong>Leave Create a Managed Identity unchecked. Such that this box must be checked when the policy or initiative includes a policy with the deployIfNotExists effect. <\/p>\n\n\n\n<p><strong>Step 10 &#8211; <\/strong>Click Assign.<\/p>\n\n\n\n<p><strong>How to identify non-complaint resources<\/strong>?<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/governance\/policy\/media\/assign-policy-portal\/policy-compliance.png\" alt=\"Compliance details on the Policy Compliance page\"\/><\/figure><\/div>\n\n\n\n<p><strong>Step 1 &#8211; <\/strong>Select Compliance in the left side of the page. Then locate the Audit VMs that do not use managed disks policy assignment you created.<\/p>\n\n\n\n<p><strong>Step 2 &#8211; <\/strong>In case there are any existing resources that are are not compliant with this new assignment, they appear under &#8216;Non-compliant resources&#8217;.<\/p>\n\n\n\n<p>Note &#8211; When a condition is evaluated against the existing resources and found true, then those resources are marked as non-compliant with the policy.<\/p>\n\n\n\n<p><strong>How to clean up resources?<\/strong><\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/governance\/policy\/media\/assign-policy-portal\/delete-assignment.png\" alt=\"Delete an assignment from the Compliance page\"\/><\/figure><\/div>\n\n\n\n<p>In order to remove the assignment created, given steps must be followed &#8211;<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Select Compliance (or Assignments) in the left side of the Azure Policy page and locate the Audit VMs that do not use managed disks policy assignment you created.<\/li><li>Right-click the Audit VMs that do not use managed disks policy assignment and select Delete assignment<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"> <strong>Get ready to Practice and Prepare for Microsoft Azure Administrator Exam (AZ-103)<\/strong> <\/h4>\n\n\n\n<h4 class=\"wp-block-heading\"><strong><a href=\"https:\/\/www.testpreptraining.ai\/microsoft-azure-exam-administrator-associate-az-103-free-practice-test\">FREE PRACTICE TEST AZ-103 EXAM<\/a><\/strong><\/h4>\n","protected":false},"excerpt":{"rendered":"<p>Exam AZ-103: Microsoft Azure Administrator is retired.\u00a0AZ-104\u00a0is available. Assign Administrators Permission In order to manage access to Azure resources, one should have the appropriate administrator role. As we know, Azure has an authorization system referred as Role-Based Access Control (RBAC) with various built-in roles to choose from. Such that we can assign these roles at&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":3508,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"categories":[],"tags":[579,580,581,578],"class_list":["post-3514","page","type-page","status-publish","hentry","tag-az-103-exam","tag-az-103-practice-test","tag-manage-azure-subscriptions","tag-microsoft-azure-administrator"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Manage Azure Subscription (AZ-103) - Testprep Training Tutorials<\/title>\n<meta name=\"description\" content=\"Get ready to learn and practice real time free practice test to Manage Azure subscriptions. Become Azure Administrator and pass Az-103 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\/exam-az-103-microsoft-azure-administrator\/manage-azure-subscriptions-az-103\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Manage Azure Subscription (AZ-103) - Testprep Training Tutorials\" \/>\n<meta property=\"og:description\" content=\"Get ready to learn and practice real time free practice test to Manage Azure subscriptions. Become Azure Administrator and pass Az-103 exam Now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/manage-azure-subscriptions-az-103\/\" \/>\n<meta property=\"og:site_name\" content=\"Testprep Training Tutorials\" \/>\n<meta property=\"article:modified_time\" content=\"2022-03-17T08:35:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/docs.microsoft.com\/en-us\/azure\/billing\/media\/billing-add-change-azure-subscription-administrator\/role-assignments.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=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/manage-azure-subscriptions-az-103\/\",\"url\":\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/manage-azure-subscriptions-az-103\/\",\"name\":\"Manage Azure Subscription (AZ-103) - Testprep Training Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#website\"},\"datePublished\":\"2019-09-05T07:01:19+00:00\",\"dateModified\":\"2022-03-17T08:35:52+00:00\",\"description\":\"Get ready to learn and practice real time free practice test to Manage Azure subscriptions. Become Azure Administrator and pass Az-103 exam Now!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/manage-azure-subscriptions-az-103\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/manage-azure-subscriptions-az-103\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/manage-azure-subscriptions-az-103\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.testpreptraining.ai\/tutorial\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Exam AZ-103: Microsoft Azure Administrator\",\"item\":\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Manage Azure Subscription\"}]},{\"@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":"Manage Azure Subscription (AZ-103) - Testprep Training Tutorials","description":"Get ready to learn and practice real time free practice test to Manage Azure subscriptions. Become Azure Administrator and pass Az-103 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\/exam-az-103-microsoft-azure-administrator\/manage-azure-subscriptions-az-103\/","og_locale":"en_US","og_type":"article","og_title":"Manage Azure Subscription (AZ-103) - Testprep Training Tutorials","og_description":"Get ready to learn and practice real time free practice test to Manage Azure subscriptions. Become Azure Administrator and pass Az-103 exam Now!","og_url":"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/manage-azure-subscriptions-az-103\/","og_site_name":"Testprep Training Tutorials","article_modified_time":"2022-03-17T08:35:52+00:00","og_image":[{"url":"https:\/\/docs.microsoft.com\/en-us\/azure\/billing\/media\/billing-add-change-azure-subscription-administrator\/role-assignments.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/manage-azure-subscriptions-az-103\/","url":"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/manage-azure-subscriptions-az-103\/","name":"Manage Azure Subscription (AZ-103) - Testprep Training Tutorials","isPartOf":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#website"},"datePublished":"2019-09-05T07:01:19+00:00","dateModified":"2022-03-17T08:35:52+00:00","description":"Get ready to learn and practice real time free practice test to Manage Azure subscriptions. Become Azure Administrator and pass Az-103 exam Now!","breadcrumb":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/manage-azure-subscriptions-az-103\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/manage-azure-subscriptions-az-103\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/manage-azure-subscriptions-az-103\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.testpreptraining.ai\/tutorial\/"},{"@type":"ListItem","position":2,"name":"Exam AZ-103: Microsoft Azure Administrator","item":"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/"},{"@type":"ListItem","position":3,"name":"Manage Azure Subscription"}]},{"@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\/3514","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\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/comments?post=3514"}],"version-history":[{"count":5,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/3514\/revisions"}],"predecessor-version":[{"id":53035,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/3514\/revisions\/53035"}],"up":[{"embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/3508"}],"wp:attachment":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/media?parent=3514"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/categories?post=3514"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/tags?post=3514"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}