<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Microsoft Azure &gt; Metasys Software Pvt Ltd.</title>
	<atom:link href="https://www.metasyssoftware.com/tag/microsoft-azure/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.metasyssoftware.com</link>
	<description>Unique People, Unique Solutions</description>
	<lastBuildDate>Thu, 06 Jun 2024 11:29:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.metasyssoftware.com/wp-content/uploads/2023/10/metasys-svg-.png</url>
	<title>Microsoft Azure &gt; Metasys Software Pvt Ltd.</title>
	<link>https://www.metasyssoftware.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>All you need to know about Azure storage!</title>
		<link>https://www.metasyssoftware.com/microsoft-technologies/all-you-need-to-know-about-azure-storage/</link>
		
		<dc:creator><![CDATA[meta_prasad]]></dc:creator>
		<pubDate>Thu, 06 Apr 2023 11:40:49 +0000</pubDate>
				<category><![CDATA[Microsoft Technologies]]></category>
		<category><![CDATA[Azure Outsourcing Company]]></category>
		<category><![CDATA[Azure certified professionals]]></category>
		<category><![CDATA[Microsoft Azure]]></category>
		<category><![CDATA[Azure Development Company]]></category>
		<category><![CDATA[Azure Development Services]]></category>
		<category><![CDATA[Azure Storage]]></category>
		<category><![CDATA[Azure Software Development]]></category>
		<guid isPermaLink="false">https://www.metasyssoftware.com/?p=6043</guid>

					<description><![CDATA[<p>Many organizations now require some data to be stored in the cloud because it is faster to access from anywhere. [&#8230;]</p>
The post <a href="https://www.metasyssoftware.com/microsoft-technologies/all-you-need-to-know-about-azure-storage/">All you need to know about Azure storage!</a> appeared first on <a href="https://www.metasyssoftware.com">Metasys Software Pvt Ltd.</a>.]]></description>
										<content:encoded><![CDATA[<div id="pl-6043"  class="panel-layout" ><div id="pg-6043-0"  class="panel-grid panel-no-style" ><div id="pgc-6043-0-0"  class="panel-grid-cell" ><div id="panel-6043-0-0-0" class="so-panel widget widget_sow-editor panel-first-child panel-last-child" data-index="0" ><div
			
			class="so-widget-sow-editor so-widget-sow-editor-base"
			
		>
<div class="siteorigin-widget-tinymce textwidget">
	<p>Many organizations now require some data to be stored in the cloud because it is faster to access from anywhere.</p>
<p>One of the most popular use cases for Azure Storage is as a data store for applications. Azure Storage can store data generated by applications, like logs, user data, and application configuration. Applications can fluently access the data stored in Azure Storage, which can help reduce the load on the application’s database. Also, by storing the data in Azure Storage, applications can scale more easily, as the data store can be scaled up or down as needed.</p>
<p>In terms of cost, Azure Storage is very affordable, making it an attractive option for businesses of all sizes. The pricing model is based on the amount of data stored, the number of requests made to the storage service, and the type of storage used. Also, users can take advantage of the Azure Hybrid Benefit, which allows them to save money by using existing licenses for Windows Server and SQL Server with Azure.</p>
<p><!-- 

</p><p><img decoding="async" src="/wp-content/uploads/2023/04/azure-storage-1.jpg" alt="" /></p>

 -->
<h2><strong>What is an Azure Storage Account?</strong></h2>
<p>Azure Storage Account is a service provided by Microsoft.</p>
<ul>
<li>It offers scalable, highly available, and cost-effective object, blob, file, and table data storage.</li>
<li>It helps store and manage large amounts of unstructured and structured data in the cloud, which can be accessed through REST APIs.</li>
<li>The storage account acts as a central repository, allowing you to store and manage large amounts of data in the cloud.</li>
</ul>
<h2><strong>Types of Access Tiers</strong></h2>
<ul>
<li><strong>Hot storage (Default):</strong> It is used for storing data that is accessed frequently.</li>
<li><strong>Cool Storage:</strong> It is used for storing data, but is not accessed frequently and stored for at least 30 days.</li>
<li><strong>Archive Storage:</strong> It is used for storing rarely accessed data for a minimum of 180 days.</li>
</ul>
<h2><strong>Types of Azure Storage Accounts</strong></h2>
<ul>
<li><strong>General-purpose V1 Account:</strong> It provides access to all Azure Storage services like blobs, files, queues, and tables but does not have the latest features. There are no supported access tiers.</li>
<li><strong>General-purpose V2 Account:</strong> Basic storage account types for blobs, files, queues, and tables are recommended for most scenarios using Azure Storage. It supports access tiers.</li>
<li><strong>Premium block blobs:</strong> Premium storage account type for block blobs and append blobs It only supports blob storage. It does not support geo-redundant storage; it only supports locally redundant storage and zone redundant storage for redundancy.</li>
<li><strong>Premium file shares:</strong> Premium storage accounts are only available for file shares. It only works with Azure Files and does not support geo-redundant storage. However, it supports the Data Lake Storage with locally redundant storage and zone redundant storage for redundancy.</li>
</ul>
<h2><strong>Types of Azure Storage Services: -</strong></h2>
<ul>
<li><strong>Azure Containers / Blobs:</strong> It is useful to store huge amounts of unstructured data stored to keep text and binary data.<strong>There are three types of blobs: - </strong>
<ul>
<li><strong>Block Blobs:</strong> Block blobs are used to store large amounts of unstructured data, such as text and binary data. They are used for uploading and downloading large files.</li>
<li><strong>Page Blobs:</strong> Page blobs are similar to block blobs, but are optimized for random read and write operations. They are used to store virtual hard disk (VHD) files for Azure virtual machines.</li>
<li><strong>Append Blobs:</strong> Append blobs are similar to block blobs. They are used to store logs and other append-only data, adding new data at the end of the blob.</li>
</ul>
</li>
<li><strong>Azure Files:</strong> This file service is used for sharing files in the cloud or on-premises via the Server Message Block (SMB) protocol.</li>
<li><strong>Azure Queue:</strong> It is a messaging store for consistent messaging between application components.</li>
<li><strong>Azure Tables:</strong> They are used for a NoSQL store for schema-less storage of structured data.</li>
</ul>
<h2><strong>Types of Azure Storage Redundancy </strong></h2>
<ul>
<li><strong>Locally redundant storage (LRS):</strong> The data is replicated and synced three times in one data center in a region. It has a service level agreement (SLA) of 99.99 % for a year.</li>
<li><strong>Zone redundant storage (ZRS):</strong> The data is replicated and synced three times in multiple data centers within a zone in the same region. It has a service level agreement (SLA) of 99.99 percent for a year.</li>
<li><strong>Geo-redundant storage (GRS):</strong> The data is replicated and synced three times in multiple data centers in the primary and secondary regions asynchronously. It's given 99.99 % service level agreement (SLA) over a year</li>
<li><strong>Read-access geo-redundant storage (RA-GRS):</strong> The data is replicated and synced three times in multiple data center in the primary region as well as Secondary region asynchronously. Allowing read access from the second region.</li>
</ul>
<p>Azure Storage is a highly scalable, highly available, and cost-effective solution for storing data in the cloud. Whether you need to store data for applications, backups, or archiving, Azure Storage provides a powerful, flexible, and secure result.</p>
<p>For more questions on Azure storage, you can contact the <a href="https://www.metasyssoftware.com/technologies/microsoft-azure/">Microsoft Azure-certified professionals</a> at <a href="https://www.metasyssoftware.com/">MetaSys Software</a>. Our Azure services portfolio includes new product development, application modernization, application migration, windows integration, web application development, and Azure consulting. Get in touch now!</p></div>
</div></div></div></div></div>The post <a href="https://www.metasyssoftware.com/microsoft-technologies/all-you-need-to-know-about-azure-storage/">All you need to know about Azure storage!</a> appeared first on <a href="https://www.metasyssoftware.com">Metasys Software Pvt Ltd.</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Setting up a Microsoft Azure cloud backup for an SQL database</title>
		<link>https://www.metasyssoftware.com/microsoft-technologies/setting-up-a-microsoft-azure-cloud-backup-for-an-sql-database/</link>
					<comments>https://www.metasyssoftware.com/microsoft-technologies/setting-up-a-microsoft-azure-cloud-backup-for-an-sql-database/#respond</comments>
		
		<dc:creator><![CDATA[meta_prasad]]></dc:creator>
		<pubDate>Thu, 07 May 2020 08:16:23 +0000</pubDate>
				<category><![CDATA[Microsoft Technologies]]></category>
		<category><![CDATA[SQL Server Web Development developers]]></category>
		<category><![CDATA[cloud migration services]]></category>
		<category><![CDATA[Microsoft Azure consulting]]></category>
		<category><![CDATA[Cloud computing professionals]]></category>
		<category><![CDATA[Cloud computing experts]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL database]]></category>
		<category><![CDATA[Microsoft Azure]]></category>
		<category><![CDATA[SQL jobs]]></category>
		<category><![CDATA[SQL data consultant jobs]]></category>
		<category><![CDATA[Azure cloud]]></category>
		<guid isPermaLink="false">https://www.metasyssoftware.com/?p=3054</guid>

					<description><![CDATA[<p>This article provides step by step instructions on how to backup an SQL database on the Microsoft Azure cloud using [&#8230;]</p>
The post <a href="https://www.metasyssoftware.com/microsoft-technologies/setting-up-a-microsoft-azure-cloud-backup-for-an-sql-database/">Setting up a Microsoft Azure cloud backup for an SQL database</a> appeared first on <a href="https://www.metasyssoftware.com">Metasys Software Pvt Ltd.</a>.]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">This article provides step by step instructions on how to backup an SQL database on the Microsoft Azure cloud using SQL jobs. The SQL server provides built-in functionality for backups to the Azure cloud. This includes restoration of a previous version of the database in two ways, either the latest download, or using a specific URL link to a backup file stored on the cloud. </span></p>
<p><span style="font-weight: 400;">The following procedure assumes that a storage with a container has already been created in the Microsoft Azure Portal. The backup can be implemented with the following steps.</span></p>
<p><b>Step 1:</b><span style="font-weight: 400;"> Create a new SQL job as shown in the following screenshot:</span></p>
<p><img fetchpriority="high" decoding="async" class="alignnone wp-image-3055 size-full" title="Image 1 SQL Job" src="https://www.metasyssoftware.com/wp-content/uploads/Image-1-SQL-Job-.jpg" alt="Image 1 SQL Job" width="940" height="847" /></p>
<p><b>Step 2:</b> <span style="font-weight: 400;">Create credentials in the Security section for connecting to the Azure cloud as shown below:</span><b> </b></p>
<p><img decoding="async" class="alignnone wp-image-3056 size-full" title="Image 2 Credentials" src="https://www.metasyssoftware.com/wp-content/uploads/Image-2-Credentials.png" alt="Image 2 Credentials" width="940" height="544" /></p>
<p><span style="font-weight: 400;">The “Identity” field should be filled in with the  </span><b>Microsoft Azure storage name</b><span style="font-weight: 400;">.  The password is the </span><b>primary key</b><span style="font-weight: 400;"> used in creating </span><b>Manage Access Keys</b><span style="font-weight: 400;"> on Azure cloud.  </span></p>
<p><b>Step 3:</b> <span style="font-weight: 400;">Use</span> <span style="font-weight: 400;">the following code in the </span><b>SQL job step Transact-SQL Script (T-SQL)</b><span style="font-weight: 400;"> and select the desired database to be backed up to Azure cloud.</span></p>
<p><span style="font-weight: 400;">DECLARE @path VARCHAR(500)</span></p>
<p><span style="font-weight: 400;">DECLARE @name VARCHAR(500)</span></p>
<p><span style="font-weight: 400;">DECLARE @filename VARCHAR(256)</span></p>
<p><span style="font-weight: 400;">DECLARE @time DATETIME</span></p>
<p><span style="font-weight: 400;">DECLARE @year VARCHAR(4)</span></p>
<p><span style="font-weight: 400;">DECLARE @month VARCHAR(2)</span></p>
<p><span style="font-weight: 400;">DECLARE @day VARCHAR(2)</span></p>
<p><span style="font-weight: 400;">DECLARE @hour VARCHAR(2)</span></p>
<p><span style="font-weight: 400;">DECLARE @minute VARCHAR(2)</span></p>
<p><span style="font-weight: 400;">DECLARE @second VARCHAR(2)</span></p>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">SELECT @time = GETDATE()</span></p>
<p><span style="font-weight: 400;">SELECT @year   = (SELECT CONVERT(VARCHAR(4), DATEPART(yy, @time)))</span></p>
<p><span style="font-weight: 400;">SELECT @month  = (SELECT CONVERT(VARCHAR(2), FORMAT(DATEPART(mm,@time),&#8217;00&#8217;)))</span></p>
<p><span style="font-weight: 400;">SELECT @day    = (SELECT CONVERT(VARCHAR(2), FORMAT(DATEPART(dd,@time),&#8217;00&#8217;)))</span></p>
<p><span style="font-weight: 400;">SELECT @hour   = (SELECT CONVERT(VARCHAR(2), FORMAT(DATEPART(hh,@time),&#8217;00&#8217;)))</span></p>
<p><span style="font-weight: 400;">SELECT @minute = (SELECT CONVERT(VARCHAR(2), FORMAT(DATEPART(mi,@time),&#8217;00&#8217;)))</span></p>
<p><span style="font-weight: 400;">SELECT @second = (SELECT CONVERT(VARCHAR(2), FORMAT(DATEPART(ss,@time),&#8217;00&#8217;)))</span></p>
<p><span style="font-weight: 400;">set @name = &#8216;</span><b>[Database Name&#8230;]</b><span style="font-weight: 400;">&#8216;;</span></p>
<p><span style="font-weight: 400;">       SET @fileName =  @name + &#8216;_backup_&#8217; + @year + @month + @day + &#8216;_&#8217; + @hour + @minute + @second + &#8216;.BAK&#8217;  </span></p>
<p><span style="font-weight: 400;">   set @path = N&#8217;https://</span><b>[Azure Cloud Url path with container name&#8230;]</b><span style="font-weight: 400;">/&#8217; + @fileName;</span></p>
<p><span style="font-weight: 400;">       BACKUP DATABASE [Database Name&#8230;]</span></p>
<p><span style="font-weight: 400;">TO  URL =  @path </span></p>
<p><span style="font-weight: 400;">WITH  CREDENTIAL = N&#8217;</span><b>[Database Name&#8230;]</b><span style="font-weight: 400;">Credential&#8217;  , NOFORMAT, NOINIT,  </span></p>
<p><span style="font-weight: 400;">NAME = N'[Database Name&#8230;]-Full Database Backup&#8217;, NOSKIP, NOREWIND, NOUNLOAD,  STATS = 10</span></p>
<p><span style="font-weight: 400;">GO</span></p>
<p><b>Step 4:</b> <span style="font-weight: 400;">Add the desired schedule (daily, weekly or monthly) in the schedules tab and specify exact time for creating a backup on the Azure cloud. Don’t forget to ‘Enable’ the job after completing the time schedule.</span></p>
<p><span style="font-weight: 400;">We at MetaSys have developed web applications using ASP.NET MVC Framework, SQL Server and web API. For more info on the kind of projects which are handled by us &#8211; </span><a href="https://www.metasyssoftware.com/case-study-dotnet"><span style="font-weight: 400;">https://www.metasyssoftware.com/case-study-dotnet</span></a></p>The post <a href="https://www.metasyssoftware.com/microsoft-technologies/setting-up-a-microsoft-azure-cloud-backup-for-an-sql-database/">Setting up a Microsoft Azure cloud backup for an SQL database</a> appeared first on <a href="https://www.metasyssoftware.com">Metasys Software Pvt Ltd.</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.metasyssoftware.com/microsoft-technologies/setting-up-a-microsoft-azure-cloud-backup-for-an-sql-database/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
