{"id":18859,"date":"2015-09-11T12:01:24","date_gmt":"2015-09-11T11:01:24","guid":{"rendered":"https:\/\/aidanfinn.com\/?p=18859"},"modified":"2015-09-11T12:03:42","modified_gmt":"2015-09-11T11:03:42","slug":"microsoft-gas-the-last-vital-piece-for-vm-hosting","status":"publish","type":"post","link":"https:\/\/aidanfinn.com\/?p=18859","title":{"rendered":"Microsoft GAs The Last Vital Piece For VM Hosting"},"content":{"rendered":"<p>Microsoft <a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/general-availability-of-backup-for-azure-iaas-vms\/\" target=\"_blank\">announced<\/a> that Azure Backup for Azure IaaS virtual machines (VMs) was released to generally availability yesterday. Personally, I think this removes a substantial roadblock from deploying VMs in Azure for most businesses (forget the legal stuff for a moment).<\/p>\n<h2>No Backup &#8211; Really?<\/h2>\n<p>I\u2019ve mentioned many times that I once worked in the hosting business. My first job was as a senior engineer with what was then a large Irish-owned company. We ran three services:<\/p>\n<ul>\n<li>Websites: for a few Euros a month, you could get a plan that allowed 10+ websites. We also offered SQL Server and MySQL databases.<\/li>\n<li>Physical servers: Starting from a few hundred Euros, you got one or more physical servers<\/li>\n<li>Virtual machines: I deployed the VMware (yeah, VMware) farm running on HP blades and EVA, and customers got their own VNET with one or more VMs<\/li>\n<\/ul>\n<p>The official line on websites was that there was no backup of websites or databases. You lose it, you LOST it. In reality we retained 1 daily backup to cover our own butts. Physical servers were not backed up unless a customer paid extra for it, and they got an <a href=\"https:\/\/www.ahsay.com\/jsp\/en\/home\/index.jsp\" target=\"_blank\">Ahsay<\/a> agent and paid for storage used. The same went for VMware VMs &#8211; pay for the agent + storage and you could get a simple form of cloud backup.<\/p>\n<h2>Backup-less Azure<\/h2>\n<p>Until very recently there was no backup of Azure VMs. How could that be? This line says a lot about how Microsoft thinks:<\/p>\n<blockquote><p>Treat your servers like cattle, not pets<\/p><\/blockquote>\n<p>When Azure VMs originally launched in beta, the VMs were stateless, much like containers. If you rebooted the VM it reset itself. You were supposed to write your applications so that they used Azure storage accounts or Azure SQL databases. There was no DC or SQL Server VM in the cloud &#8211; that aws silly because no one deploys or uses stateful machines anymore. Therefore you shouldn\u2019t care if a VM dies, gets corrupted, or is accidentally removed &#8211; you just deploy a new one and carry on.<\/p>\n<p>Except \u2026<\/p>\n<p>Almost no one deploys servers like that.<\/p>\n<p>I can envision some companies, like an Ebay or an Amazon running stateless application or web servers. But in my years of working in large and small\/medium businesses, I\u2019ve never seen stateless machines, and I\u2019ve never encountered anyone with a need for those style of applications &#8211; the web server\/database server configuration still dominates AFAIK.<\/p>\n<p>So this is why Azure never had a backup service for VMs. A few years ago, Microsoft changed Azure VMs to be stateful (Hyper-V) virtual machines that we are familiar with and started to push this as a viable alternative to traditional machine deployments. I asked the question: what happens if I accidentally delete a VM &#8211; and I got the old answer:<\/p>\n<blockquote><p>Prepare your CV\/r\u00e9sum\u00e9.<\/p><\/blockquote>\n<p>Mark Minasi quoted me at TechEd North America in one of his cloud Q&amp;A\u2019s with Mark Russinovich 2 years ago &#8211; actually he messed up the question a little and Russinovich gave a non-answer. The point was: how could I possibly deploy a critical VM into Azure if I could not back it up.<\/p>\n<h2>Use DPM!<\/h2>\n<p>Yeah, Microsoft last year blogged that customers should use System Center Data Protection Manager to protect VMs in Azure. You\u2019d install an agent into the guest OS (you have no access to Azure hosts and there is no backup API) and backup files, folders, databases to DPM running in another VM. The only problem with this would be the cost:<\/p>\n<ul>\n<li>You\u2019d need to deploy an Azure VM for DPM.<\/li>\n<li>You would have to use Page Blobs &amp; Disks instead of Block Blobs, doubling the cost of Azure storage required.<\/li>\n<li>The cost of System Center SMLs would have been horrific. A Datacenter SML ($3,607 on Open NL) would cover up to 8 Azure virtual machines.<\/li>\n<\/ul>\n<p>Not to mention that you could not simply restore a VM:<\/p>\n<ul>\n<li>Create a new VM<\/li>\n<li>Install applications, e.g. SQL Server<\/li>\n<li>Install the DPM agent<\/li>\n<li>Restore files\/folders\/databases<\/li>\n<li>Pray to your god and any others you can think of<\/li>\n<\/ul>\n<h2>Azure Backup<\/h2>\n<p>Azure has a backup service called Azure Backup. This was launched as a hybrid cloud service, enabling you to backup machines (PCs, servers) to the cloud using an agent (MARS). You can also install the MARS agent onto an on-premises DPM server to forward all\/subset of your backup data to the cloud for off-site storage. Azure Backup uses Block Blob storage (LRS or GRS) so it\u2019s really affordable.<\/p>\n<p>Earlier this year, Microsoft launched a preview of Azure Backup for Azure IaaS VMs. With this service you can protect Azure VMs (Windows or Linux) using a very simple VM backup mechanism:<\/p>\n<ol>\n<li>Create a backup policy &#8211; when to backup and how long to retain data<\/li>\n<li>Register VMs &#8211; installs an extension to consistently backup running VMs<\/li>\n<li>Protect VMs: Associate registered VMs with a policy<\/li>\n<li>Monitor backups<\/li>\n<\/ol>\n<p>The preview wasn\u2019t perfect. In the first week or so, registration was hit and miss. Backup of large VMs was quite slow too. But the restore process <em>worked<\/em> &#8211; this blog exists today only because I was able to restore the Azure VM that it runs on from an Azure backup &#8211; every other restore method I had for the MySQL database failed.<\/p>\n<h2>Generally Available<\/h2>\n<p>Microsoft made Azure Backup for IaaS VMs <a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/general-availability-of-backup-for-azure-iaas-vms\/\" target=\"_blank\">generally available<\/a> yesterday. This means that now you can, in a supported, simple, and reliable manner, backup your Windows\/Linux VMs that are running in Azure, and if you lose one, you can easily restore it from backup.<\/p>\n<p>A number of improvements were included in the GA release:<\/p>\n<ul>\n<li>A set of <a href=\"https:\/\/azure.microsoft.com\/en-us\/documentation\/articles\/backup-azure-vms-automation\/\">PowerShell based cmdlets<\/a> have been released &#8211; update your Azure PowerShell module!<\/li>\n<li>You can restore a VM with an Azure VM configuration of your choice to a storage account of your choice.<\/li>\n<li>The time required to register a VM or back it up has been reduced.<\/li>\n<li>Azure Backup is in all regions that support Azure VMs.<\/li>\n<li>There is improved logging for auditing purposes.<\/li>\n<li>Notification emails can be sent to administrators or an email address of your choosing.<\/li>\n<li>Errors include troubleshooting information and links to documentation.<\/li>\n<li>A default policy is included in every backup vault<\/li>\n<li>You can create simple or complex retention policies (similar to hybrid cloud backup in MARS agent) that can keep data up to 99 years.<\/li>\n<\/ul>\n<h2>Summary<\/h2>\n<p>With this release, Microsoft now has solved my biggest concern with running production workloads in Azure VMs &#8211; now we can backup and restore stateful machines that have huge value to the business.<\/p>\n<div id=\"scid:0767317B-992E-4b12-91E0-4F059A8CECA8:f618fd37-2eb6-4aa1-b4fa-7c33843e63e3\" class=\"wlWriterEditableSmartContent\" style=\"float: none; margin: 0px; display: inline; padding: 0px;\">Technorati Tags: <a href=\"http:\/\/technorati.com\/tags\/Azure\" rel=\"tag\">Azure<\/a>,<a href=\"http:\/\/technorati.com\/tags\/Backup\" rel=\"tag\">Backup<\/a>,<a href=\"http:\/\/technorati.com\/tags\/Virtualisation\" rel=\"tag\">Virtualisation<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Microsoft announced that Azure Backup for Azure IaaS virtual machines (VMs) was released to generally availability yesterday. Personally, I think this removes a substantial roadblock from deploying VMs in Azure for most businesses (forget the legal stuff for a moment). No Backup &#8211; Really? I\u2019ve mentioned many times that I once worked in the hosting &hellip; <a href=\"https:\/\/aidanfinn.com\/?p=18859\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Microsoft GAs The Last Vital Piece For VM Hosting&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":18858,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"_wpcom_ai_launchpad_first_post":false,"footnotes":""},"categories":[5],"tags":[170,55,195],"class_list":["post-18859","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-azure","tag-azure","tag-backup","tag-virtualisation"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Microsoft announced that Azure Backup for Azure IaaS virtual machines (VMs) was released to generally availability yesterday. Personally, I think this removes a substantial roadblock from deploying VMs in Azure for most businesses (forget the legal stuff for a moment). No Backup - Really? I\u2019ve mentioned many times that I once worked in the hosting\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"AFinn\"\/>\n\t<meta name=\"google-site-verification\" content=\"TDKjbi2McB2eLIfL6KwPB3aQqv5E-mbcb2QYIcovGaI\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/aidanfinn.com\/?p=18859\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_GB\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Aidan Finn, IT Pro - A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...\" \/>\n\t\t<meta property=\"og:type\" content=\"activity\" \/>\n\t\t<meta property=\"og:title\" content=\"Azure Backup of Azure VMs is GA | Aidan Finn, IT Pro\" \/>\n\t\t<meta property=\"og:description\" content=\"Microsoft announced that Azure Backup for Azure IaaS virtual machines (VMs) was released to generally availability yesterday. Personally, I think this removes a substantial roadblock from deploying VMs in Azure for most businesses (forget the legal stuff for a moment). No Backup - Really? I\u2019ve mentioned many times that I once worked in the hosting\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/aidanfinn.com\/?p=18859\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@joe_elway\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Azure Backup of Azure VMs is GA | Aidan Finn, IT Pro\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Microsoft announced that Azure Backup for Azure IaaS virtual machines (VMs) was released to generally availability yesterday. Personally, I think this removes a substantial roadblock from deploying VMs in Azure for most businesses (forget the legal stuff for a moment). No Backup - Really? I\u2019ve mentioned many times that I once worked in the hosting\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@joe_elway\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=18859#article\",\"name\":\"Azure Backup of Azure VMs is GA | Aidan Finn, IT Pro\",\"headline\":\"Microsoft GAs The Last Vital Piece For VM Hosting\",\"author\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/wp-content\\\/uploads\\\/2015\\\/09\\\/AzureBackupVM.png\",\"width\":865,\"height\":475,\"caption\":\"[Image credit: Microsoft]\"},\"datePublished\":\"2015-09-11T12:01:24+01:00\",\"dateModified\":\"2015-09-11T12:03:42+01:00\",\"inLanguage\":\"en-GB\",\"commentCount\":4,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=18859#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=18859#webpage\"},\"articleSection\":\"Azure, Azure, Backup, Virtualisation\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=18859#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/aidanfinn.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=5#listItem\",\"name\":\"Azure\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=5#listItem\",\"position\":2,\"name\":\"Azure\",\"item\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=5\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=18859#listItem\",\"name\":\"Microsoft GAs The Last Vital Piece For VM Hosting\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=18859#listItem\",\"position\":3,\"name\":\"Microsoft GAs The Last Vital Piece For VM Hosting\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=5#listItem\",\"name\":\"Azure\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\",\"name\":\"AFinn\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=18859#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"AFinn\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1\",\"name\":\"AFinn\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=18859#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"AFinn\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=18859#webpage\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/?p=18859\",\"name\":\"Azure Backup of Azure VMs is GA | Aidan Finn, IT Pro\",\"description\":\"Microsoft announced that Azure Backup for Azure IaaS virtual machines (VMs) was released to generally availability yesterday. Personally, I think this removes a substantial roadblock from deploying VMs in Azure for most businesses (forget the legal stuff for a moment). No Backup - Really? I\\u2019ve mentioned many times that I once worked in the hosting\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=18859#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/wp-content\\\/uploads\\\/2015\\\/09\\\/AzureBackupVM.png\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=18859\\\/#mainImage\",\"width\":865,\"height\":475,\"caption\":\"[Image credit: Microsoft]\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=18859#mainImage\"},\"datePublished\":\"2015-09-11T12:01:24+01:00\",\"dateModified\":\"2015-09-11T12:03:42+01:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#website\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/\",\"name\":\"Aidan Finn, IT Pro\",\"description\":\"A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...\",\"inLanguage\":\"en-GB\",\"publisher\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Azure Backup of Azure VMs is GA | Aidan Finn, IT Pro","description":"Microsoft announced that Azure Backup for Azure IaaS virtual machines (VMs) was released to generally availability yesterday. Personally, I think this removes a substantial roadblock from deploying VMs in Azure for most businesses (forget the legal stuff for a moment). No Backup - Really? I\u2019ve mentioned many times that I once worked in the hosting","canonical_url":"https:\/\/aidanfinn.com\/?p=18859","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"TDKjbi2McB2eLIfL6KwPB3aQqv5E-mbcb2QYIcovGaI","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/aidanfinn.com\/?p=18859#article","name":"Azure Backup of Azure VMs is GA | Aidan Finn, IT Pro","headline":"Microsoft GAs The Last Vital Piece For VM Hosting","author":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"publisher":{"@id":"https:\/\/aidanfinn.com\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/aidanfinn.com\/wp-content\/uploads\/2015\/09\/AzureBackupVM.png","width":865,"height":475,"caption":"[Image credit: Microsoft]"},"datePublished":"2015-09-11T12:01:24+01:00","dateModified":"2015-09-11T12:03:42+01:00","inLanguage":"en-GB","commentCount":4,"mainEntityOfPage":{"@id":"https:\/\/aidanfinn.com\/?p=18859#webpage"},"isPartOf":{"@id":"https:\/\/aidanfinn.com\/?p=18859#webpage"},"articleSection":"Azure, Azure, Backup, Virtualisation"},{"@type":"BreadcrumbList","@id":"https:\/\/aidanfinn.com\/?p=18859#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/aidanfinn.com#listItem","position":1,"name":"Home","item":"https:\/\/aidanfinn.com","nextItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=5#listItem","name":"Azure"}},{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=5#listItem","position":2,"name":"Azure","item":"https:\/\/aidanfinn.com\/?cat=5","nextItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?p=18859#listItem","name":"Microsoft GAs The Last Vital Piece For VM Hosting"},"previousItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?p=18859#listItem","position":3,"name":"Microsoft GAs The Last Vital Piece For VM Hosting","previousItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=5#listItem","name":"Azure"}}]},{"@type":"Person","@id":"https:\/\/aidanfinn.com\/#person","name":"AFinn","image":{"@type":"ImageObject","@id":"https:\/\/aidanfinn.com\/?p=18859#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g","width":96,"height":96,"caption":"AFinn"}},{"@type":"Person","@id":"https:\/\/aidanfinn.com\/?author=1#author","url":"https:\/\/aidanfinn.com\/?author=1","name":"AFinn","image":{"@type":"ImageObject","@id":"https:\/\/aidanfinn.com\/?p=18859#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g","width":96,"height":96,"caption":"AFinn"}},{"@type":"WebPage","@id":"https:\/\/aidanfinn.com\/?p=18859#webpage","url":"https:\/\/aidanfinn.com\/?p=18859","name":"Azure Backup of Azure VMs is GA | Aidan Finn, IT Pro","description":"Microsoft announced that Azure Backup for Azure IaaS virtual machines (VMs) was released to generally availability yesterday. Personally, I think this removes a substantial roadblock from deploying VMs in Azure for most businesses (forget the legal stuff for a moment). No Backup - Really? I\u2019ve mentioned many times that I once worked in the hosting","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/aidanfinn.com\/#website"},"breadcrumb":{"@id":"https:\/\/aidanfinn.com\/?p=18859#breadcrumblist"},"author":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"creator":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"image":{"@type":"ImageObject","url":"https:\/\/aidanfinn.com\/wp-content\/uploads\/2015\/09\/AzureBackupVM.png","@id":"https:\/\/aidanfinn.com\/?p=18859\/#mainImage","width":865,"height":475,"caption":"[Image credit: Microsoft]"},"primaryImageOfPage":{"@id":"https:\/\/aidanfinn.com\/?p=18859#mainImage"},"datePublished":"2015-09-11T12:01:24+01:00","dateModified":"2015-09-11T12:03:42+01:00"},{"@type":"WebSite","@id":"https:\/\/aidanfinn.com\/#website","url":"https:\/\/aidanfinn.com\/","name":"Aidan Finn, IT Pro","description":"A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...","inLanguage":"en-GB","publisher":{"@id":"https:\/\/aidanfinn.com\/#person"}}]},"og:locale":"en_GB","og:site_name":"Aidan Finn, IT Pro - A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...","og:type":"activity","og:title":"Azure Backup of Azure VMs is GA | Aidan Finn, IT Pro","og:description":"Microsoft announced that Azure Backup for Azure IaaS virtual machines (VMs) was released to generally availability yesterday. Personally, I think this removes a substantial roadblock from deploying VMs in Azure for most businesses (forget the legal stuff for a moment). No Backup - Really? I\u2019ve mentioned many times that I once worked in the hosting","og:url":"https:\/\/aidanfinn.com\/?p=18859","twitter:card":"summary","twitter:site":"@joe_elway","twitter:title":"Azure Backup of Azure VMs is GA | Aidan Finn, IT Pro","twitter:description":"Microsoft announced that Azure Backup for Azure IaaS virtual machines (VMs) was released to generally availability yesterday. Personally, I think this removes a substantial roadblock from deploying VMs in Azure for most businesses (forget the legal stuff for a moment). No Backup - Really? I\u2019ve mentioned many times that I once worked in the hosting","twitter:creator":"@joe_elway"},"aioseo_meta_data":{"post_id":"18859","title":"Azure Backup of Azure VMs is GA | #site_title","description":null,"keywords":[{"label":"Azure Backup","value":"Azure Backup"},{"label":"Virtual Machines","value":"Virtual Machines"},{"label":"VMs","value":"VMs"},{"label":"IaaS","value":"IaaS"},{"label":"IaaS VMs","value":"IaaS VMs"},{"label":"Backup","value":"Backup"},{"label":"Restore","value":"Restore"},{"label":"Protection","value":"Protection"}],"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":"","og_description":"","og_object_type":"activity","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":"","og_article_tags":"","twitter_use_og":false,"twitter_card":"summary","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[],"defaultGraph":"","defaultPostTypeGraph":""},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-21 03:53:22","updated":"2025-06-04 17:00:51","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/aidanfinn.com\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/aidanfinn.com\/?cat=5\" title=\"Azure\">Azure<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tMicrosoft GAs The Last Vital Piece For VM Hosting\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/aidanfinn.com"},{"label":"Azure","link":"https:\/\/aidanfinn.com\/?cat=5"},{"label":"Microsoft GAs The Last Vital Piece For VM Hosting","link":"https:\/\/aidanfinn.com\/?p=18859"}],"amp_enabled":true,"jetpack_featured_media_url":"https:\/\/aidanfinn.com\/wp-content\/uploads\/2015\/09\/AzureBackupVM.png","_links":{"self":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/18859","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=18859"}],"version-history":[{"count":3,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/18859\/revisions"}],"predecessor-version":[{"id":18862,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/18859\/revisions\/18862"}],"wp:attachment":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=18859"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=18859"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=18859"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}