{"id":26557,"date":"2022-01-19T18:08:54","date_gmt":"2022-01-19T18:08:54","guid":{"rendered":"https:\/\/dbtut.com\/?p=26557"},"modified":"2022-01-19T18:08:54","modified_gmt":"2022-01-19T18:08:54","slug":"data-management-in-windows-azure","status":"publish","type":"post","link":"https:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/","title":{"rendered":"Data Management in Windows Azure"},"content":{"rendered":"<p>In today&#8217;s article, I will explain Data Management in Windows Azure.<\/p>\n<p>Apps need data and different types of apps require different types of data. That&#8217;s why Windows Azure has different methods for storing and managing data.<\/p>\n<p>Running SQL Server or another DBMS (Database Management System) in a VM created with Windows Azure Virtual Machines (such as MongoDB, Cassandra and NoSQL), it is extremely easy to run your own database system (replaces your own datacenters), but DBMS&#8217; You need to manage.<\/p>\n<h3>Windows Azure Data Management Options<\/h3>\n<p>To make this even easier, Windows Azure offers three different data management options where most of the management work is done for you.<\/p>\n<p><img decoding=\"async\" class=\"aligncenter\" src=\"http:\/\/www.caglarozenc.com\/wp-content\/uploads\/veriy%C3%B6netimi3.png\" alt=\"veriy\u00f6netimi3\" \/><\/p>\n<h3><\/h3>\n<p>Each of these three options fulfills a different need:<\/p>\n<p><strong>1) Relational storage.<\/strong><\/p>\n<p><strong>2) Quick access to potentially large amounts of simply written data.<\/strong><\/p>\n<p><strong>3) Unstructured binary storage.<\/strong><\/p>\n<p>In all three cases, data is automatically replicated to three different computers in the Windows Azure datacenter to ensure high availability. It&#8217;s worth noting that each of the three options is accessible by Windows Azure applications or applications running elsewhere, such as in your on-premises datacenter, laptop, or phone.<\/p>\n<p>And no matter how you implement it, you pay for Windows Azure data management services based on usage. The price you pay also includes a monthly fee per GB for stored data.<\/p>\n<h3>Azure SQL \u00a0Database<\/h3>\n<p>Windows Azure provides SQL Database for relational storage. SQL Database, formerly SQL Azure, offers all the essential features for a relational database management system. This includes atomic operations, simultaneous access and data integrity by multiple users, ANSI SQL queries, and a familiar programming tool.<\/p>\n<p>Like SQL Server, we can access SQL Database with Entity Framework, ADO.NET, JDBC and other known data access technologies. Also, most of the T\u2010SQL language and SQL Server tools such as SQL Server Management Studio are supported.<\/p>\n<p>SQL Database is simple to use for anyone if they know how to use SQL Server (or any other relational database).<\/p>\n<p>But SQL Database is a PaaS service, not just a DBMS in the cloud. You still control your data and who accesses it, but SQL Database does most of the administrative work for you, such as managing the hardware infrastructure and keeping the database and operating system up to date.<\/p>\n<p>SQL Database also offers us a federation option that distributes data to multiple servers. This option is useful for applications that work with very large data or need to distribute data access requests across multiple servers for better performance.<\/p>\n<p>Applications running outside the cloud can also use this service, but there are many more scenarios related to this subject.<\/p>\n<p>For example, we can access the data stored on SQL Database from different client systems such as desktop, laptop, tablet computers and phones. It also helps reduce SQL Database downtime as it provides high availability internally through replication.<\/p>\n<h4><strong>Tables<\/strong><\/h4>\n<p>Let&#8217;s say we want to create a Windows Azure application that requires fast access to written data, and let&#8217;s say this data is large in size, but complex SQL queries are not required on this data.<\/p>\n<p>For example, let&#8217;s say you&#8217;re building a consumer application that will store customer profile information for each user.<\/p>\n<p>Your app is going to be very popular so you will need to allow large scale data, but it will be stored and you will do nothing more than simply retrieve it using simple methods. This is one area where full Windows Azure Tables can be used.<\/p>\n<p>Don&#8217;t be fooled by the name, this technology does not offer associative storage. (it&#8217;s actually a NoSQL approach called key-value storage). In contrast, Windows Azure Tables allows us to store various types of properties of an application, such as information and dates.<\/p>\n<p>The application can also obtain properties of that group by presenting a unique key associated with the group.<\/p>\n<p>Although complex operations such as merging are not supported, tables provide fast access to written data. It is also highly scalable, and a single table can hold a terabyte of data. In addition to its simplicity, tables are even cheaper to use than to use SQL Database&#8217;s relational storage.<\/p>\n<h4><strong>Blobs<\/strong><\/h4>\n<p>The third option for data management is Windows Azure Blobs, which is designed for storing unstructured binary data. Like Tables, Blobs provide inexpensive storage, and a single blob can be as large as a terabyte.<\/p>\n<p>For example, an application that stores videos or backup data or other binary information can use Blobs for simple and inexpensive storage.<\/p>\n<p>Windows Azure applications can also use Windows Azure drivers, allowing Blobs to provide persistent storage for the Windows file system mounted on a Windows Azure instance. The application sees ordinary Windows documents, but their contents are actually stored in a blob.<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_26557\" class=\"pvc_stats all  \" data-element-id=\"26557\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>In today&#8217;s article, I will explain Data Management in Windows Azure. Apps need data and different types of apps require different types of data. That&#8217;s why Windows Azure has different methods for storing and managing data. Running SQL Server or another DBMS (Database Management System) in a VM created with Windows Azure Virtual Machines (such &hellip;<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_26557\" class=\"pvc_stats all  \" data-element-id=\"26557\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"author":1414,"featured_media":26569,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[10403,1524],"tags":[],"class_list":["post-26557","post","type-post","status-publish","format-standard","has-post-thumbnail","","category-azure","category-windows"],"aioseo_notices":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Data Management in Windows Azure - Database Tutorials<\/title>\n<meta name=\"description\" content=\"In today&#039;s article,I will explain Data Management in Windows Azure.Apps need data and different types of apps require different types of 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:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Data Management in Windows Azure - Database Tutorials\" \/>\n<meta property=\"og:description\" content=\"In today&#039;s article,I will explain Data Management in Windows Azure.Apps need data and different types of apps require different types of data\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/\" \/>\n<meta property=\"og:site_name\" content=\"Database Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2022-01-19T18:08:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dbtut.com\/wp-content\/uploads\/2022\/01\/Ekran-Alintisi-9.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"625\" \/>\n\t<meta property=\"og:image:height\" content=\"409\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"\u00c7a\u011flar \u00d6zen\u00e7\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u00c7a\u011flar \u00d6zen\u00e7\" \/>\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:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/\"},\"author\":{\"name\":\"\u00c7a\u011flar \u00d6zen\u00e7\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/92baa6fd666fb707d903177fed07d6ab\"},\"headline\":\"Data Management in Windows Azure\",\"datePublished\":\"2022-01-19T18:08:54+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/\"},\"wordCount\":782,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2022\/01\/Ekran-Alintisi-9.jpg\",\"articleSection\":[\"Azure\",\"Windows\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/\",\"url\":\"https:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/\",\"name\":\"Data Management in Windows Azure - Database Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2022\/01\/Ekran-Alintisi-9.jpg\",\"datePublished\":\"2022-01-19T18:08:54+00:00\",\"description\":\"In today's article,I will explain Data Management in Windows Azure.Apps need data and different types of apps require different types of data\",\"breadcrumb\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/#primaryimage\",\"url\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2022\/01\/Ekran-Alintisi-9.jpg\",\"contentUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2022\/01\/Ekran-Alintisi-9.jpg\",\"width\":625,\"height\":409},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dbtut.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Data Management in Windows Azure\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dbtut.com\/#website\",\"url\":\"https:\/\/dbtut.com\/\",\"name\":\"Database Tutorials\",\"description\":\"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux\",\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dbtut.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/dbtut.com\/#organization\",\"name\":\"dbtut\",\"url\":\"https:\/\/dbtut.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"contentUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"width\":223,\"height\":36,\"caption\":\"dbtut\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/92baa6fd666fb707d903177fed07d6ab\",\"name\":\"\u00c7a\u011flar \u00d6zen\u00e7\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/997658bc236de4f5a0f3f46e64535566e31ba96824c77c01165e863fc38fd1ba?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/997658bc236de4f5a0f3f46e64535566e31ba96824c77c01165e863fc38fd1ba?s=96&d=mm&r=g\",\"caption\":\"\u00c7a\u011flar \u00d6zen\u00e7\"},\"url\":\"https:\/\/dbtut.com\/index.php\/author\/caglarozenc\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Data Management in Windows Azure - Database Tutorials","description":"In today's article,I will explain Data Management in Windows Azure.Apps need data and different types of apps require different types of 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:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/","og_locale":"en_US","og_type":"article","og_title":"Data Management in Windows Azure - Database Tutorials","og_description":"In today's article,I will explain Data Management in Windows Azure.Apps need data and different types of apps require different types of data","og_url":"https:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/","og_site_name":"Database Tutorials","article_published_time":"2022-01-19T18:08:54+00:00","og_image":[{"width":625,"height":409,"url":"https:\/\/dbtut.com\/wp-content\/uploads\/2022\/01\/Ekran-Alintisi-9.jpg","type":"image\/jpeg"}],"author":"\u00c7a\u011flar \u00d6zen\u00e7","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\u00c7a\u011flar \u00d6zen\u00e7","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/#article","isPartOf":{"@id":"https:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/"},"author":{"name":"\u00c7a\u011flar \u00d6zen\u00e7","@id":"https:\/\/dbtut.com\/#\/schema\/person\/92baa6fd666fb707d903177fed07d6ab"},"headline":"Data Management in Windows Azure","datePublished":"2022-01-19T18:08:54+00:00","mainEntityOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/"},"wordCount":782,"commentCount":0,"publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"image":{"@id":"https:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/#primaryimage"},"thumbnailUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2022\/01\/Ekran-Alintisi-9.jpg","articleSection":["Azure","Windows"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/","url":"https:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/","name":"Data Management in Windows Azure - Database Tutorials","isPartOf":{"@id":"https:\/\/dbtut.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/#primaryimage"},"image":{"@id":"https:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/#primaryimage"},"thumbnailUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2022\/01\/Ekran-Alintisi-9.jpg","datePublished":"2022-01-19T18:08:54+00:00","description":"In today's article,I will explain Data Management in Windows Azure.Apps need data and different types of apps require different types of data","breadcrumb":{"@id":"https:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/#primaryimage","url":"https:\/\/dbtut.com\/wp-content\/uploads\/2022\/01\/Ekran-Alintisi-9.jpg","contentUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2022\/01\/Ekran-Alintisi-9.jpg","width":625,"height":409},{"@type":"BreadcrumbList","@id":"https:\/\/dbtut.com\/index.php\/2022\/01\/19\/data-management-in-windows-azure\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dbtut.com\/"},{"@type":"ListItem","position":2,"name":"Data Management in Windows Azure"}]},{"@type":"WebSite","@id":"https:\/\/dbtut.com\/#website","url":"https:\/\/dbtut.com\/","name":"Database Tutorials","description":"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux","publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dbtut.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/dbtut.com\/#organization","name":"dbtut","url":"https:\/\/dbtut.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/","url":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","contentUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","width":223,"height":36,"caption":"dbtut"},"image":{"@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/dbtut.com\/#\/schema\/person\/92baa6fd666fb707d903177fed07d6ab","name":"\u00c7a\u011flar \u00d6zen\u00e7","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/997658bc236de4f5a0f3f46e64535566e31ba96824c77c01165e863fc38fd1ba?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/997658bc236de4f5a0f3f46e64535566e31ba96824c77c01165e863fc38fd1ba?s=96&d=mm&r=g","caption":"\u00c7a\u011flar \u00d6zen\u00e7"},"url":"https:\/\/dbtut.com\/index.php\/author\/caglarozenc\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/26557","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/users\/1414"}],"replies":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/comments?post=26557"}],"version-history":[{"count":0,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/26557\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media\/26569"}],"wp:attachment":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media?parent=26557"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/categories?post=26557"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/tags?post=26557"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}