<?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>Azure Support &#187; FAQ</title>
	<atom:link href="http://www.azuresupport.com/category/faq/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.azuresupport.com</link>
	<description>Windows Azure Tutorial</description>
	<lastBuildDate>Mon, 25 Apr 2011 10:32:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>What are the Differences Between an Azure Web Role and an ASP.NET Project [FAQ]</title>
		<link>http://www.azuresupport.com/2009/12/what-are-the-differences-between-an-azure-webrole-and-an-asp-net-project-faq/</link>
		<comments>http://www.azuresupport.com/2009/12/what-are-the-differences-between-an-azure-webrole-and-an-asp-net-project-faq/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 01:42:14 +0000</pubDate>
		<dc:creator>azuresupport</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Web Role]]></category>

		<guid isPermaLink="false">http://www.azuresupport.com/?p=222</guid>
		<description><![CDATA[An Azure Web Role is very similar to the traditional ASP.NET project. However there are three differences in the default setup: In an Azure Web Role, references are added to 3 assemblies. Diagnostics which contains all the logging and diagnostics classes, ServiceRunTime which allows access to the configuration settings and recycling of roles etc, and [...]]]></description>
			<content:encoded><![CDATA[<p>An Azure Web Role is very similar to the traditional ASP.NET project. However there are three differences in the default setup:</p>
<ol>
<li>In an Azure Web Role, references are added to 3 assemblies. Diagnostics which contains all the logging and diagnostics classes, ServiceRunTime which allows access to the configuration settings and recycling of roles etc, and StorageClient which is a .NET library wrapped around a REST interface for Blob, Table, Queue and Drive storage.
<p><img class="alignnone size-full wp-image-223" title="diff1" src="http://azuresupport.com/wp-content/uploads/2009/12/diff11.gif" alt="" width="323" height="237" /></p>
</li>
<li>
<p>There is a WebRole.cs or WebRole.vb file added to an Azure WebRole project, this file just adds some boiler-plate template code for basic Azure tasks such as setting up diagnostics and logging.</p>
<p><img class="alignnone size-full wp-image-224" title="diff2" src="http://azuresupport.com/wp-content/uploads/2009/12/diff21.gif" alt="" width="166" height="166" /></p>
</li>
<li>
<p>In the Web.Config file a trace listener is added to enable logging and debugging.</p>
<p><img class="alignnone size-full wp-image-225" title="diff3" src="http://azuresupport.com/wp-content/uploads/2009/12/diff31.gif" alt="" width="542" height="261" /></p>
</li>
</ol>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.azuresupport.com/2009/12/what-are-the-differences-between-an-azure-webrole-and-an-asp-net-project-faq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>URL ReWriting In Azure [FAQ]</title>
		<link>http://www.azuresupport.com/2009/12/url-rewriting-in-azure-faq/</link>
		<comments>http://www.azuresupport.com/2009/12/url-rewriting-in-azure-faq/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 00:59:55 +0000</pubDate>
		<dc:creator>azuresupport</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[URL Rewriting]]></category>

		<guid isPermaLink="false">http://www.azuresupport.com/?p=219</guid>
		<description><![CDATA[URL rewriting is fully supported in Azure and works in the same manner as IIS7 URL rewriting.For Azure URL rules are placed in the node in the web.config file and rule configurations are wrapped in the tag:]]></description>
			<content:encoded><![CDATA[<p>URL rewriting is fully supported in Azure and works in the same manner as IIS7 URL rewriting.For Azure URL rules are placed in the <System.WebServer> node in the web.config file and rule configurations are wrapped in the <rewrite> tag:</p>
<pre lang="xml"><!-- web.config excerpt -->
 <system.webServer>
 <rewrite>
 <rules>
 <rule name="Main Rule" stopProcessing="true">
 <match url="/rewrite/" />
 <conditions logicalGrouping="MatchAll">
 <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
 <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
 </conditions>
 <action type="Rewrite" url="index.php" />
 </rule>
 </rules>
 </rewrite>
</system.webServer> </pre>
]]></content:encoded>
			<wfw:commentRss>http://www.azuresupport.com/2009/12/url-rewriting-in-azure-faq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Azure Available as a Software Product [FAQ]</title>
		<link>http://www.azuresupport.com/2009/12/is-azure-available-as-a-software-package-faq/</link>
		<comments>http://www.azuresupport.com/2009/12/is-azure-available-as-a-software-package-faq/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 00:31:55 +0000</pubDate>
		<dc:creator>azuresupport</dc:creator>
				<category><![CDATA[FAQ]]></category>

		<guid isPermaLink="false">http://www.azuresupport.com/?p=216</guid>
		<description><![CDATA[No. Microsoft does not sell Azure as software to download and install to build your own cloud. Azure is available only as a service. You can , however, download and install a local development environment for developing and testing Azure apps locally.]]></description>
			<content:encoded><![CDATA[<p>No. Microsoft does not sell Azure as software to download and install to build your own cloud. Azure is available only as a service.</p>
<p>You can , however, download and install a local development environment for developing and testing Azure apps locally.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.azuresupport.com/2009/12/is-azure-available-as-a-software-package-faq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Azure Encryption and Compression [FAQ]</title>
		<link>http://www.sqlazureperformance.com/2010/sql-azure-encryption-and-compression-faq/</link>
		<comments>http://www.sqlazureperformance.com/2010/sql-azure-encryption-and-compression-faq/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 06:56:54 +0000</pubDate>
		<dc:creator>azuresupport</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[SQL Azure]]></category>

		<guid isPermaLink="false">http://www.azuresupport.com/?p=115</guid>
		<description><![CDATA[As of January 2010 launch encryption and compression are not included in the SQL Azure feature list. Encryption should definitely be introduced in 2010 and compression is also currently in testing.]]></description>
			<content:encoded><![CDATA[<p>As of January 2010 launch encryption and compression are not included in the SQL Azure feature list. Encryption should definitely be introduced in 2010 and compression is also currently in testing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sqlazureperformance.com/2010/sql-azure-encryption-and-compression-faq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Azure Backup</title>
		<link>http://www.sqlazureperformance.com/2010/sql-azure-backup/</link>
		<comments>http://www.sqlazureperformance.com/2010/sql-azure-backup/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 06:32:18 +0000</pubDate>
		<dc:creator>azuresupport</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[SQL Azure]]></category>

		<guid isPermaLink="false">http://www.azuresupport.com/?p=113</guid>
		<description><![CDATA[As of August 2010 SQL Azure does not contain any inbuilt backup options. The closest to an inbuilt backup functions is support for the TSQL Database Copy command which produces a transactionally complete copy of a database. Coming in 2010, Azure will deliver two backup methods &#8211; Clone and Continuous Backup. Clone (targeted for release [...]]]></description>
			<content:encoded><![CDATA[<p>As of August 2010 SQL Azure does not contain any inbuilt backup options.</p>
<p>The closest to an inbuilt backup functions is support for the TSQL <a href="http://www.azuresupport.com/2010/08/sql-azure-backup-database-copy/">Database Copy</a> command which produces a transactionally complete copy of a database.</p>
<p>Coming in 2010, Azure will deliver two backup methods &#8211; Clone and Continuous Backup. Clone (targeted for release in H1 2010) allows for a transactionally consistent &#8216;clone&#8217; to be made of a database, once a clone is created it is a totally separate database with no relations to the &#8216;parent&#8217; database. Continuous Backup (targeted for release in H2 2010) is similar to a mirror and is configured with a retention period and a lag time. Continuous Backup copies will be read-only. These will be be add-ons to the standard SQL Azure service and will incur an additional fee which was has not yet been announced.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sqlazureperformance.com/2010/sql-azure-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Azure Migration &#8211; Moving the Data [FAQ]</title>
		<link>http://www.sqlazureperformance.com/2009/sql-azure-migration-moving-the-data-faq/</link>
		<comments>http://www.sqlazureperformance.com/2009/sql-azure-migration-moving-the-data-faq/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 05:57:49 +0000</pubDate>
		<dc:creator>azuresupport</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[SQL Azure]]></category>

		<guid isPermaLink="false">http://www.azuresupport.com/?p=108</guid>
		<description><![CDATA[There are several methods available to migrate data to a SQL Azure database. BCP using the .exe bulk load/export tool. SSIS Bulk API&#8217;s in ADO.NET and ODBC (see below). Third Party Tools Sync Framework BCP BCP is probably the fastest way to move the data. BCP is a command line tool introduced with SQL Server [...]]]></description>
			<content:encoded><![CDATA[<p>There are several methods available to migrate data to a SQL Azure database.</p>
<ul>
<li>BCP using the .exe bulk load/export tool.</li>
<li>SSIS</li>
<li>Bulk API&#8217;s in ADO.NET and ODBC (see below).</li>
<li>Third Party Tools</li>
<li>Sync Framework</li>
</ul>
<h3>BCP</h3>
<p>BCP is probably the fastest way to move the data. BCP is a command line tool introduced with SQL Server 2005 SP1 which allows for copying data in and out of SQL Server. The tool uses standard TSQL Syntax conventions.<br />
<code>// BCP example </code></p>
<p>SET SRV=aserver.database.windows.net</p>
<p>SET LOGIN=judo@someserver</p>
<p>SET PW=something</p>
<p>SET S_DR=C:flats</p>
<p>bcp TPCH2.dbo.supplier in %S_DR%supplier.tbl -c -U %LOGIN% -P %PW% -S %SRV% -t &#8220;|&#8221;</p>
<p>bcp TPCH2.dbo.nation   in %S_DR%nation.tbl   -c -U %LOGIN% -P %PW% -S %SRV% -t &#8220;|&#8221;</p>
<p>bcp TPCH2.dbo.region   in %S_DR%region.tbl   -c -U %LOGIN% -P %PW% -S %SRV% -t &#8220;|&#8221;</p>
<p>bcp TPCH2.dbo.customer in %S_DR%customer.tbl -c -U %LOGIN% -P %PW% -S %SRV% -t &#8220;|&#8221;</p>
<p>bcp TPCH2.dbo.part     in %S_DR%part.tbl     -c -U %LOGIN% -P %PW% -S %SRV% -t &#8220;|“</p>
<p>bcp TPCH2.dbo.supplier out %S_DR%supplier.tbl -c -U %LOGIN% -P %PW% -S %SRV% -t &#8220;|&#8221;</p>
<p>bcp TPCH2.dbo.nation   out %S_DR%nation.tbl   -c -U %LOGIN% -P %PW% -S %SRV% -t &#8220;|&#8221;</p>
<p>bcp TPCH2.dbo.region   out %S_DR%region.tbl   -c -U %LOGIN% -P %PW% -S %SRV% -t &#8220;|&#8221;</p>
<p>bcp TPCH2.dbo.customer out %S_DR%customer.tbl -c -U %LOGIN% -P %PW% -S %SRV% -t &#8220;|&#8221;</p>
<p>bcp TPCH2.dbo.part     out %S_DR%part.tbl     -c -U %LOGIN% -P %PW% -S %SRV% -t &#8220;|&#8221;</p>
<h3>ADO.NET Bulk Copy API:</h3>
<p><code>// Bulk data import</code></p>
<p>using (SqlBulkCopy bulk = new SqlBulkCopy(new SqlConnection(conn))</p>
<p>{</p>
<p>DestinationTableName = &#8220;dbo.data&#8221;,</p>
<p>BatchSize = 2000,   // Transaction size (length)</p>
<p>BulkCopyTimeout = 10000,  // Transaction timeout</p>
<p>NotifyAfter = 1000,   // Progress callback</p>
<p>})</p>
<p>{</p>
<p>bulk.SqlRowsCopied += new SqlRowsCopiedEventHandler(</p>
<p>myProgressCallback);</p>
<p>bulk.WriteToServer(sourceDataReader);</p>
<p>}</p>
<h3>Third Party Tools</h3>
<p>Currently the primary third party tool for migration is the <a href="http://sqlazuremw.codeplex.com/" target="_blank">SQL Azure Migration Wizard</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sqlazureperformance.com/2009/sql-azure-migration-moving-the-data-faq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Azure Failover [FAQ]</title>
		<link>http://www.sqlazureperformance.com/2010/sql-azure-failover/</link>
		<comments>http://www.sqlazureperformance.com/2010/sql-azure-failover/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 03:43:36 +0000</pubDate>
		<dc:creator>azuresupport</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Failover]]></category>
		<category><![CDATA[SQL Azure]]></category>

		<guid isPermaLink="false">http://www.azuresupport.com/?p=90</guid>
		<description><![CDATA[One of the key benefits of Azure is the inbuilt failover protection, in the event of a hardware failure the automatic failover kicks in and a mirror of the database is brought online. This failover is not completely seemless as the current sessions will first be disconnected and then must be reconnected. If the fail [...]]]></description>
			<content:encoded><![CDATA[<p>One of the key benefits of Azure is the inbuilt failover protection, in the event of a hardware failure the automatic failover kicks in and a mirror of the database is brought online. This failover is not completely seemless as the current sessions will first be disconnected and then must be reconnected. If the fail occurs during a transaction, that transaction is then rolled back.</p>
<p>In addition there is inbuilt DOS protection, if there are many failed attempts to access a SQL Azure database the requesting IP is disallowed for a period of time. Thus if you make several incorrect login attempts you may be locked out for a short period.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sqlazureperformance.com/2010/sql-azure-failover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Azure Resource Ultilization Limits  [FAQ]</title>
		<link>http://www.sqlazureperformance.com/2010/sql-azure-resource-ultilization-limits/</link>
		<comments>http://www.sqlazureperformance.com/2010/sql-azure-resource-ultilization-limits/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 03:37:10 +0000</pubDate>
		<dc:creator>azuresupport</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[SQL Azure]]></category>

		<guid isPermaLink="false">http://www.azuresupport.com/?p=88</guid>
		<description><![CDATA[As Azure is a common platform shared by many users Microsoft has implement resource utilization limits to prevent excessive use of resources. This seems a little strange on a cloud based system which should isolate users and provide effortless scaling but some resources need to be managed carefully to prevent an adverse impact on the [...]]]></description>
			<content:encoded><![CDATA[<p>As Azure is a common platform shared by many users Microsoft has implement resource utilization limits to prevent excessive use of resources. This seems a little strange on a cloud based system which should isolate users and provide effortless scaling but some resources need to be managed carefully to prevent an adverse impact on the entire cloud. Expect these restrictions to be eased and modified as Azure matures.</p>
<p>As at launch (January 2010) SQL Azure will disconnect any idle sessions after 5 minutes, it will also kill any long running transactions which last over 5 minutes (Microsoft has pledged to adapt this restriction in future and attempt to distinguish between genuine long running transactions and transactions which are not operating correctly). SQL Azure will implement resource throttling if a process generates excessive CPU or I/O load. The exact throttle thresholds are not disclosed.</p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sqlazureperformance.com/2010/sql-azure-resource-ultilization-limits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connecting to SQL Azure [FAQ]</title>
		<link>http://www.azuresupport.com/2009/12/connecting-to-sql-azure-faq/</link>
		<comments>http://www.azuresupport.com/2009/12/connecting-to-sql-azure-faq/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 03:13:30 +0000</pubDate>
		<dc:creator>azuresupport</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[SQL Azure]]></category>
		<category><![CDATA[SSMS]]></category>

		<guid isPermaLink="false">http://www.azuresupport.com/?p=86</guid>
		<description><![CDATA[Connecting to a SQL Azure database is extremely simple, connection can be done using the classic ADO.NET  method. When a database is created in SQL Azure a connection string is generated. This connection string follows the normal  syntax for connection strings and can be substituted for a connection string to a SQL Server in an [...]]]></description>
			<content:encoded><![CDATA[<p>Connecting to a SQL Azure database is extremely simple, connection can be done using the classic ADO.NET  method. When a database is created in SQL Azure a connection string is generated. This connection string follows the normal  syntax for connection strings and can be substituted for a connection string to a SQL Server in an ADO.NET Connection object.</p>
<p>There is a subtle difference in connecting compared with SQL Server. When connecting to SQL Server you are first connected to the server and through the server to the database, in Azure you are directly connected to the database. This means that there is no support for context switching using the USE keyword (in SQL Server this allowed the Server to direct a request to a database determined at run-time).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.azuresupport.com/2009/12/connecting-to-sql-azure-faq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup and Disaster Recovery Protection on Azure  [FAQ]</title>
		<link>http://www.azuresupport.com/2009/12/backup-and-disaster-recovery-protection-on-azure-faq/</link>
		<comments>http://www.azuresupport.com/2009/12/backup-and-disaster-recovery-protection-on-azure-faq/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 02:55:42 +0000</pubDate>
		<dc:creator>azuresupport</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Disaster Recovery]]></category>

		<guid isPermaLink="false">http://www.azuresupport.com/?p=80</guid>
		<description><![CDATA[As at launch in January 2010  data on Azure is replicated three times in the Azure storage system, in addition the data is replicated across at least two geographic datacenters (although Microsoft did not provide any more details on the timing for replication across datacenters).]]></description>
			<content:encoded><![CDATA[<p>As at launch in January 2010  data on Azure is replicated three times in the Azure storage system, in addition the data is replicated across at least two geographic datacenters (although Microsoft did not provide any more details on the timing for replication across datacenters).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.azuresupport.com/2009/12/backup-and-disaster-recovery-protection-on-azure-faq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

