{"id":565,"date":"2015-07-12T07:16:20","date_gmt":"2015-07-12T07:16:20","guid":{"rendered":"http:\/\/www.davidpapkin.net\/?p=565"},"modified":"2015-07-12T07:16:20","modified_gmt":"2015-07-12T07:16:20","slug":"planning-and-implementing-storage-using-microsoft-azure-storage-service","status":"publish","type":"post","link":"https:\/\/davidpapkin.com\/?p=565","title":{"rendered":"Planning and Implementing Storage using Microsoft Azure Storage Service by David Papkin"},"content":{"rendered":"<p><a href=\"https:\/\/www.davidpapkin.net\/wp-content\/uploads\/2015\/07\/cropped-cropped-cropped-David-Papkin-Bandung-black-tshirt-e1442756190974.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-full wp-image-967\" src=\"https:\/\/www.davidpapkin.net\/wp-content\/uploads\/2015\/07\/cropped-cropped-cropped-David-Papkin-Bandung-black-tshirt-e1442756190974.jpg\" alt=\"david papkin\" width=\"62\" height=\"60\" \/><\/a>This post by David Papkin Planning and Implementing Storage using Microsoft Azure Storage Service<\/p>\n<p>&nbsp;<\/p>\n<p>Azure Storage is used to store files, and virtual machine disks, together with other types of<br \/>\ninformation. Azure Storage is used by websites, mobile apps, desktop applications, and cloud<br \/>\nservices, as well as custom solutions. Azure Storage is part of Azure Data Services, together with backup and recovery, and this post\u00a0covers all these components.<\/p>\n<div id=\"attachment_569\" style=\"width: 160px\" class=\"wp-caption alignleft\"><a href=\"http:\/\/www.davidpapkin.net\/wp-content\/uploads\/2015\/07\/strorageasacomponenetofazure.jpg\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-569\" class=\"wp-image-569 size-thumbnail\" src=\"https:\/\/www.davidpapkin.net\/wp-content\/uploads\/2015\/07\/strorageasacomponenetofazure-150x150.jpg\" alt=\"david papkin storage as a component of azure\" width=\"150\" height=\"150\" \/><\/a><p id=\"caption-attachment-569\" class=\"wp-caption-text\">storage as a component of azure<\/p><\/div>\n<p><strong>Overview of Azure Storage<\/strong><br \/>\nAzure Storage is a service that you can use to store\u00a0files, messages, tables and other types of\u00a0information. You can use Azure storage on its own\u2014for example as a file share\u2014but it is often\u00a0used by developers as a store for working data. Such stores can be used by websites, mobile apps, desktop applications, and many other types of custom solution.<\/p>\n<p>Azure storage is also used by IaaS virtual machines, and PaaS cloud services. Storage Accounts In order to use Azure Storage, you begin by creating a storage account. You can create many storage accounts within a single Azure subscription.<\/p>\n<p><strong>Storage Accounts<\/strong><br \/>\nIn order to use Azure Storage, you begin by\u00a0creating a storage account. You can create many<br \/>\nstorage accounts within a single Azure subscription.<\/p>\n<div id=\"attachment_1093\" style=\"width: 310px\" class=\"wp-caption alignleft\"><a href=\"https:\/\/www.davidpapkin.net\/wp-content\/uploads\/2015\/07\/Overview-of-Azure-Storage.jpg\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-1093\" class=\"size-medium wp-image-1093\" src=\"https:\/\/www.davidpapkin.net\/wp-content\/uploads\/2015\/07\/Overview-of-Azure-Storage-300x200.jpg\" alt=\"david papkin - Overview of Azure Storage\" width=\"300\" height=\"200\" srcset=\"\/wp-content\/uploads\/2015\/07\/Overview-of-Azure-Storage-300x200.jpg 300w, \/wp-content\/uploads\/2015\/07\/Overview-of-Azure-Storage-768x513.jpg 768w, \/wp-content\/uploads\/2015\/07\/Overview-of-Azure-Storage.jpg 902w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><p id=\"caption-attachment-1093\" class=\"wp-caption-text\">Overview of Azure Storage<\/p><\/div>\n<p>Each storage account can contain up to 500 TB of data. For each storage account, you must specify:<\/p>\n<ul>\n<li>A URL. This defines the URLs at which the storage account can be accessed by clients. All storage accounts are within the core.windows.net domain. The full URL, depends on the type of storage you want to use. F<em>or example, if you specify the URL \u201cmystorageaccount\u201d, you can access BLOB storage at<\/em> <strong><a href=\"http:\/\/mystorageaccount.blob.core.windows.net.\">http:\/\/mystorageaccount.blob.core.windows.net.<\/a><\/strong><\/li>\n<li>A Location or Affinity Group. This assigns the primary data center where your storage account maintains data. Choose a location close to the location where you expect most users.<\/li>\n<li>A Replication Option. In order to ensure resilience and availability, Azure automatically replicates your data to multiple physical servers. You can choose one of four replication schemes:<\/li>\n<li>Locally Redundant. Your data is replicated synchronously, so that there are three copies within a single facility in a single region. Locally Redundant Storage (LRS) protects your data against server hardware failures but not against the failure of the facility itself.<\/li>\n<li>Zone Redundant. Your data is replicated synchronously, so that there are three copies across two or three facilities in a single region. Zone Redundant Storage (ZRS) is more redundant that LRS but does not protect against failures that affecta while region. ZRS is only available for BLOB storage.<\/li>\n<li>Geo-Redundant. Your data is replicated asynchronously, with three copies of the data in the<br \/>\nprimary region, and three copies of the data stored in a secondary region. If there is failure at the primary region, Azure Storage will failover to the secondary region. Geo-Redundant Storage (GRS) is the most resilient of the replication schemes.<\/li>\n<li>Read-Access Geo-Redundant. As with GRS, your data is replicated asynchronously across two regions. However, with read-access GRS, the three copies in the secondary region are enabled for read-only access to the data, if the primary region is unavailable.<\/li>\n<\/ul>\n<p><strong>Storage Types<\/strong><br \/>\nEach storage account can contain the following types of storage. You can use more than one of these types in the same storage account:<\/p>\n<ul>\n<li>BLOB Storage. Binary Large Objects (BLOBs) can be any type of file or binary data. This can include documents, images, videos, backup files, configuration files, and data logs. You can create any number of containers within a single storage account. Within each container, you can store any number of blobs up to the 500 TB limit.<\/li>\n<li>Table Storage. You can use tables to store data without specifying a schema as you would in a database. This schema-less designmakes it easy for developers to adapt a table to changing requirements. Developers can use table storage as the back-end data store for websites, mobile apps, PaaS cloud services, and other types of solution.<\/li>\n<li>Queue Storage. When developers architect distributed applications, they need a method by which components of the application can reliably communicate asynchronously. One popular method is to use a queue: a source component sends a message by placing it into a queue. The destination component works though the messages in the queue one at a time. You can use Azure Queue Storage to provide such a message queue with all the redundancy and reliability provided by Azure Storage.<\/li>\n<li>File Storage. Azure file storage enables you to create an SMB file share. Client computers can browse this share or map a network drive to the share as they might access a file share on an on-premises Windows file and print server.<\/li>\n<\/ul>\n<p>For more information on performance and costs of the different Azure storage options, see:<br \/>\nBest Practices for Performance in Azure Applications<\/p>\n<p><strong><span style=\"line-height: 1.714285714; font-size: 1rem;\"><a href=\"http:\/\/go.microsoft.com\/fwlink\/?LinkID=522638\">http:\/\/go.microsoft.com\/fwlink\/?LinkID=522638<\/a><\/span><\/strong><\/p>\n<p><strong>Azure Site Recovery<\/strong><br \/>\nAzure Site Recovery is a service you can use to orchestrate protection for on-premises virtual machines\u00a0that run on Hyper-V\u00ae. The Hyper-V host servers can be part of a System Center Virtual Machine Manager\u00a0(VMM) cloud, but this is not a requirement. The Azure Site Recovery Manager replicates the protected\u00a0virtual server and ensures that, in the event of a failure, services are smoothly failed over to the replicated\u00a0virtual server. The replicated virtual server can be located: On Premises. In this configuration, the Site Recovery Manager replicates the virtual server to second\u00a0VMM cloud in another physical location from the source.<br \/>\n\uf0b7 In Azure. In this configuration, the Site Recovery Manager replicates the virtual server to an Azure\u00a0virtual machine.<br \/>\nFor more information about Azure Site Recovery, see:Plan for Azure Site Recovery Deployment \u00a0<a href=\"http:\/\/go.microsoft.com\/fwlink\/?LinkID=522639\"><strong>http:\/\/go.microsoft.com\/fwlink\/?LinkID=522639<\/strong> <\/a><br \/>\n<strong>Azure Backup<\/strong><br \/>\nThe Azure Backup service is designed to enable you to use Azure as a backup medium to replace physical\u00a0media such as tapes, hard drives, and DVDs. To use Azure Backup to protect your data, you must:<br \/>\n1. Create a backup vault in Azure. A vault is a virtual location to which data will be backed up. You\u00a0should create the vault in an Azure region close to the physical location of the data.<br \/>\n2. Download the vault credential. The Azure Backup Agent uses the vault credential to authenticate with\u00a0Azure when it starts a backup operation.<br \/>\n3. Download and install the Azure Backup Agent. Choose the correct backup agent for your backup\u00a0tool. There are separate downloads for System Center Data Protection Manager and for Windows\u00a0Server Essentials.<br \/>\n4. Use Windows Server Backup to configure and schedule backups. Once the agent is installed and\u00a0configured, Azure appears as a data destination within the Windows Server Backup MMC snap-in,and there is a separate Azure Backup management console available on the Start menu. You can also\u00a0use PowerShell to configure and initiate backup operations.<br \/>\nFor more information about Azure Backup, see:Backup<br \/>\n<strong><a href=\"http:\/\/go.microsoft.com\/fwlink\/?LinkID=522640\">http:\/\/go.microsoft.com\/fwlink\/?LinkID=522640<\/a> <\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><iframe loading=\"lazy\" src=\"https:\/\/www.youtube.com\/embed\/Fa-C_mdh9RQ\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/p>\n<p>&nbsp;<\/p>\n<p>This concludes this post by David Papkin about Planning and Implementing Storage using Microsoft Azure Storage Service<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This post by David Papkin Planning and Implementing Storage using Microsoft Azure Storage Service &nbsp; Azure Storage is used to store files, and virtual machine disks, together with other types of information. Azure Storage is used by websites, mobile apps,&hellip; <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[66,67,70,109,113,131,176],"class_list":["post-565","post","type-post","status-publish","format-standard","hentry","category-david-papkin","tag-david-mark-papkin","tag-david-papkin","tag-davidpapkin","tag-microsoft-azure","tag-microsoft-azure-storage-service","tag-powershell","tag-windows-azure"],"_links":{"self":[{"href":"https:\/\/davidpapkin.com\/index.php?rest_route=\/wp\/v2\/posts\/565","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/davidpapkin.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/davidpapkin.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/davidpapkin.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/davidpapkin.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=565"}],"version-history":[{"count":0,"href":"https:\/\/davidpapkin.com\/index.php?rest_route=\/wp\/v2\/posts\/565\/revisions"}],"wp:attachment":[{"href":"https:\/\/davidpapkin.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=565"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/davidpapkin.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=565"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/davidpapkin.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=565"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}