{"id":318,"date":"2021-03-01T22:30:00","date_gmt":"2021-03-01T22:30:00","guid":{"rendered":"https:\/\/www.microteklearning.com\/blog\/?p=318"},"modified":"2025-08-26T02:50:52","modified_gmt":"2025-08-26T02:50:52","slug":"perform-disaster-recovery-in-storage-with-private-endpoints","status":"publish","type":"post","link":"https:\/\/www.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/","title":{"rendered":"How to perform Disaster Recovery in Storage with Private Endpoints?"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"760\" height=\"480\" src=\"https:\/\/www.microteklearning.com\/blog\/wp-content\/uploads\/2023\/10\/private-endpoints.png\" alt=\"DR in Storage with Private Endpoints\" class=\"wp-image-320\" style=\"aspect-ratio:1.5833333333333333;width:840px;height:auto\" srcset=\"https:\/\/www.microteklearning.com\/blog\/wp-content\/uploads\/2023\/10\/private-endpoints.png 760w, https:\/\/www.microteklearning.com\/blog\/wp-content\/uploads\/2023\/10\/private-endpoints-300x189.png 300w\" sizes=\"auto, (max-width: 760px) 100vw, 760px\" \/><\/figure>\n\n\n\n<p>In today\u2019s rapid growth with cloud-based deployments and moving resources from On-Premises Data Center to Azure across regions makes us think about redundancy. Redundancy of services can we within Data center by choosing the Fault domain and Update domains and can range up to setting up the service in different region.<\/p>\n\n\n\n<p>When you have the same service in 2 region and if you want to fail over how do you do it? Also, when you have dependency such as Private Endpoints connected to the service, how do you achieve failover?&nbsp;<\/p>\n\n\n\n<p>In this blog, we are going to discuss&nbsp;<strong>how to&nbsp;achieve Disaster Recovery&nbsp;in Storage with Private Endpoints<\/strong>.&nbsp;&nbsp;<\/p>\n\n\n\n<p><strong>Setup:<\/strong><br><img decoding=\"async\" alt=\"Microsoft Azure Setup\" src=\"https:\/\/www.microteklearning.com\/ckfinder\/userfiles\/files\/image-20210301223329-1.png\">&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Setup Details:&nbsp;<\/strong><\/h2>\n\n\n\n<ol class=\"wp-block-list\" start=\"1\">\n<li>Create a storage account in West Europe with RA-GRS as account type.&nbsp;<br><img decoding=\"async\" alt=\"Step 1\" src=\"https:\/\/www.microteklearning.com\/ckfinder\/userfiles\/files\/image-20210301223329-2.png\">&nbsp;<\/li>\n\n\n\n<li>Create a Private Endpoint in the West Europe region. You need to deploy a VNET first to deploy Private Endpoint. During the creation if Private Endpoint choose the PE blob as the sub-resource type.&nbsp;<br><img decoding=\"async\" alt=\"Step 2\" src=\"https:\/\/www.microteklearning.com\/ckfinder\/userfiles\/files\/image-20210301223329-3.png\">&nbsp;<\/li>\n\n\n\n<li>Create another VNET in North Europe and deploy another Private Endpoint choosing VNET as North Europe. During the creation of Private&nbsp;Endpoint&nbsp;you need to choose the sub-resource type as blob-secondary.&nbsp;<br><img decoding=\"async\" alt=\"Step 3\" src=\"https:\/\/www.microteklearning.com\/ckfinder\/userfiles\/files\/image-20210301223329-4.png\">&nbsp;<\/li>\n\n\n\n<li>A Private DNS Zone gets created in the process of creating Private Endpoint. You should notice 2 A records pointing to Private IP of the Private Endpoint as shown below:&nbsp;<br>&nbsp;<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.microteklearning.com\/ckfinder\/userfiles\/files\/image-20210301223329-5.png\" alt=\"Step 4\"\/><\/figure>\n\n\n\n<ol class=\"wp-block-list\" start=\"5\">\n<li>To test the failover, you need a VM in the West Europe region. Deploy a VM and RDP to the VM:&nbsp;<br><img decoding=\"async\" alt=\"Step 5\" src=\"https:\/\/www.microteklearning.com\/ckfinder\/userfiles\/files\/image-20210301223329-6.png\">&nbsp;<\/li>\n<\/ol>\n\n\n\n<p><strong>Below are the&nbsp;Nslookup&nbsp;results before failover:&nbsp;<\/strong><\/p>\n\n\n\n<p><strong>Primary:&nbsp;<\/strong><\/p>\n\n\n\n<p>storagedemodr.blob.core.windows.net. 59 IN CNAME storagedemodr.privatelink.blob.core.windows.net.&nbsp;<\/p>\n\n\n\n<p>storagedemodr.privatelink.blob.core.windows.net. 59 IN CNAME blob.dub07prdstr13b.store.core.windows.net.&nbsp;<\/p>\n\n\n\n<p>blob.dub07prdstr13b.store.core.windows.net. 59 IN A 20.38.102.51&nbsp;<\/p>\n\n\n\n<p><strong>Secondary:&nbsp;<\/strong><\/p>\n\n\n\n<p>storagedemodr-secondary.blob.core.windows.net. 59 IN CNAME storagedemodr-secondary.privatelink.blob.core.windows.net.&nbsp;<\/p>\n\n\n\n<p>storagedemodr-secondary.privatelink.blob.core.windows.net. 59 IN CNAME blob.ams20prdstr11a.store.core.windows.net.&nbsp;<\/p>\n\n\n\n<p>blob.ams20prdstr11a.store.core.windows.net. 59 IN A 20.38.109.4&nbsp;<\/p>\n\n\n\n<p><strong>In Azure VM:&nbsp;&nbsp;<\/strong><\/p>\n\n\n\n<p>C:\\Users\\AzureAdmin&gt;nslookup storagedemodr.blob.core.windows.net&nbsp;<\/p>\n\n\n\n<p>Server:&nbsp;&nbsp;UnKnown&nbsp;<\/p>\n\n\n\n<p>Address:&nbsp; 168.63.129.16&nbsp;<\/p>\n\n\n\n<p>Non-authoritative answer:&nbsp;<\/p>\n\n\n\n<p>Name:&nbsp;&nbsp;&nbsp; storagedemodr.privatelink.blob.core.windows.net&nbsp;<\/p>\n\n\n\n<p>Address:&nbsp; 10.1.0.4&nbsp;<\/p>\n\n\n\n<p>Aliases:&nbsp; storagedemodr.blob.core.windows.net&nbsp;<\/p>\n\n\n\n<p>In order to perform failover, navigate to the Storage Account and choose Geo-redundancy under settings. You can find the \u201cPrepare to failover\u201d option. Click on it to start the failover:&nbsp;&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.microteklearning.com\/ckfinder\/userfiles\/files\/image(5).png\" alt=\"Storage account\"\/><\/figure>\n\n\n\n<p><strong>Nslookup results post failover :&nbsp;<\/strong><\/p>\n\n\n\n<p><strong>When you query: storagedemodr.blob.core.windows.net&nbsp;<\/strong><\/p>\n\n\n\n<p>storagedemodr.blob.core.windows.net. 59 IN CNAME storagedemodr.privatelink.blob.core.windows.net.&nbsp;<\/p>\n\n\n\n<p>storagedemodr.privatelink.blob.core.windows.net. 59 IN CNAME blob.ams20prdstr11a.store.core.windows.net.&nbsp;<\/p>\n\n\n\n<p>blob.ams20prdstr11a.store.core.windows.net. 42 IN A 20.38.109.4&nbsp;<\/p>\n\n\n\n<p><strong>When&nbsp;you&nbsp;query: storagedemodr-secondary.blob.core.windows.net&nbsp;<\/strong><\/p>\n\n\n\n<p>blob.core.windows.net. 59 IN SOA prd1.azuredns-cloud.net. msnhst.microsoft.com. 2093536361 900 300 604800 60&nbsp;<\/p>\n\n\n\n<p><strong>Inside&nbsp;VM:&nbsp;&nbsp;<\/strong><\/p>\n\n\n\n<p>C:\\Users\\AzureAdmin\\Downloads\\PSTools&gt;nslookup storagedemodr.blob.core.windows.net&nbsp;<\/p>\n\n\n\n<p>Server:&nbsp;&nbsp;UnKnown&nbsp;<\/p>\n\n\n\n<p>Address:&nbsp; 168.63.129.16&nbsp;<\/p>\n\n\n\n<p>Non-authoritative answer:&nbsp;<\/p>\n\n\n\n<p>Name:&nbsp;&nbsp;&nbsp; storagedemodr.privatelink.blob.core.windows.net&nbsp;<\/p>\n\n\n\n<p>Address:&nbsp; 10.1.0.4&nbsp;<\/p>\n\n\n\n<p>Aliases:&nbsp; storagedemodr.blob.core.windows.net&nbsp;<\/p>\n\n\n\n<p>As you can see, from inside the VM, it always resolves to 10.1.0.4 which the Private IP of the Private Endpoint in West Europe. But this Private Endpoint will connect to the Storage Account in the North Europe as Azure changes the config in the data path to make sure the Private Endpoint connect to the failed over endpoint.&nbsp;Also,&nbsp;when&nbsp;you&nbsp;failover, the Storage Account becomes LRS and hence the secondary endpoint is no longer active.&nbsp;&nbsp;<\/p>\n\n\n\n<p>With this you don\u2019t need to make any changes to the DNS part of Private Endpoint as it always points to the active Storage region.&nbsp;&nbsp;<\/p>\n\n\n\n<p>Hope this blog is useful!!&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.microteklearning.com\/\" target=\"_blank\" rel=\"noreferrer noopener\"><u>Visit our site for more useful blogs.<\/u><\/a><\/p>\n\n\n\n<p>If you still have any doubt, watch&nbsp;<a href=\"https:\/\/www.youtube.com\/watch?v=0RC6Ok4hSCU\" target=\"_blank\" rel=\"noreferrer noopener\">How to perform DR in Storage with Private Endpoints<\/a>&nbsp;video on our YouTube channel.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this blog, we are going to discuss how to achieve Disaster Recovery in Storage with Private Endpoints.  <\/p>\n","protected":false},"author":1,"featured_media":319,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[45,9],"tags":[],"class_list":["post-318","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-azure","category-microsoft"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to perform DR in Storage with Private Endpoints<\/title>\n<meta name=\"description\" content=\"In today\u2019s growth with cloud-based deployments &amp; moving resources from On-Premises Data Center to Azure across regions think about redundancy\" \/>\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.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to perform DR in Storage with Private Endpoints\" \/>\n<meta property=\"og:description\" content=\"In today\u2019s growth with cloud-based deployments &amp; moving resources from On-Premises Data Center to Azure across regions think about redundancy\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/\" \/>\n<meta property=\"og:site_name\" content=\"IT Training Blog \u2013 Certifications, Cloud &amp; Cybersecurity\" \/>\n<meta property=\"article:published_time\" content=\"2021-03-01T22:30:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-26T02:50:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.microteklearning.com\/blog\/wp-content\/uploads\/2023\/10\/perform-disaster-recovery-in-storage-with-private-endpoints.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"580\" \/>\n\t<meta property=\"og:image:height\" content=\"565\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Microtek Learning\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Microtek Learning\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/\"},\"author\":{\"name\":\"Microtek Learning\",\"@id\":\"https:\/\/www.microteklearning.com\/blog\/#\/schema\/person\/bbe6552c3446438e1417c5ada9c3664a\"},\"headline\":\"How to perform Disaster Recovery in Storage with Private Endpoints?\",\"datePublished\":\"2021-03-01T22:30:00+00:00\",\"dateModified\":\"2025-08-26T02:50:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/\"},\"wordCount\":724,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.microteklearning.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.microteklearning.com\/blog\/wp-content\/uploads\/2023\/10\/perform-disaster-recovery-in-storage-with-private-endpoints.jpg\",\"articleSection\":[\"Azure\",\"Microsoft\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/\",\"url\":\"https:\/\/www.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/\",\"name\":\"How to perform DR in Storage with Private Endpoints\",\"isPartOf\":{\"@id\":\"https:\/\/www.microteklearning.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.microteklearning.com\/blog\/wp-content\/uploads\/2023\/10\/perform-disaster-recovery-in-storage-with-private-endpoints.jpg\",\"datePublished\":\"2021-03-01T22:30:00+00:00\",\"dateModified\":\"2025-08-26T02:50:52+00:00\",\"description\":\"In today\u2019s growth with cloud-based deployments & moving resources from On-Premises Data Center to Azure across regions think about redundancy\",\"breadcrumb\":{\"@id\":\"https:\/\/www.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/#primaryimage\",\"url\":\"https:\/\/www.microteklearning.com\/blog\/wp-content\/uploads\/2023\/10\/perform-disaster-recovery-in-storage-with-private-endpoints.jpg\",\"contentUrl\":\"https:\/\/www.microteklearning.com\/blog\/wp-content\/uploads\/2023\/10\/perform-disaster-recovery-in-storage-with-private-endpoints.jpg\",\"width\":580,\"height\":565,\"caption\":\"Disaster Recovery\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.microteklearning.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to perform Disaster Recovery in Storage with Private Endpoints?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.microteklearning.com\/blog\/#website\",\"url\":\"https:\/\/www.microteklearning.com\/blog\/\",\"name\":\"IT Training Blog \u2013 Certifications, Cloud &amp; Cybersecurity\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.microteklearning.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.microteklearning.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.microteklearning.com\/blog\/#organization\",\"name\":\"IT Training Blog \u2013 Certifications, Cloud &amp; Cybersecurity\",\"url\":\"https:\/\/www.microteklearning.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.microteklearning.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.microteklearning.com\/blog\/wp-content\/uploads\/2026\/02\/PNG.png\",\"contentUrl\":\"https:\/\/www.microteklearning.com\/blog\/wp-content\/uploads\/2026\/02\/PNG.png\",\"width\":150,\"height\":40,\"caption\":\"IT Training Blog \u2013 Certifications, Cloud &amp; Cybersecurity\"},\"image\":{\"@id\":\"https:\/\/www.microteklearning.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.microteklearning.com\/blog\/#\/schema\/person\/bbe6552c3446438e1417c5ada9c3664a\",\"name\":\"Microtek Learning\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.microteklearning.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b3b961db8f2a613263205e36e8b4dfde727d161bdfb64c5dbf51a2f4832239ec?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b3b961db8f2a613263205e36e8b4dfde727d161bdfb64c5dbf51a2f4832239ec?s=96&d=mm&r=g\",\"caption\":\"Microtek Learning\"},\"sameAs\":[\"http:\/\/ncrpackersmovers.in\/blogs\"],\"url\":\"https:\/\/www.microteklearning.com\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to perform DR in Storage with Private Endpoints","description":"In today\u2019s growth with cloud-based deployments & moving resources from On-Premises Data Center to Azure across regions think about redundancy","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.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/","og_locale":"en_US","og_type":"article","og_title":"How to perform DR in Storage with Private Endpoints","og_description":"In today\u2019s growth with cloud-based deployments & moving resources from On-Premises Data Center to Azure across regions think about redundancy","og_url":"https:\/\/www.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/","og_site_name":"IT Training Blog \u2013 Certifications, Cloud &amp; Cybersecurity","article_published_time":"2021-03-01T22:30:00+00:00","article_modified_time":"2025-08-26T02:50:52+00:00","og_image":[{"width":580,"height":565,"url":"https:\/\/www.microteklearning.com\/blog\/wp-content\/uploads\/2023\/10\/perform-disaster-recovery-in-storage-with-private-endpoints.jpg","type":"image\/jpeg"}],"author":"Microtek Learning","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Microtek Learning","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/#article","isPartOf":{"@id":"https:\/\/www.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/"},"author":{"name":"Microtek Learning","@id":"https:\/\/www.microteklearning.com\/blog\/#\/schema\/person\/bbe6552c3446438e1417c5ada9c3664a"},"headline":"How to perform Disaster Recovery in Storage with Private Endpoints?","datePublished":"2021-03-01T22:30:00+00:00","dateModified":"2025-08-26T02:50:52+00:00","mainEntityOfPage":{"@id":"https:\/\/www.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/"},"wordCount":724,"commentCount":0,"publisher":{"@id":"https:\/\/www.microteklearning.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/#primaryimage"},"thumbnailUrl":"https:\/\/www.microteklearning.com\/blog\/wp-content\/uploads\/2023\/10\/perform-disaster-recovery-in-storage-with-private-endpoints.jpg","articleSection":["Azure","Microsoft"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/","url":"https:\/\/www.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/","name":"How to perform DR in Storage with Private Endpoints","isPartOf":{"@id":"https:\/\/www.microteklearning.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/#primaryimage"},"image":{"@id":"https:\/\/www.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/#primaryimage"},"thumbnailUrl":"https:\/\/www.microteklearning.com\/blog\/wp-content\/uploads\/2023\/10\/perform-disaster-recovery-in-storage-with-private-endpoints.jpg","datePublished":"2021-03-01T22:30:00+00:00","dateModified":"2025-08-26T02:50:52+00:00","description":"In today\u2019s growth with cloud-based deployments & moving resources from On-Premises Data Center to Azure across regions think about redundancy","breadcrumb":{"@id":"https:\/\/www.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/#primaryimage","url":"https:\/\/www.microteklearning.com\/blog\/wp-content\/uploads\/2023\/10\/perform-disaster-recovery-in-storage-with-private-endpoints.jpg","contentUrl":"https:\/\/www.microteklearning.com\/blog\/wp-content\/uploads\/2023\/10\/perform-disaster-recovery-in-storage-with-private-endpoints.jpg","width":580,"height":565,"caption":"Disaster Recovery"},{"@type":"BreadcrumbList","@id":"https:\/\/www.microteklearning.com\/blog\/perform-disaster-recovery-in-storage-with-private-endpoints\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.microteklearning.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to perform Disaster Recovery in Storage with Private Endpoints?"}]},{"@type":"WebSite","@id":"https:\/\/www.microteklearning.com\/blog\/#website","url":"https:\/\/www.microteklearning.com\/blog\/","name":"IT Training Blog \u2013 Certifications, Cloud &amp; Cybersecurity","description":"","publisher":{"@id":"https:\/\/www.microteklearning.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.microteklearning.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.microteklearning.com\/blog\/#organization","name":"IT Training Blog \u2013 Certifications, Cloud &amp; Cybersecurity","url":"https:\/\/www.microteklearning.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.microteklearning.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.microteklearning.com\/blog\/wp-content\/uploads\/2026\/02\/PNG.png","contentUrl":"https:\/\/www.microteklearning.com\/blog\/wp-content\/uploads\/2026\/02\/PNG.png","width":150,"height":40,"caption":"IT Training Blog \u2013 Certifications, Cloud &amp; Cybersecurity"},"image":{"@id":"https:\/\/www.microteklearning.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.microteklearning.com\/blog\/#\/schema\/person\/bbe6552c3446438e1417c5ada9c3664a","name":"Microtek Learning","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.microteklearning.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/b3b961db8f2a613263205e36e8b4dfde727d161bdfb64c5dbf51a2f4832239ec?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b3b961db8f2a613263205e36e8b4dfde727d161bdfb64c5dbf51a2f4832239ec?s=96&d=mm&r=g","caption":"Microtek Learning"},"sameAs":["http:\/\/ncrpackersmovers.in\/blogs"],"url":"https:\/\/www.microteklearning.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.microteklearning.com\/blog\/wp-json\/wp\/v2\/posts\/318","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.microteklearning.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.microteklearning.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.microteklearning.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.microteklearning.com\/blog\/wp-json\/wp\/v2\/comments?post=318"}],"version-history":[{"count":2,"href":"https:\/\/www.microteklearning.com\/blog\/wp-json\/wp\/v2\/posts\/318\/revisions"}],"predecessor-version":[{"id":322,"href":"https:\/\/www.microteklearning.com\/blog\/wp-json\/wp\/v2\/posts\/318\/revisions\/322"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.microteklearning.com\/blog\/wp-json\/wp\/v2\/media\/319"}],"wp:attachment":[{"href":"https:\/\/www.microteklearning.com\/blog\/wp-json\/wp\/v2\/media?parent=318"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.microteklearning.com\/blog\/wp-json\/wp\/v2\/categories?post=318"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.microteklearning.com\/blog\/wp-json\/wp\/v2\/tags?post=318"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}