{"id":3582,"date":"2019-09-07T09:27:17","date_gmt":"2019-09-07T09:27:17","guid":{"rendered":"https:\/\/www.testpreptraining.com\/tutorial\/?page_id=3582"},"modified":"2020-05-02T08:09:15","modified_gmt":"2020-05-02T08:09:15","slug":"create-and-configure-storage-accounts","status":"publish","type":"page","link":"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/create-and-configure-storage-accounts\/","title":{"rendered":"Create and configure storage accounts"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\"><strong>Configure Network Access to the Storage Account<\/strong><\/h3>\n\n\n\n<p>Azure Storage offers a layered security model such that the model enables to secure the storage accounts to a specific subset of networks. Also when network rules are configured, then only applications requesting data over the specified set of networks can access a storage account. It is suggested to limit access to teh storage account to requests originating from specified IP addresses, IP ranges or from a list of subnets in Azure Virtual Networks.<\/p>\n\n\n\n<p>The application which accesses a storage account when network rules are in effect needs proper authorization for the request. Also, authorization is supported with Azure Active Directory (Azure AD) credentials for blobs and queues, with a valid account access key, or with an SAS token.<\/p>\n\n\n\n<p><strong>How to change the default network access rule?<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>By default, storage accounts accept connections from clients on any network. To limit access to selected networks, we must first change the default action.<\/li><li>Managing default network access rules<\/li><li>We can manage default network access rules for storage accounts through the Azure portal, PowerShell, or CLIv2.<\/li><\/ul>\n\n\n\n<p><strong><em>Azure portal<\/em><\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Go to the storage account that needs to secures.<\/li><li>Click on the settings menu called Firewalls and virtual networks.<\/li><li>In order to deny access by default, choose to allow access from Selected networks. Also to allow traffic from all networks, choose to allow access from All networks.<\/li><li>Click Save to apply your changes.<\/li><\/ul>\n\n\n\n<p><em><strong>PowerShell<\/strong><\/em><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Install the Azure PowerShell and sign in.<\/li><li>Display the status of the default rule for the storage account.<\/li><li> Set the default rule to deny network access by default.<\/li><li>Set the default rule to allow network access by default.<\/li><\/ul>\n\n\n\n<p><strong><em>CLIv2<\/em><\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Install the Azure CLI and sign in.<\/li><li>Display the status of the default rule for the storage account.<\/li><li> Set the default rule to deny network access by default.<\/li><li> Set the default rule to allow network access by default.<\/li><\/ul>\n\n\n\n<p><strong>How to Grant access from a virtual network?<\/strong><\/p>\n\n\n\n<p>We can configure storage accounts to allow access only from specific subnets. The allowed subnets may belong to a VNet in the same subscription, or those in a different subscription, including subscriptions belonging to a different Azure Active Directory tenant.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Managing virtual network rules<\/li><li>We can manage virtual network rules for storage accounts through the Azure portal, PowerShell, or CLIv2.<\/li><\/ul>\n\n\n\n<p><strong><em>Azure portal<\/em><\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Go to the storage account we want to secure.<\/li><li>Click on the settings menu called Firewalls and virtual networks.<\/li><li>Check that you&#8217;ve selected to allow access from Selected networks.<\/li><li>To grant access to a virtual network with a new network rule, under Virtual networks, click Add existing virtual network, select Virtual networks and Subnets options, and then click Add. To create a new virtual network and grant it access, click Add new virtual network. Provide the information necessary to create the new virtual network, and then click Create.<\/li><li> To remove a virtual network or subnet rule, to open the context menu for the virtual network or subnet, and click Remove.<\/li><li>Click Save to apply your changes.<\/li><\/ul>\n\n\n\n<p><strong><em>PowerShell<\/em><\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li> Install the Azure PowerShell and sign in.<\/li><li>List virtual network rules.<\/li><li> Enable service endpoint for Azure Storage on an existing virtual network and subnet.<\/li><li> Add a network rule for a virtual network and subnet.<\/li><li> Remove a network rule for a virtual network and subnet.<\/li><\/ul>\n\n\n\n<p><em><strong>CLIv2<\/strong><\/em><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Install the Azure CLI and sign in.<\/li><li>List virtual network rules.<\/li><li> Enable service endpoint for Azure Storage on an existing virtual network and subnet.<\/li><li> Add a network rule for a virtual network and subnet.<\/li><li> Remove a network rule for a virtual network and subnet.<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Create a Storage Account<\/strong><\/h3>\n\n\n\n<p>Steps to create a storage account &#8211; <\/p>\n\n\n\n<p>In order to create a general-purpose v2 storage account in the Azure portal, follow the following steps &#8211; <\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>In the Azure portal, select&nbsp;<strong>All services<\/strong>. In the list of resources, type&nbsp;<strong>Storage Accounts<\/strong>. As we begin typing, the list filters based on the input. Select&nbsp;<strong>Storage Accounts<\/strong>.<\/li><li>On the&nbsp;<strong>Storage Accounts<\/strong>&nbsp;window that appears, choose&nbsp;<strong>Add<\/strong>.<\/li><li>Select the subscription to create the storage account.<\/li><li>Under the&nbsp;<strong>Resource group<\/strong>&nbsp;field, select&nbsp;<strong>Create new<\/strong>. Enter a name for the new resource group.<\/li><li>Enter a name for the storage account. The name that we choose must be unique across Azure. Also the name must be between 3 and 24 characters in length, and can include numbers and lowercase letters only.<\/li><li>Select a location for the storage account, or use the default location.<\/li><li>Leave the following fields set to their default values &#8211;<\/li><\/ol>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Field<\/th><th>Value<\/th><\/tr><\/thead><tbody><tr><td>Deployment model<\/td><td>Resource Manager<\/td><\/tr><tr><td>Performance<\/td><td>Standard<\/td><\/tr><tr><td>Account kind<\/td><td>StorageV2 (general-purpose v2)<\/td><\/tr><tr><td>Replication<\/td><td>Read-access geo-redundant storage (RA-GRS)<\/td><\/tr><tr><td>Access tier<\/td><td>Hot<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>8.  Select&nbsp;<strong>Review + Create<\/strong>&nbsp;to review your storage account settings and create the account and then select <strong>Create<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Configure the Storage Account<\/strong><\/h3>\n\n\n\n<p><strong>How to view account keys and connecting strings?<\/strong><\/p>\n\n\n\n<p>In order to view and copy the storage account access keys or connection string from the Azure portal &#8211;<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Navigate to the Azure portal.<\/li><li>Locate the storage account.<\/li><li>In the&nbsp;<strong>Settings<\/strong>&nbsp;section of the storage account overview, select&nbsp;<strong>Access keys<\/strong>. The account access keys appear, as well as the complete connection string for each key.<\/li><li>Find the&nbsp;<strong>Key<\/strong>&nbsp;value under&nbsp;<strong>key1<\/strong>, and click the&nbsp;<strong>Copy<\/strong>&nbsp;button to copy the account key.<\/li><li>Alternately, we can copy the entire connection string. Find the&nbsp;<strong>Connection string<\/strong>&nbsp;value under&nbsp;<strong>key1<\/strong>, and click the&nbsp;<strong>Copy<\/strong>&nbsp;button to copy the connection string.<\/li><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Generate Shared Access Signature <\/strong><\/h3>\n\n\n\n<p>Shared access signature (SAS) offers secure delegated access to resources in the storage account without compromising the security of data. With a SAS, we have granular control over how a client can access the data. Also we can control what resources the client may access, what permissions they have on those resources, and how long the SAS is valid, among other parameters.<\/p>\n\n\n\n<p><strong>Types of Shared Access Signatures<\/strong><\/p>\n\n\n\n<p>The Azure Storage supports three types of shared access signatures &#8211;<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>User delegation SAS (preview) &#8211;<\/strong> A user delegation SAS is secured with Azure Active Directory (Azure AD) credentials and also by the permissions specified for the SAS. A user delegation SAS applies to Blob storage only. In order to create a user delegation SAS, we must first request a user delegation key, which is used to sign the SAS. <\/li><li><strong> Service SAS &#8211;<\/strong> A service SAS is secured with the storage account key. A service SAS delegates access to a resource in only one of the Azure Storage services: Blob storage, Queue storage, Table storage, or Azure Files. <\/li><li><strong> Account SAS &#8211;<\/strong> An account SAS is secured with the storage account key. An account SAS delegates access to resources in one or more of the storage services. All of the operations available via a service or user delegation SAS are also available via an account SAS. <\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Install and use Azure Storage Explorer <\/strong><\/h3>\n\n\n\n<p>Azure Storage Explorer is defined as a standalone app which permits us to easily work with Azure Storage data on Windows, macOS, and Linux. <\/p>\n\n\n\n<p><strong>How to connect to storage account or service?<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>In Storage Explorer, select&nbsp;<strong>Manage Accounts<\/strong>&nbsp;to go to the&nbsp;<strong>Account Management Panel<\/strong>.<\/li><li>The left pane now displays all the Azure accounts we have signed in to. To connect to another account, select&nbsp;<strong>Add an account<\/strong><\/li><li>In order to sign into a national cloud or an Azure Stack, click on the&nbsp;<strong>Azure environment<\/strong>&nbsp;dropdown to select which Azure cloud we want to use. Once we have chosen the environment, click the&nbsp;<strong>Sign in&#8230;<\/strong>&nbsp;button.<\/li><li> After successfully sign in with an Azure account, the account and the Azure subscriptions associated with that account are added to the left pane. Select the Azure subscriptions that we want to work with, and then select&nbsp;<strong>Apply<\/strong>&nbsp;(Selecting&nbsp;<strong>All subscriptions:<\/strong>&nbsp;toggles selecting all or none of the listed Azure subscriptions). <\/li><li>The left pane displays the storage accounts associated with the selected Azure subscriptions.<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Manage Access Keys <\/strong><\/h3>\n\n\n\n<p>Steps to view and copy your storage account access keys or connection string from the Azure portal &#8211;<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Navigate to the Azure Portal.<\/li><li>Locate your storage account.<\/li><li>In the&nbsp;<strong>Settings<\/strong>&nbsp;section of the storage account overview, select&nbsp;<strong>Access keys<\/strong>. The account access keys appear, as well as the complete connection string for each key.<\/li><li>Find the&nbsp;<strong>Key<\/strong>&nbsp;value under&nbsp;<strong>key1<\/strong>, and click the&nbsp;<strong>Copy<\/strong>&nbsp;button to copy the account key.<\/li><li>Alternately, we can copy the entire connection string. Find the&nbsp;<strong>Connection string<\/strong>&nbsp;value under&nbsp;<strong>key1<\/strong>, and click the&nbsp;<strong>Copy<\/strong>&nbsp;button to copy the connection string.<\/li><\/ol>\n\n\n\n<p><strong>Process to rotate storage account keys<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Update the connection strings in the application code to use the secondary key.<\/li><li>Regenerate the primary access key for the storage account. On the&nbsp;<strong>Access Keys<\/strong>&nbsp;blade in the Azure portal, click&nbsp;<strong>Regenerate Key1<\/strong>, and then click&nbsp;<strong>Yes<\/strong>&nbsp;to confirm that want to generate a new key.<\/li><li>Update the connection strings in the code to reference the new primary access key.<\/li><li>Regenerate the secondary access key in the same manner.<\/li><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Monitor activity log by using Log Analytics <\/h3>\n\n\n\n<p>Procedure to connect the Activity Log to your Log Analytics workspace<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>From the&nbsp;<strong>Log Analytics workspaces<\/strong>&nbsp;menu in the Azure portal, select the workspace to collect the Activity Log.<\/li><li>In the&nbsp;<strong>Workspace Data Sources<\/strong>&nbsp;section of the workspace&#8217;s menu, select&nbsp;<strong>Azure Activity log<\/strong>.<\/li><li>Click the subscription you want to connect.<\/li><li>Click&nbsp;<strong>Connect<\/strong>&nbsp;to connect the Activity log in the subscription to the selected workspace. If the subscription is already connected to another workspace, click&nbsp;<strong>Disconnect<\/strong>&nbsp;first to disconnect it.<\/li><\/ol>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Implement Azure storage replication <\/strong><\/h4>\n\n\n\n<p><strong>Redundancy Options in Windows Azure Storage<\/strong><\/p>\n\n\n\n<p>Windows Azure Storage offers following options for redundancy for Blobs, Tables and Queues &#8211; <\/p>\n\n\n\n<ol class=\"wp-block-list\"><li><strong>Locally Redundant Storage (LRS):<\/strong>&nbsp;All data in the storage account is made durable by replicating transactions synchronously to three different storage nodes within the same region. <\/li><li><strong>Geo Redundant Storage (GRS):&nbsp;<\/strong>This is the default option for redundancy when a storage account is created. Like LRS, transactions are replicated synchronously to three storage nodes within the primary region chosen for creating the storage account. <\/li><li><strong>Read Access &#8211; Geo Redundant Storage (RA-GRS):<\/strong>&nbsp;For a GRS storage account, we now have introduced in limited preview the ability to turn on read only access to a storage account\u2019s data in the secondary region. <\/li><\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Configure Network Access to the Storage Account Azure Storage offers a layered security model such that the model enables to secure the storage accounts to a specific subset of networks. Also when network rules are configured, then only applications requesting data over the specified set of networks can access a storage account. It is suggested&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":3508,"menu_order":6,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"categories":[],"tags":[],"class_list":["post-3582","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>Create and Configure Storage Accounts - Testprep Training Tutorials<\/title>\n<meta name=\"description\" content=\"Get ready to boost your profile take test on Configure Network Access to the Storage Account. Become Microsoft Azure Administrator 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\/create-and-configure-storage-accounts\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Create and Configure Storage Accounts - Testprep Training Tutorials\" \/>\n<meta property=\"og:description\" content=\"Get ready to boost your profile take test on Configure Network Access to the Storage Account. Become Microsoft Azure Administrator AZ-103 exam now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/create-and-configure-storage-accounts\/\" \/>\n<meta property=\"og:site_name\" content=\"Testprep Training Tutorials\" \/>\n<meta property=\"article:modified_time\" content=\"2020-05-02T08:09:15+00:00\" \/>\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=\"9 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\/create-and-configure-storage-accounts\/\",\"url\":\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/create-and-configure-storage-accounts\/\",\"name\":\"Create and Configure Storage Accounts - Testprep Training Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#website\"},\"datePublished\":\"2019-09-07T09:27:17+00:00\",\"dateModified\":\"2020-05-02T08:09:15+00:00\",\"description\":\"Get ready to boost your profile take test on Configure Network Access to the Storage Account. Become Microsoft Azure Administrator AZ-103 exam now!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/create-and-configure-storage-accounts\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/create-and-configure-storage-accounts\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/create-and-configure-storage-accounts\/#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\":\"Create and configure storage accounts\"}]},{\"@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":"Create and Configure Storage Accounts - Testprep Training Tutorials","description":"Get ready to boost your profile take test on Configure Network Access to the Storage Account. Become Microsoft Azure Administrator 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\/create-and-configure-storage-accounts\/","og_locale":"en_US","og_type":"article","og_title":"Create and Configure Storage Accounts - Testprep Training Tutorials","og_description":"Get ready to boost your profile take test on Configure Network Access to the Storage Account. Become Microsoft Azure Administrator AZ-103 exam now!","og_url":"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/create-and-configure-storage-accounts\/","og_site_name":"Testprep Training Tutorials","article_modified_time":"2020-05-02T08:09:15+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/create-and-configure-storage-accounts\/","url":"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/create-and-configure-storage-accounts\/","name":"Create and Configure Storage Accounts - Testprep Training Tutorials","isPartOf":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#website"},"datePublished":"2019-09-07T09:27:17+00:00","dateModified":"2020-05-02T08:09:15+00:00","description":"Get ready to boost your profile take test on Configure Network Access to the Storage Account. Become Microsoft Azure Administrator AZ-103 exam now!","breadcrumb":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/create-and-configure-storage-accounts\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/create-and-configure-storage-accounts\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/create-and-configure-storage-accounts\/#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":"Create and configure storage accounts"}]},{"@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\/3582","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=3582"}],"version-history":[{"count":8,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/3582\/revisions"}],"predecessor-version":[{"id":5298,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/3582\/revisions\/5298"}],"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=3582"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/categories?post=3582"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/tags?post=3582"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}