{"id":15147,"date":"2020-08-05T07:01:58","date_gmt":"2020-08-05T07:01:58","guid":{"rendered":"https:\/\/www.testpreptraining.com\/tutorial\/?page_id=15147"},"modified":"2023-04-18T10:23:23","modified_gmt":"2023-04-18T10:23:23","slug":"granting-a-user-access-to-azure-resources","status":"publish","type":"page","link":"https:\/\/www.testpreptraining.ai\/tutorial\/granting-a-user-access-to-azure-resources\/","title":{"rendered":"Granting a user access to Azure resources"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<p>This tutorial will help you in Granting a user access to Azure resources. Azure role-based access control (Azure RBAC)\u00a0is a good way in that you manage access to Azure resources.<\/p>\n\n\n\n<p>Granting a user access to Azure resources involves assigning them a role that defines the level of access they have to the resources. The steps to grant a user access to Azure resources are as follows:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Identify the user or group that requires access to the resources. This can be done by obtaining their Azure AD user or group object ID.<\/li>\n\n\n\n<li>Determine the appropriate role that the user or group requires. Azure provides built-in roles that define a set of permissions for different types of users. For example, the Contributor role allows users to create and manage resources, while the Reader role only allows them to view resources.<\/li>\n\n\n\n<li>Assign the appropriate role to the user or group. This can be done through the Azure portal or using Azure CLI or PowerShell. In the Azure portal, navigate to the Access control (IAM) tab for the resource, click Add, select the role you want to assign, and enter the user or group&#8217;s Azure AD object ID. Alternatively, you can use Azure CLI or PowerShell commands to assign the role.<\/li>\n\n\n\n<li>Test the user&#8217;s access to the resources. Once the role has been assigned, the user should be able to access the resources they require. You can use Azure RBAC (Role-Based Access Control) to view the user&#8217;s access level and ensure it matches their requirements.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"sign-in-to-azure\"><strong>Sign in to Azure<\/strong><\/h3>\n\n\n\n<p>First step, always, Signing in to the Azure portal. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"create-a-resource-group\"><strong>Creating a resource group<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Firstly, In the navigation list, select&nbsp;<strong>Resource groups<\/strong>.<\/li>\n\n\n\n<li>Select&nbsp;<strong>Add<\/strong>&nbsp;to open the&nbsp;<strong>Resource group<\/strong>&nbsp;blade.<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/role-based-access-control\/media\/quickstart-assign-role-user-portal\/resource-group.png\" alt=\"Add a new resource group \"\/><figcaption class=\"wp-element-caption\">Image Source &#8211; Microsoft <\/figcaption><\/figure>\n<\/div>\n\n\n<ul class=\"wp-block-list\">\n<li>Subsequently, For&nbsp;<strong>Resource group name<\/strong>, type <strong>rbac-resource-group<\/strong>.<\/li>\n\n\n\n<li>Choose a subscription and a location.<\/li>\n\n\n\n<li>Choose<strong>Create<\/strong>&nbsp;to make the resource group.<\/li>\n\n\n\n<li>Select&nbsp;<strong>Refresh<\/strong>&nbsp;to refresh the list of resource groups.The new resource group will appear in your resource groups list.<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/role-based-access-control\/media\/quickstart-assign-role-user-portal\/resource-group-list.png\" alt=\"Resource group list\"\/><figcaption class=\"wp-element-caption\">Image Source &#8211; Microsoft<\/figcaption><\/figure>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"grant-access\"><strong>Granting access<\/strong><\/h3>\n\n\n\n<p>To provide access in Azure RBAC, you must create a role assignment.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Firstly, In the list of&nbsp;<strong>Resource groups<\/strong>, select the new&nbsp;<strong>rbac-resource-group<\/strong>&nbsp;resource group.<\/li>\n\n\n\n<li>Chose&nbsp;<strong>Access control (IAM)<\/strong>.<\/li>\n\n\n\n<li>Choose the&nbsp;<strong>Role assignments<\/strong>&nbsp;tab to watch the current list of role assignments.<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/role-based-access-control\/media\/quickstart-assign-role-user-portal\/access-control.png\" alt=\"Access control (IAM) blade for resource group\"\/><figcaption class=\"wp-element-caption\">Image Source &#8211; Microsoft<\/figcaption><\/figure>\n<\/div>\n\n\n<p>Select&nbsp;<strong>Add<\/strong>&nbsp;&gt;&nbsp;<strong>Add role assignment<\/strong>&nbsp;to view the Add role assignment pane.<\/p>\n\n\n\n<p>If you do not have permissions to assign roles, the Add role assignment option will be not be enabled.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/role-based-access-control\/media\/shared\/add-role-assignment-menu.png\" alt=\"Add role assignment menu\"\/><\/figure>\n<\/div>\n\n\n<ul class=\"wp-block-list\">\n<li>Subsequently, In the&nbsp;<strong>Role<\/strong>&nbsp;drop-down list, choose&nbsp;<strong>Virtual Machine Contributor<\/strong>.<\/li>\n\n\n\n<li>Now, In the&nbsp;<strong>Select<\/strong>&nbsp;list,choose yourself or another user.<\/li>\n\n\n\n<li>Click&nbsp;<strong>Save<\/strong>&nbsp;to create the role assignment. Aftersome time, the user is assigned the Virtual Machine Contributor role at the rbac-resource-group resource group scope.<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/role-based-access-control\/media\/quickstart-assign-role-user-portal\/vm-contributor-assignment.png\" alt=\"Virtual Machine Contributor role assignment\"\/><figcaption class=\"wp-element-caption\">Image Source &#8211; Microsoft<\/figcaption><\/figure>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"remove-access\"><strong>Removing access<\/strong><\/h3>\n\n\n\n<p>In Azure RBAC, for removing access, you have to remove a role assignment.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>In the list of role assignments, add a checkmark next to the user with the Virtual Machine Contributor role.<\/li>\n\n\n\n<li>Select&nbsp;<strong>Remove<\/strong>.<\/li>\n\n\n\n<li>In the remove role assignment message that appears, choose <strong>Yes<\/strong>.<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/role-based-access-control\/media\/quickstart-assign-role-user-portal\/remove-role-assignment.png\" alt=\"Remove role assignment message\"\/><figcaption class=\"wp-element-caption\">Image Source &#8211; Microsoft<\/figcaption><\/figure>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"clean-up\"><strong>Clean up<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Firstly, In the navigation list, select&nbsp;<strong>Resource groups<\/strong>.<\/li>\n\n\n\n<li>Select&nbsp;<strong>rbac-resource-group<\/strong>&nbsp;to open the resource group.<\/li>\n\n\n\n<li>Select&nbsp;<strong>Delete resource group<\/strong>&nbsp;to delete the resource group.<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/role-based-access-control\/media\/quickstart-assign-role-user-portal\/delete-resource-group.png\" alt=\"Delete resource group\"\/><figcaption class=\"wp-element-caption\">Image Source &#8211; Microsoft<\/figcaption><\/figure>\n<\/div>\n\n\n<ul class=\"wp-block-list\">\n<li>Furthermore, On the&nbsp;<strong>Are you sure you want to delete<\/strong>&nbsp;blade, write the resource group name:&nbsp;<strong>rbac-resource-group<\/strong>.<\/li>\n\n\n\n<li>Finally, Click&nbsp;<strong>Delete<\/strong>&nbsp;to delete the resource group and we are done!<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/www.testpreptraining.ai\/designing-microsoft-azure-infrastructure-solutions-az-305-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\/2021\/11\/Exam-AZ-305-Designing-Microsoft-Azure-Infrastructure-Solutions-tests-1.png\" alt=\"Exam-AZ-305-Designing-Microsoft-Azure-Infrastructure-Solutions-tests-1\" class=\"wp-image-49842\" srcset=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2021\/11\/Exam-AZ-305-Designing-Microsoft-Azure-Infrastructure-Solutions-tests-1.png 961w, https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2021\/11\/Exam-AZ-305-Designing-Microsoft-Azure-Infrastructure-Solutions-tests-1-750x117.png 750w\" sizes=\"auto, (max-width: 961px) 100vw, 961px\" \/><\/a><\/figure>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\"><strong>AZ-305 Exam Practice Questions<\/strong><\/h3>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Question: Sarah is a developer who needs to create, update, and delete resources in a specific Azure resource group. Which built-in role should be assigned to Sarah?<\/strong><\/h4>\n\n\n\n<p>A) Reader<\/p>\n\n\n\n<p>B) Contributor<\/p>\n\n\n\n<p>C) Owner<\/p>\n\n\n\n<p>D) Security Administrator<\/p>\n\n\n\n<p>Answer: b) Contributor<\/p>\n\n\n\n<p>Explanation: The Contributor role allows users to create, update, and delete resources within a resource group, but they cannot grant access to other users. This role is appropriate for developers who need to manage resources in a specific resource group.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Question: John is an IT administrator who needs to manage access to Azure resources across multiple subscriptions. Which built-in role should be assigned to John?<\/strong><\/h4>\n\n\n\n<p>A) Reader<\/p>\n\n\n\n<p>B) Contributor<\/p>\n\n\n\n<p>C) Owner<\/p>\n\n\n\n<p>D) User Access Administrator<\/p>\n\n\n\n<p>Answer: d) User Access Administrator<\/p>\n\n\n\n<p>Explanation: The User Access Administrator role allows users to manage access to resources across all subscriptions within an Azure AD tenant. This role is appropriate for IT administrators who need to manage access to resources across multiple subscriptions.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Question: Tom is a consultant who needs to view resources in a specific Azure resource group, but should not be able to make any changes. Which built-in role should be assigned to Tom?<\/strong><\/h4>\n\n\n\n<p>A) Reader<\/p>\n\n\n\n<p>B) Contributor<\/p>\n\n\n\n<p>C) Owner<\/p>\n\n\n\n<p>D) Virtual Machine Contributor<\/p>\n\n\n\n<p>Answer: a) Reader<\/p>\n\n\n\n<p>Explanation: The Reader role allows users to view resources within a resource group but cannot make any changes. This role is appropriate for users who need read-only access to resources, such as consultants or auditors.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Question: Emily is a security analyst who needs to monitor Azure resources for security threats and vulnerabilities. Which built-in role should be assigned to Emily?<\/strong><\/h4>\n\n\n\n<p>A) Reader<\/p>\n\n\n\n<p>B) Security Administrator<\/p>\n\n\n\n<p>C) Contributor<\/p>\n\n\n\n<p>D) Virtual Machine Contributor<\/p>\n\n\n\n<p>Answer: b) Security Administrator<\/p>\n\n\n\n<p>Explanation: The Security Administrator role allows users to manage security-related aspects of Azure resources, such as threat detection, vulnerability assessment, and access control. This role is appropriate for security analysts who need to monitor Azure resources for security threats and vulnerabilities.<\/p>\n\n\n\n<p><a href=\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-305-designing-microsoft-azure-infrastructure-solutions\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Go back to home page <\/strong><\/a><\/p>\n\n\n\n<p class=\"has-text-align-right\"><strong>Reference documentation &#8211;<\/strong><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/role-based-access-control\/quickstart-assign-role-user-portal\" target=\"_blank\" rel=\"noreferrer noopener\"> Tutorial: Grant a user access to Azure resources using the Azure portal<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This tutorial will help you in Granting a user access to Azure resources. Azure role-based access control (Azure RBAC)\u00a0is a good way in that you manage access to Azure resources. Granting a user access to Azure resources involves assigning them a role that defines the level of access they have to the resources. The steps&#8230;<\/p>\n","protected":false},"author":1,"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-15147","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>Granting a user access to Azure resources - Testprep Training Tutorials<\/title>\n<meta name=\"description\" content=\"Enhance and upgrade your Azure Architect skills by preparing from tutorial - Granting a user access to Azure resources! Crack the 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\/granting-a-user-access-to-azure-resources\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Granting a user access to Azure resources - Testprep Training Tutorials\" \/>\n<meta property=\"og:description\" content=\"Enhance and upgrade your Azure Architect skills by preparing from tutorial - Granting a user access to Azure resources! Crack the exam now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.testpreptraining.ai\/tutorial\/granting-a-user-access-to-azure-resources\/\" \/>\n<meta property=\"og:site_name\" content=\"Testprep Training Tutorials\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-18T10:23:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/docs.microsoft.com\/en-us\/azure\/role-based-access-control\/media\/quickstart-assign-role-user-portal\/resource-group.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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/granting-a-user-access-to-azure-resources\/\",\"url\":\"https:\/\/www.testpreptraining.ai\/tutorial\/granting-a-user-access-to-azure-resources\/\",\"name\":\"Granting a user access to Azure resources - Testprep Training Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#website\"},\"datePublished\":\"2020-08-05T07:01:58+00:00\",\"dateModified\":\"2023-04-18T10:23:23+00:00\",\"description\":\"Enhance and upgrade your Azure Architect skills by preparing from tutorial - Granting a user access to Azure resources! Crack the exam now!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/granting-a-user-access-to-azure-resources\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.testpreptraining.ai\/tutorial\/granting-a-user-access-to-azure-resources\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/granting-a-user-access-to-azure-resources\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.testpreptraining.ai\/tutorial\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Granting a user access to Azure resources\"}]},{\"@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":"Granting a user access to Azure resources - Testprep Training Tutorials","description":"Enhance and upgrade your Azure Architect skills by preparing from tutorial - Granting a user access to Azure resources! Crack the 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\/granting-a-user-access-to-azure-resources\/","og_locale":"en_US","og_type":"article","og_title":"Granting a user access to Azure resources - Testprep Training Tutorials","og_description":"Enhance and upgrade your Azure Architect skills by preparing from tutorial - Granting a user access to Azure resources! Crack the exam now!","og_url":"https:\/\/www.testpreptraining.ai\/tutorial\/granting-a-user-access-to-azure-resources\/","og_site_name":"Testprep Training Tutorials","article_modified_time":"2023-04-18T10:23:23+00:00","og_image":[{"url":"https:\/\/docs.microsoft.com\/en-us\/azure\/role-based-access-control\/media\/quickstart-assign-role-user-portal\/resource-group.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/granting-a-user-access-to-azure-resources\/","url":"https:\/\/www.testpreptraining.ai\/tutorial\/granting-a-user-access-to-azure-resources\/","name":"Granting a user access to Azure resources - Testprep Training Tutorials","isPartOf":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#website"},"datePublished":"2020-08-05T07:01:58+00:00","dateModified":"2023-04-18T10:23:23+00:00","description":"Enhance and upgrade your Azure Architect skills by preparing from tutorial - Granting a user access to Azure resources! Crack the exam now!","breadcrumb":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/granting-a-user-access-to-azure-resources\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.testpreptraining.ai\/tutorial\/granting-a-user-access-to-azure-resources\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/granting-a-user-access-to-azure-resources\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.testpreptraining.ai\/tutorial\/"},{"@type":"ListItem","position":2,"name":"Granting a user access to Azure resources"}]},{"@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\/15147","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=15147"}],"version-history":[{"count":7,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/15147\/revisions"}],"predecessor-version":[{"id":61413,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/15147\/revisions\/61413"}],"wp:attachment":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/media?parent=15147"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/categories?post=15147"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/tags?post=15147"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}