Skip to main content

azure

Prepare your App for Windows Azure! Create a custom Configuration Manager!
·224 words·2 mins
azure dotnet
When you deploy an application to Windowes Azure, your application configuration cannot be changed cause it becomes part of the distributed package. So what can you do if you want to set some dynamic settings (i.e Connection String settings)? First of all you must use the ServiceDefinition.csdef file and add the dynamic settings there.
SQL Azure Requires Clustered Indexes in all tables
·82 words·1 min
azure sql
Recently we performed some test against SQL Azure. We found that our system was throwing an exception cause SQL Azure requires a clustered index in each table (Wanna know why?). So how can you find out what tables are causing the issue? The answer is simple, run the following query and you’ll have the list of tables to fix: