Sign In
Avkash Chauhan's Blog
Windows Azure, Windows 8, Cloud Computing, Big Data and Hadoop: All together at one place.. One problem, One solution at One time...
Blog - Title
October, 2011
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Twitter
Common Tasks
Blog Home
Email Blog Author
About
OK
RSS for comments
RSS for posts
Atom
Tags
ACS
Announcement
Architecture
ASP.NET
Azure
Azure Storage
Code Sample
CSUPLOAD
Debugging
Error
Exception
Exception ERROR UNSUPPORTED OS
Exceptions
Hadoop
How to Do.
How to Do..
MapReduce
Node.js
Service Management API
Storage
VHD
VM Role
VMRole
Windows Azure
Windows Azure. Hadoop
Monthly Archives
Archives
May 2012
(6)
April 2012
(9)
March 2012
(5)
February 2012
(11)
January 2012
(25)
December 2011
(28)
November 2011
(30)
October 2011
(31)
September 2011
(27)
August 2011
(18)
July 2011
(16)
June 2011
(16)
May 2011
(18)
April 2011
(20)
March 2011
(15)
February 2011
(21)
January 2011
(10)
December 2010
(16)
November 2010
(8)
October 2010
(8)
Blog - Link List
Favorite Blogs
Windows Azure Team Blog
Windows Azure Storage Team Blog
Steve Marx Blog
MSDN Blogs
>
Avkash Chauhan's Blog
>
October, 2011
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Avkash Chauhan's Blog
Communication between Windows Azure Roles
Posted
6 months ago
by
Avkash Chauhan - MSFT
1
Comments
When building Windows Azure application you may have a collection of multiple web & worker role and depend on your application architecture you would need to establish a secure communication between your roles. For example I will use the following...
Avkash Chauhan's Blog
How to upgrade only one specific role from your Windows Azure Application
Posted
7 months ago
by
Avkash Chauhan - MSFT
0
Comments
If you have more than one role in your Windows Azure application, and you decide to update only one role you sure can do that. To do that you will still need to build your full Azure application (included all role) and then only update the specific role...
Avkash Chauhan's Blog
Whats new in Windows Azure SDK 1.5 - Packages are no longer encrypted
Posted
7 months ago
by
Avkash Chauhan - MSFT
0
Comments
In Windows Azure SDK 1.5 the packages are no longer encrypted since they are always transferred between the development machine and Windows Azure Portal over https. Up to Windows Azure SDK 1.4 when you generate Service Package (CSPKG) file then...
Avkash Chauhan's Blog
Windows Azure AppFabric ServiceBus Relay Load Balancing (Scale & Availability Feature)
Posted
7 months ago
by
Avkash Chauhan - MSFT
0
Comments
As of today, Windows Azure AppFabric Service Bus Relay Service capabilities includes include load balancing feature. With this addition, you can have up to 25 listeners registered to one single service endpoint. Scale and Availability Feature (aka Load...
Avkash Chauhan's Blog
Windows HPC with Windows Azure burst training kit version 1.6
Posted
7 months ago
by
Avkash Chauhan - MSFT
2
Comments
Windows HPC Server with Burst to Azure is ideal for compute intensive applications that demand 1000s of Cores. The HPC/Azure hybrid solution allows both novice users and skilled developers to quickly deploy their existing windows binary executable, HPC...
Avkash Chauhan's Blog
Reading configuration entries using System.Configuration.ConfigurationManager class in a Windows Azure Application
Posted
7 months ago
by
Avkash Chauhan - MSFT
1
Comments
With Windows Azure application you can use ServiceConfiguration.cscfg to include any item-value pair and then in your role code you can read these settings directly however if you would want to read configuration entries using System.Configuration.ConfigurationManager...
Avkash Chauhan's Blog
SQL Azure Management Portal returns error as An exception occurred while executing the Transact-SQL statement
Posted
7 months ago
by
Avkash Chauhan - MSFT
0
Comments
While creating a new Table in SQL Azure using SQL Azure Management Portal, you might see the following error: While collecting this error details you will see the following crucial information: An error was encountered while applying the changes...
Avkash Chauhan's Blog
Windows Azure Toolkit for Windows Phone (V1.3.1) is released
Posted
7 months ago
by
Avkash Chauhan - MSFT
0
Comments
The Windows Azure Toolkit for Windows Phone is designed to make it easier for you to build mobile applications that leverage cloud services running in Windows Azure. The toolkit includes Visual Studio project templates for Windows Phone and Windows Azure...
Avkash Chauhan's Blog
Retrieving partition key range in Windows Azure Table Storage
Posted
7 months ago
by
Avkash Chauhan - MSFT
0
Comments
While working on Windows Azure Table Storage, I had to retrieve partition key range so I look around if there is an API to get the list of all partition keys for my whole table, unfortunately I could not find an API to ease my job. I was really looking...
Avkash Chauhan's Blog
Windows Azure: Startup task or OnStart(), which to choose?
Posted
7 months ago
by
Avkash Chauhan - MSFT
1
Comments
As you may know that both “Startup task” and OnStart() function, are executed before your Role, Run function is called. You might have a question in your mind, if there any advantage of using startup task over executing the installation code...
Avkash Chauhan's Blog
Clearing / Flushing objects in Windows Azure Caching Service (AppFabric Cache)
Posted
7 months ago
by
Avkash Chauhan - MSFT
0
Comments
Recently I was asked if there is a way to clear all of objects in the Windows Azure Caching Service or in otherwise clearing/flushing all objects from Windows Azure AppFabric Cache from a single call or what is the best way or recommended way to clear...
Avkash Chauhan's Blog
Increasing Endpoints in your Windows Azure Application using In-Place Upgrade from Management Portal
Posted
7 months ago
by
Avkash Chauhan - MSFT
1
Comments
Previously: If you need to change the number or type of endpoints for existing roles, you must delete and redeploy the service. Recently upgrade to Windows Azure will let you apply in-place upgrade to your Windows Azure Application which includes...
Avkash Chauhan's Blog
Windows Azure Application launch failed with an error "This access control list is not in canonical form and therefore cannot be modified"
Posted
7 months ago
by
Avkash Chauhan - MSFT
4
Comments
Environment: Visual Studio 2010 Professional SP1 & Windows Azure SDK 1.5 While working on an issue, I found an interesting issue with a new hello worlds ASP.NET based web role. When launching this application with or without debugger, the exception...
Avkash Chauhan's Blog
Visual Studio 11 Developer Preview Training Kit is released (Windows 7 and 8)
Posted
7 months ago
by
Avkash Chauhan - MSFT
0
Comments
On 16 th October, Visual Studio team released the first version of the Visual Studio 11 Developer Preview Training Kit . This kit includes hands-on labs to help you understand how to take advantage of the variety of enhancements in Visual Studio 11 and...
Avkash Chauhan's Blog
Using RoleEnviornment.IsAvailable and RoleEnviornment.IsEmulated properties in Windows Azure Applications
Posted
7 months ago
by
Avkash Chauhan - MSFT
0
Comments
RoleEnviornment.IsAvailable is used to determine whether the role environment is available or not no matter the role is running in devFabric or cloud. RoleEnviornment.IsAvailable is available with Windows Azure SDK 1.4 and SDK 1.5. RoleEnvironment...
Avkash Chauhan's Blog
Handling RoleEnvironment.Stopping event to perform specific action when Windows Azure VM is going down for scheduled update
Posted
7 months ago
by
Avkash Chauhan - MSFT
2
Comments
If you have read my previous article about Windows Azure VM Downtime due to Guest and Host OS update…. Windows Azure VM downtime due to Host and Guest OS update and how to manage it in multi-instance Windows Azure Application http:...
Avkash Chauhan's Blog
Windows Azure VM downtime due to Host and Guest OS update and how to manage it in multi-instance Windows Azure Application
Posted
7 months ago
by
Avkash Chauhan - MSFT
1
Comments
I have seen some Azure VM downtime concerns from Windows Azure users who have minimum 2 or more instances to meet to 99.95% SLA. The specific concerns are related with VM downtime when Guest and Host OS update is scheduled. So lets consider following...
Avkash Chauhan's Blog
Windows Azure Autoscaling Application Block (WASABi) BETA is ready for you to try...
Posted
7 months ago
by
Avkash Chauhan - MSFT
0
Comments
BETA release for WASABi (Windows Azure Autoscaling Application Block) is ready for download from NuGet Here : Source Code Link Binary Link A list of October Release and latest changes are available at: http://entlib.codeplex.com/wikipage...
Avkash Chauhan's Blog
Integrating BizTalk Server application with Windows Azure Service Bus Queues
Posted
7 months ago
by
Avkash Chauhan - MSFT
0
Comments
I was asked to find some resources on BizTalk and Windows Azure Integration so after my research, I found the following article by Paolo Salvatori from Microsoft, about integrating BizTalk Server application with Windows Azure Service Bus Queues. The...
Avkash Chauhan's Blog
SQL Azure databases will be expanded 3x from 50 GB to 150 GB and SQL Azure Reporting & SQL Azure Data Sync CTP
Posted
7 months ago
by
Avkash Chauhan - MSFT
0
Comments
Upcoming Features for SQL Azure Q4 2011 Service Release (end of 2011) The maximum database size for individual SQL Azure databases will be expanded 3x from 50 GB to 150 GB. Federation. With SQL Azure Federation, databases can be elastically...
Avkash Chauhan's Blog
Microsoft and Hadoop Adoption: The Big announcement about Big Data
Posted
7 months ago
by
Avkash Chauhan - MSFT
1
Comments
Today Microsoft Announced great plans about Hadoop adoption to deliver enterprise class Apache Hadoop based distributions on both Windows Server and Windows Azure . See Announcement Microsoft will provide simplified download, installation and configuration...
Avkash Chauhan's Blog
Collecting Windows Azure Storage REST API level metrics data without a single line of programming, just by using tools
Posted
7 months ago
by
Avkash Chauhan - MSFT
1
Comments
Time to time you might want to know what the total transaction counts are when you perform any storage activity which included Windows Azure storage. For example when you mount a VHD from Windows Azure Storage to you Azure VM or you write total...
Avkash Chauhan's Blog
Try SCOM for Deploying and Managing Windows Azure Applications for 180 days free using pre-configured VHD
Posted
7 months ago
by
Avkash Chauhan - MSFT
1
Comments
So if you always wanted to try System Center Operation Manager (SCOM) plugin for Managing Windows Azure Application, i think this post would give you a good start. You just need to download a VHD which is already pre-configured for everything you need...
Avkash Chauhan's Blog
What to do when Windows Azure Management Portal does not list any hosted services even when you are sure to have one or more
Posted
7 months ago
by
Avkash Chauhan - MSFT
1
Comments
There was an incident when Windows Azure Management Portal does not list any hosted services even when I was sure that there are at least one hosted service. The problem look like as below: If you see this problem this is maninly because...
Avkash Chauhan's Blog
Handling Error ERROR_AZURE_DRIVE_DEV_PATH_NOT_SET when mounting a cloud drive
Posted
7 months ago
by
Avkash Chauhan - MSFT
0
Comments
If you have the same code running in ASP.NET (within web role you may not hit the problem) however if you try to do this outside role code or from a standalone app you have much more chances to hit this error. Couple of months back, I have written...
Page 1 of 2 (31 items)
1
2