{"id":23094,"date":"2023-02-28T20:55:33","date_gmt":"2023-02-28T19:55:33","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/?p=23094"},"modified":"2024-09-10T15:41:29","modified_gmt":"2024-09-10T13:41:29","slug":"estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/","title":{"rendered":"Estimate the Downtime for an Offline MS SQL Migration: On-Premise to Azure SQL Database"},"content":{"rendered":"\n<p>As you want to migrate your database workload to the Azure Cloud, you must test different aspects of the migration. An important factor for an offline migration is to estimate the duration of the migration process, so the service owner can plan for downtime. I want to show some points, you should consider when estimating the downtime. For concrete offline migration process, please check my previous <a href=\"https:\/\/www.dbi-services.com\/blog\/disaster-recovery-solution-to-azure-sql-database\/\" target=\"_blank\" rel=\"noreferrer noopener\">blog<\/a><\/p>\n\n\n\n<p>The idea of this blog came up during the testing phase of databases migration at a customer. The DBA told me, he was testing the migration of 2 databases to an Azure SQL Database: a small (2GB) and a large (200 GB) database. I was curious and started asking him about it. I asked him to give me access to the database, so I could take a look at it and maybe give him some information.<\/p>\n\n\n\n<p><strong>Effective Database Size<\/strong><\/p>\n\n\n\n<p>He gives me access to the On-Premise MS SQL Instance. First, I check the size of the database. See Screenshot 1. From the screenshot 1 you can notice that the log file is empty. The assumption (migrating 200 GB) about the size of the database is not correct. The Total Space reserved is 155 GB. The Data Files Space reserved less than 100GB, and 15% are unallocated. So, in this case 82 GB of data will be migrated to the Azure SQL Database.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"642\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/02\/image-15.png\" alt=\"\" class=\"wp-image-23095\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/02\/image-15.png 940w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/02\/image-15-300x205.png 300w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/02\/image-15-768x525.png 768w\" sizes=\"auto, (max-width: 940px) 100vw, 940px\" \/><figcaption class=\"wp-element-caption\">Screenshot 1: Disk Usage<\/figcaption><\/figure>\n\n\n\n<p><strong>Extracting the file with SqlPackage<\/strong><\/p>\n\n\n\n<p>After clarifying the effective among of data, that will be move to the cloud, we decide to estimate the extraction time (T2). As the migration will be done by BACPAC, please check my previous <a href=\"https:\/\/www.dbi-services.com\/blog\/disaster-recovery-solution-to-azure-sql-database\/\" target=\"_blank\" rel=\"noreferrer noopener\">blog<\/a>. The best way for this estimation, is just to test it on your server. We extract the BACPAC it took 20 minutes on the server. The configuration of the server can be found in the screenshot 2. The result of the BACPAC extraction is only 6.5 GB. For comparison, the Compress-BACKUP file of the same database is about 12.7 GB.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"787\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/02\/image-16.png\" alt=\"\" class=\"wp-image-23096\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/02\/image-16.png 940w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/02\/image-16-300x251.png 300w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/02\/image-16-768x643.png 768w\" sizes=\"auto, (max-width: 940px) 100vw, 940px\" \/><figcaption class=\"wp-element-caption\">Screenshot 2: result of BACPAC extraction<\/figcaption><\/figure>\n\n\n\n<p><strong>Upload the file to Azure Storage Account<\/strong><\/p>\n\n\n\n<p>As mentioned before the BACPAC File is only 6.5 GB. This mean, when applying an offline migration, you should not tell your network administrator that a 80 GB (200 GB) Database will be transfer to the network, but only a 6.5 GB BACPAC. So only consider the time you need to transfer the BACPAC file to the Azure Cloud (T3).<\/p>\n\n\n\n<p><strong>The Import to Azure SQL Database<\/strong><\/p>\n\n\n\n<p>Of course, the import duration (T4) depends to the service tier you choose. Tip: choose a high service tier to make the import fast.<\/p>\n\n\n\n<p><strong>Finally: additional tasks<\/strong><\/p>\n\n\n\n<p>You should also plan time for additional tasks<\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\">\n<li>Pre-Migrations task (T1) like e.g., extraction permissions, etc.\u2026<\/li>\n\n\n\n<li>Post-Migration task (T5) like e.g., restoring permissions, power-on test, etc.\u2026<\/li>\n<\/ul>\n\n\n\n<p><strong>Conclusion<\/strong><\/p>\n\n\n\n<p>In this blog I try to show some important aspects to consider, when planning an offline On-Premise MS SQL Database migration to Azure SQL Database using BACPAC.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Be careful when estimating the size of your data to be migrated.<\/li>\n\n\n\n<li>Network load: Not the full database will be transfer over the network, but only the compress BACPAC.<\/li>\n\n\n\n<li>When estimating the Offline Time (migration time), don\u2019t forget extra time e.g., restoring permissions and other small task you must do after the import. Don\u2019t put yourself under pressure. \ud83d\ude09<\/li>\n\n\n\n<li>The Offline Time is: T1+T2+T3+T4+T5. In my case I estimate the offline time to 2 hours.<\/li>\n\n\n\n<li>Preparation: Some of the Tasks describe in my previous <a href=\"https:\/\/www.dbi-services.com\/blog\/disaster-recovery-solution-to-azure-sql-database\/\" target=\"_blank\" rel=\"noreferrer noopener\">blog<\/a> can be done as preparation for the migration. So it is essential to execute them early enough before the migration to optimize the overall offline time<\/li>\n<\/ul>\n\n\n\n<p>I am not pretending to consider all aspect here. But I hope this will give you an idea of what you need for a successful offline migration.<\/p>\n\n\n\n<p>#besharing, #bemigrating, #beprepare<\/p>\n","protected":false},"excerpt":{"rendered":"<p>As you want to migrate your database workload to the Azure Cloud, you must test different aspects of the migration. An important factor for an offline migration is to estimate the duration of the migration process, so the service owner can plan for downtime. I want to show some points, you should consider when estimating [&hellip;]<\/p>\n","protected":false},"author":26,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[3271,955,229,99],"tags":[1338,1613,2858,2410,51],"type_dbi":[],"class_list":["post-23094","post","type-post","status-publish","format-standard","hentry","category-azure","category-cloud","category-database-administration-monitoring","category-sql-server","tag-azure","tag-azure-sql-database","tag-bacpac","tag-migrating-to-the-cloud","tag-sql-server"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Estimate the Downtime for an Offline MS SQL Migration: On-Premise to Azure SQL Database - dbi Blog<\/title>\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.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Estimate the Downtime for an Offline MS SQL Migration: On-Premise to Azure SQL Database\" \/>\n<meta property=\"og:description\" content=\"As you want to migrate your database workload to the Azure Cloud, you must test different aspects of the migration. An important factor for an offline migration is to estimate the duration of the migration process, so the service owner can plan for downtime. I want to show some points, you should consider when estimating [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-02-28T19:55:33+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-10T13:41:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/02\/image-15.png\" \/>\n<meta name=\"author\" content=\"Microsoft Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Microsoft Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/\"},\"author\":{\"name\":\"Microsoft Team\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/bfab48333280d616e1170e7369df90a4\"},\"headline\":\"Estimate the Downtime for an Offline MS SQL Migration: On-Premise to Azure SQL Database\",\"datePublished\":\"2023-02-28T19:55:33+00:00\",\"dateModified\":\"2024-09-10T13:41:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/\"},\"wordCount\":637,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/02\/image-15.png\",\"keywords\":[\"Azure\",\"Azure SQL Database\",\"BACPAC\",\"migrating to the cloud\",\"SQL Server\"],\"articleSection\":[\"Azure\",\"Cloud\",\"Database Administration &amp; Monitoring\",\"SQL Server\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/\",\"name\":\"Estimate the Downtime for an Offline MS SQL Migration: On-Premise to Azure SQL Database - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/02\/image-15.png\",\"datePublished\":\"2023-02-28T19:55:33+00:00\",\"dateModified\":\"2024-09-10T13:41:29+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/bfab48333280d616e1170e7369df90a4\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/#primaryimage\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/02\/image-15.png\",\"contentUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/02\/image-15.png\",\"width\":940,\"height\":642},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Estimate the Downtime for an Offline MS SQL Migration: On-Premise to Azure SQL Database\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/bfab48333280d616e1170e7369df90a4\",\"name\":\"Microsoft Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/c44a1a792c059f24055763aa77d80a244467f6eef724a8bd13db8d4a350b7a4c?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c44a1a792c059f24055763aa77d80a244467f6eef724a8bd13db8d4a350b7a4c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c44a1a792c059f24055763aa77d80a244467f6eef724a8bd13db8d4a350b7a4c?s=96&d=mm&r=g\",\"caption\":\"Microsoft Team\"},\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/microsoft-team\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Estimate the Downtime for an Offline MS SQL Migration: On-Premise to Azure SQL Database - dbi Blog","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.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/","og_locale":"en_US","og_type":"article","og_title":"Estimate the Downtime for an Offline MS SQL Migration: On-Premise to Azure SQL Database","og_description":"As you want to migrate your database workload to the Azure Cloud, you must test different aspects of the migration. An important factor for an offline migration is to estimate the duration of the migration process, so the service owner can plan for downtime. I want to show some points, you should consider when estimating [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/","og_site_name":"dbi Blog","article_published_time":"2023-02-28T19:55:33+00:00","article_modified_time":"2024-09-10T13:41:29+00:00","og_image":[{"url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/02\/image-15.png","type":"","width":"","height":""}],"author":"Microsoft Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Microsoft Team","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/"},"author":{"name":"Microsoft Team","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/bfab48333280d616e1170e7369df90a4"},"headline":"Estimate the Downtime for an Offline MS SQL Migration: On-Premise to Azure SQL Database","datePublished":"2023-02-28T19:55:33+00:00","dateModified":"2024-09-10T13:41:29+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/"},"wordCount":637,"commentCount":0,"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/02\/image-15.png","keywords":["Azure","Azure SQL Database","BACPAC","migrating to the cloud","SQL Server"],"articleSection":["Azure","Cloud","Database Administration &amp; Monitoring","SQL Server"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/","url":"https:\/\/www.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/","name":"Estimate the Downtime for an Offline MS SQL Migration: On-Premise to Azure SQL Database - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/#primaryimage"},"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/02\/image-15.png","datePublished":"2023-02-28T19:55:33+00:00","dateModified":"2024-09-10T13:41:29+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/bfab48333280d616e1170e7369df90a4"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/#primaryimage","url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/02\/image-15.png","contentUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/02\/image-15.png","width":940,"height":642},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/estimate-the-downtime-for-an-offline-ms-sql-migration-on-premise-to-azure-sql-database\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Estimate the Downtime for an Offline MS SQL Migration: On-Premise to Azure SQL Database"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/bfab48333280d616e1170e7369df90a4","name":"Microsoft Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/c44a1a792c059f24055763aa77d80a244467f6eef724a8bd13db8d4a350b7a4c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c44a1a792c059f24055763aa77d80a244467f6eef724a8bd13db8d4a350b7a4c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c44a1a792c059f24055763aa77d80a244467f6eef724a8bd13db8d4a350b7a4c?s=96&d=mm&r=g","caption":"Microsoft Team"},"url":"https:\/\/www.dbi-services.com\/blog\/author\/microsoft-team\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/23094","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/26"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=23094"}],"version-history":[{"count":13,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/23094\/revisions"}],"predecessor-version":[{"id":23229,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/23094\/revisions\/23229"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=23094"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=23094"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=23094"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=23094"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}