{"id":663,"date":"2022-01-17T08:35:07","date_gmt":"2022-01-17T08:35:07","guid":{"rendered":"https:\/\/www.recovery-tools.org\/techtalk\/?p=663"},"modified":"2022-01-17T08:44:59","modified_gmt":"2022-01-17T08:44:59","slug":"azure-database-recovery-model","status":"publish","type":"post","link":"https:\/\/www.recovery-tools.org\/techtalk\/azure-database-recovery-model.html","title":{"rendered":"How to Create Azure Database Recovery Model?"},"content":{"rendered":"<p style=\"text-align: justify;\"><strong>Azure Database Recovery Model<\/strong> is a database configuration option that defines the types of backups that can be performed and provides the ability to recover data from failures.<\/p>\n<p style=\"text-align: justify;\">The recovery model determines how to maintain database transaction records and prevent data changes in a particular order. This change can be applied later for Azure database recovery operations.<\/p>\n<p><a href=\"https:\/\/www.recovery-tools.org\/download\/SYS1S2Q7L\/95\" rel=\"nofollow\" onClick=\"gtag('event', 'Trackingbutton', {'event_category': 'SQL Recovery Banner Download','event_action': 'Click','event_label': 'Download Now Banner'});\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.recovery-tools.org\/techtalk\/wp-content\/uploads\/2022\/01\/SQL-Server-Banner-300x37.png\" alt=\"Azure Database Recovery Model\" width=\"728\" height=\"90\" class=\"alignnone size-medium wp-image-665\" srcset=\"https:\/\/www.recovery-tools.org\/techtalk\/wp-content\/uploads\/2022\/01\/SQL-Server-Banner-300x37.png 300w, https:\/\/www.recovery-tools.org\/techtalk\/wp-content\/uploads\/2022\/01\/SQL-Server-Banner.png 728w\" sizes=\"auto, (max-width: 728px) 100vw, 728px\" \/><\/a><\/p>\n<h2 class=\"h3\">Different Types of Azure Recovery Models<\/h2>\n<p style=\"text-align: justify;\">Backup, restore, and recovery operations for all Azure databases depend on one of three recovery models available:<\/p>\n<blockquote>\n<ol>\n<li><a href=\"#simple\"><strong>SIMPLE<\/strong><\/a><\/li>\n<li><a href=\"#full\"><strong>FULL<\/strong><\/a><\/li>\n<li><a href=\"#bulk\"><strong>BULK_Logged<\/strong><\/a><\/li>\n<\/ol>\n<\/blockquote>\n<h2 class=\"h3\">Simple Azure Database Recovery Model<\/h2>\n<p style=\"text-align: justify;\" id=\"simple\">The <strong>SIMPLE<\/strong> azure recovery model is the simplest model available. Full backup, differential backup and file-level backup are supported and transaction log backups are not supported. The log space is reused each time a checkpoint is executed in a background process in Azure Server. The inactive portion of the log file is deleted and can be recycled.<\/p>\n<p style=\"text-align: justify;\">Point-in-time and page restoration is not supported. Only read-only backup file recovery is supported.<\/p>\n<p style=\"text-align: justify;\">Reasons to Select <strong>Simple Azure Database Recovery Model<\/strong>:<\/p>\n<blockquote>\n<ol>\n<li>Suitable for developing and testing databases.<\/li>\n<li>A simple report or application database that can tolerate data loss.<\/li>\n<li>A single point of failure recovery is for full and differential backups.<\/li>\n<li>No administrative costs.<\/li>\n<\/ol>\n<\/blockquote>\n<h3>Full Azure Database Recovery Model<\/h3>\n<p style=\"text-align: justify;\" id=\"full\">In <strong>FULL<\/strong> recovery model all transactions <strong>DDL (Data Definition Language) + DML (Data Management Language)<\/strong> are fully recorded in the transaction log file. The save sequence is uninterrupted and is stored for database recovery operations. It&#8217;s not like a typical Azure recovery model. Transaction log files are not automatically truncated during CHECKPOINT operations.<\/p>\n<p style=\"text-align: justify;\">All Azure database recovery operations are supported including restoring the interval page recovery and file recovery.<\/p>\n<p style=\"text-align: justify;\">Reasons to Select <strong>Full Windows Azure Database Recovery Model<\/strong>:<\/p>\n<blockquote>\n<ol>\n<li>Support for mission-critical applications.<\/li>\n<li>Designing a high availability solution.<\/li>\n<li>To facilitate complete data recovery with zero or minimal data loss.<\/li>\n<li>If your database is designed to have multiple file groups and you want to restore a separate read\/write secondary file group and an optional read-only file group.<\/li>\n<li>Allow point recovery at any time.<\/li>\n<li>Restore each page.<\/li>\n<li>High administrative expenses.<\/li>\n<\/ol>\n<\/blockquote>\n<h3>BULK_Logged Azure Database Recovery Model<\/h3>\n<p style=\"text-align: justify;\" id=\"bulk\">This is a special purpose database configuration option and it works like a full recovery model. Except that certain bulk operations can be recorded to a minimum. Transaction log files use a technique known as a minimum log of bulk operations. The problem is that you can&#8217;t restore the data at any one time.<\/p>\n<p style=\"text-align: justify;\">Reasons to Select <strong>BULK_Logged Azure Database Recovery Model<\/strong>:<\/p>\n<blockquote>\n<ol>\n<li>Uses minimal recording technology to prevent log file growth.<\/li>\n<li>When the database is subjected to a lot of routine operations.<\/li>\n<\/ol>\n<\/blockquote>\n<h3>Recover Azure SQL Database with All Objects<\/h3>\n<p style=\"text-align: justify;\">Author advice is to use <a href=\"https:\/\/www.recovery-tools.org\/sql-server\/\" rel=\"noopener\" target=\"_blank\"><strong>SQL Server Recovery Software<\/strong><\/a>. There are many corruption errors that cannot be fixed manually. This professional solution can fix any problem related to the SQL Server database like <a href=\"https:\/\/www.recovery-tools.org\/techtalk\/sql-server-object-level-recovery-guide.html\" rel=\"noopener\" target=\"_blank\"><strong>SQL Server Object Level Recovery<\/strong><\/a>.<\/p>\n<p class=\"text-center mr-2\"><a class=\"btn btn-lg btn-success btn-md-block\" href=\"https:\/\/www.recovery-tools.org\/download\/SYS1S2Q7L\/95\" rel=\"nofollow\"> <svg width=\"25\" height=\"25\">\n          <use xlink:href=\"#icon-win\" fill=\"#fff\"><\/use>\n        <\/svg> Download Now<\/a> <a class=\"btn btn-lg btn-orange btn-md-block\" href=\"https:\/\/www.recovery-tools.org\/buy\/SYS1S2Q7L\/95\" target=\"_blank\" rel=\"noopener noreferrer nofollow\"> <svg width=\"25\" height=\"25\">\n          <use xlink:href=\"#icon-win\" fill=\"#fff\"><\/use>\n        <\/svg> Purchase Now<\/a><\/p>\n<p style=\"text-align: justify;\">This software allows you to check the database before restoring it. In this way, you can selectively restore your data. You also have the option to restore deleted tables and all object such as triggers, views, indexes, sequences, forms, reports, etc. Also helps when <a href=\"https:\/\/www.recovery-tools.org\/techtalk\/ransomware-attack-on-sql-server-database.html\" rel=\"noopener\" target=\"_blank\"><strong>Ransomware Attack on SQL Server<\/strong><\/a> happens.<\/p>\n<p><center><iframe loading=\"lazy\" title=\"Azure Database Recovery Tool\" src=\"https:\/\/www.youtube.com\/embed\/_Dq4LWvtyzo\" width=\"500\" height=\"375\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/center><\/p>\n<h3>Summing Up<\/h3>\n<p style=\"text-align: justify;\">The default recovery model for Azure databases is FULL and cannot be changed to other recovery models such as on-premises recovery models. The recovery model is set when the master database is created. This means that if an Azure Server is provisioned the master database will be read-only and you can&#8217;t change the recovery format.<\/p>\n<p style=\"text-align: justify;\">Also, a professional solution is suggested in this blog. Go with the tool for your business recovery model and restore complete database items. <a href=\"https:\/\/www.recovery-tools.org\/\" rel=\"noopener\" target=\"_blank\"><strong>RecoveryTools<\/strong><\/a> only recommend tested and best reviews software to its viewers.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Azure Database Recovery Model is a database configuration option that defines the types of backups that can be performed and <\/p>\n","protected":false},"author":1,"featured_media":669,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[45],"tags":[],"class_list":["post-663","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-azure"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Azure Database Recovery Model - Simple, Full &amp; BULK_Logged Models<\/title>\n<meta name=\"description\" content=\"How to Create Azure Database Recovery Model? Three azure recovery models are available as Simple, Full, and BULK_Logged to restore data.\" \/>\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.recovery-tools.org\/techtalk\/azure-database-recovery-model.html\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Azure Database Recovery Model - Simple, Full &amp; BULK_Logged Models\" \/>\n<meta property=\"og:description\" content=\"How to Create Azure Database Recovery Model? Three azure recovery models are available as Simple, Full, and BULK_Logged to restore data.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.recovery-tools.org\/techtalk\/azure-database-recovery-model.html\" \/>\n<meta property=\"og:site_name\" content=\"Solution for Different Technical Issues\" \/>\n<meta property=\"article:published_time\" content=\"2022-01-17T08:35:07+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-01-17T08:44:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.recovery-tools.org\/techtalk\/wp-content\/uploads\/2022\/01\/database-icon.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"1000\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.recovery-tools.org\\\/techtalk\\\/azure-database-recovery-model.html#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.recovery-tools.org\\\/techtalk\\\/azure-database-recovery-model.html\"},\"author\":{\"name\":\"Admin\",\"@id\":\"https:\\\/\\\/www.recovery-tools.org\\\/techtalk\\\/#\\\/schema\\\/person\\\/a3946878debac74b9f2b439020310756\"},\"headline\":\"How to Create Azure Database Recovery Model?\",\"datePublished\":\"2022-01-17T08:35:07+00:00\",\"dateModified\":\"2022-01-17T08:44:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.recovery-tools.org\\\/techtalk\\\/azure-database-recovery-model.html\"},\"wordCount\":631,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.recovery-tools.org\\\/techtalk\\\/azure-database-recovery-model.html#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.recovery-tools.org\\\/techtalk\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/database-icon.jpeg\",\"articleSection\":[\"Azure\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.recovery-tools.org\\\/techtalk\\\/azure-database-recovery-model.html#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.recovery-tools.org\\\/techtalk\\\/azure-database-recovery-model.html\",\"url\":\"https:\\\/\\\/www.recovery-tools.org\\\/techtalk\\\/azure-database-recovery-model.html\",\"name\":\"Azure Database Recovery Model - Simple, Full & BULK_Logged Models\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.recovery-tools.org\\\/techtalk\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.recovery-tools.org\\\/techtalk\\\/azure-database-recovery-model.html#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.recovery-tools.org\\\/techtalk\\\/azure-database-recovery-model.html#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.recovery-tools.org\\\/techtalk\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/database-icon.jpeg\",\"datePublished\":\"2022-01-17T08:35:07+00:00\",\"dateModified\":\"2022-01-17T08:44:59+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.recovery-tools.org\\\/techtalk\\\/#\\\/schema\\\/person\\\/a3946878debac74b9f2b439020310756\"},\"description\":\"How to Create Azure Database Recovery Model? Three azure recovery models are available as Simple, Full, and BULK_Logged to restore data.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.recovery-tools.org\\\/techtalk\\\/azure-database-recovery-model.html#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.recovery-tools.org\\\/techtalk\\\/azure-database-recovery-model.html\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.recovery-tools.org\\\/techtalk\\\/azure-database-recovery-model.html#primaryimage\",\"url\":\"https:\\\/\\\/www.recovery-tools.org\\\/techtalk\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/database-icon.jpeg\",\"contentUrl\":\"https:\\\/\\\/www.recovery-tools.org\\\/techtalk\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/database-icon.jpeg\",\"width\":1000,\"height\":1000,\"caption\":\"Database\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.recovery-tools.org\\\/techtalk\\\/azure-database-recovery-model.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.recovery-tools.org\\\/techtalk\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Create Azure Database Recovery Model?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.recovery-tools.org\\\/techtalk\\\/#website\",\"url\":\"https:\\\/\\\/www.recovery-tools.org\\\/techtalk\\\/\",\"name\":\"Solution for Different Exchange Issues\",\"description\":\"RecoveryTools\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.recovery-tools.org\\\/techtalk\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.recovery-tools.org\\\/techtalk\\\/#\\\/schema\\\/person\\\/a3946878debac74b9f2b439020310756\",\"name\":\"Admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0a061725a6089aefb9427116283fd9ad67bffe571c088eb108b551c915c3c3c3?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0a061725a6089aefb9427116283fd9ad67bffe571c088eb108b551c915c3c3c3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0a061725a6089aefb9427116283fd9ad67bffe571c088eb108b551c915c3c3c3?s=96&d=mm&r=g\",\"caption\":\"Admin\"},\"sameAs\":[\"admin\"],\"url\":\"https:\\\/\\\/www.recovery-tools.org\\\/techtalk\\\/author\\\/admin\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Azure Database Recovery Model - Simple, Full & BULK_Logged Models","description":"How to Create Azure Database Recovery Model? Three azure recovery models are available as Simple, Full, and BULK_Logged to restore data.","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.recovery-tools.org\/techtalk\/azure-database-recovery-model.html","og_locale":"en_GB","og_type":"article","og_title":"Azure Database Recovery Model - Simple, Full & BULK_Logged Models","og_description":"How to Create Azure Database Recovery Model? Three azure recovery models are available as Simple, Full, and BULK_Logged to restore data.","og_url":"https:\/\/www.recovery-tools.org\/techtalk\/azure-database-recovery-model.html","og_site_name":"Solution for Different Technical Issues","article_published_time":"2022-01-17T08:35:07+00:00","article_modified_time":"2022-01-17T08:44:59+00:00","og_image":[{"width":1000,"height":1000,"url":"https:\/\/www.recovery-tools.org\/techtalk\/wp-content\/uploads\/2022\/01\/database-icon.jpeg","type":"image\/jpeg"}],"author":"Admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Admin","Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.recovery-tools.org\/techtalk\/azure-database-recovery-model.html#article","isPartOf":{"@id":"https:\/\/www.recovery-tools.org\/techtalk\/azure-database-recovery-model.html"},"author":{"name":"Admin","@id":"https:\/\/www.recovery-tools.org\/techtalk\/#\/schema\/person\/a3946878debac74b9f2b439020310756"},"headline":"How to Create Azure Database Recovery Model?","datePublished":"2022-01-17T08:35:07+00:00","dateModified":"2022-01-17T08:44:59+00:00","mainEntityOfPage":{"@id":"https:\/\/www.recovery-tools.org\/techtalk\/azure-database-recovery-model.html"},"wordCount":631,"commentCount":0,"image":{"@id":"https:\/\/www.recovery-tools.org\/techtalk\/azure-database-recovery-model.html#primaryimage"},"thumbnailUrl":"https:\/\/www.recovery-tools.org\/techtalk\/wp-content\/uploads\/2022\/01\/database-icon.jpeg","articleSection":["Azure"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.recovery-tools.org\/techtalk\/azure-database-recovery-model.html#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.recovery-tools.org\/techtalk\/azure-database-recovery-model.html","url":"https:\/\/www.recovery-tools.org\/techtalk\/azure-database-recovery-model.html","name":"Azure Database Recovery Model - Simple, Full & BULK_Logged Models","isPartOf":{"@id":"https:\/\/www.recovery-tools.org\/techtalk\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.recovery-tools.org\/techtalk\/azure-database-recovery-model.html#primaryimage"},"image":{"@id":"https:\/\/www.recovery-tools.org\/techtalk\/azure-database-recovery-model.html#primaryimage"},"thumbnailUrl":"https:\/\/www.recovery-tools.org\/techtalk\/wp-content\/uploads\/2022\/01\/database-icon.jpeg","datePublished":"2022-01-17T08:35:07+00:00","dateModified":"2022-01-17T08:44:59+00:00","author":{"@id":"https:\/\/www.recovery-tools.org\/techtalk\/#\/schema\/person\/a3946878debac74b9f2b439020310756"},"description":"How to Create Azure Database Recovery Model? Three azure recovery models are available as Simple, Full, and BULK_Logged to restore data.","breadcrumb":{"@id":"https:\/\/www.recovery-tools.org\/techtalk\/azure-database-recovery-model.html#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.recovery-tools.org\/techtalk\/azure-database-recovery-model.html"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.recovery-tools.org\/techtalk\/azure-database-recovery-model.html#primaryimage","url":"https:\/\/www.recovery-tools.org\/techtalk\/wp-content\/uploads\/2022\/01\/database-icon.jpeg","contentUrl":"https:\/\/www.recovery-tools.org\/techtalk\/wp-content\/uploads\/2022\/01\/database-icon.jpeg","width":1000,"height":1000,"caption":"Database"},{"@type":"BreadcrumbList","@id":"https:\/\/www.recovery-tools.org\/techtalk\/azure-database-recovery-model.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.recovery-tools.org\/techtalk"},{"@type":"ListItem","position":2,"name":"How to Create Azure Database Recovery Model?"}]},{"@type":"WebSite","@id":"https:\/\/www.recovery-tools.org\/techtalk\/#website","url":"https:\/\/www.recovery-tools.org\/techtalk\/","name":"Solution for Different Exchange Issues","description":"RecoveryTools","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.recovery-tools.org\/techtalk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/www.recovery-tools.org\/techtalk\/#\/schema\/person\/a3946878debac74b9f2b439020310756","name":"Admin","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/0a061725a6089aefb9427116283fd9ad67bffe571c088eb108b551c915c3c3c3?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/0a061725a6089aefb9427116283fd9ad67bffe571c088eb108b551c915c3c3c3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0a061725a6089aefb9427116283fd9ad67bffe571c088eb108b551c915c3c3c3?s=96&d=mm&r=g","caption":"Admin"},"sameAs":["admin"],"url":"https:\/\/www.recovery-tools.org\/techtalk\/author\/admin"}]}},"_links":{"self":[{"href":"https:\/\/www.recovery-tools.org\/techtalk\/wp-json\/wp\/v2\/posts\/663","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.recovery-tools.org\/techtalk\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.recovery-tools.org\/techtalk\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.recovery-tools.org\/techtalk\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.recovery-tools.org\/techtalk\/wp-json\/wp\/v2\/comments?post=663"}],"version-history":[{"count":5,"href":"https:\/\/www.recovery-tools.org\/techtalk\/wp-json\/wp\/v2\/posts\/663\/revisions"}],"predecessor-version":[{"id":670,"href":"https:\/\/www.recovery-tools.org\/techtalk\/wp-json\/wp\/v2\/posts\/663\/revisions\/670"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.recovery-tools.org\/techtalk\/wp-json\/wp\/v2\/media\/669"}],"wp:attachment":[{"href":"https:\/\/www.recovery-tools.org\/techtalk\/wp-json\/wp\/v2\/media?parent=663"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.recovery-tools.org\/techtalk\/wp-json\/wp\/v2\/categories?post=663"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.recovery-tools.org\/techtalk\/wp-json\/wp\/v2\/tags?post=663"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}