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...
Common Tasks
Blog Home
Email Blog Author
About
OK
RSS for comments
RSS for posts
Atom
Search Form
Tag Cloud
ACS
Announcement
Architecture
ASP.NET
Azure
Code Sample
CSUPLOAD
Error
Exception
Exception ERROR UNSUPPORTED OS
Exceptions
Hadoop
How to Do.
How to Do..
Linux
Node.js
PowerShell
SDK
Storage
VHD
Virtual Machine
VM Role
VMRole
WebSites
Windows Azure
Monthly Archives
Archives
April 2013
(1)
March 2013
(1)
February 2013
(3)
January 2013
(3)
November 2012
(6)
October 2012
(4)
September 2012
(1)
August 2012
(1)
July 2012
(1)
June 2012
(7)
May 2012
(8)
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)
Browse by Tags
MSDN Blogs
>
Avkash Chauhan's Blog
>
All Tags
>
storage
Tagged Content List
Blog Post:
Upload blobs using UploadFromStream to Azure Storage and using ResponseReceivedEventArgs to track the upload progress
Avkash Chauhan - MSFT
While uploading a stream of various sizes using UploadFromStream, and using ResponseReceivedEventArgs to track the HTTPStatusCode you will see the following behavior: 1) For a blob whose size less than(or equal to)32 MB, the lib will send it in one piece 2) For a blob whose size is bigger than...
on
10 Feb 2011
Blog Post:
Windows Azure Storage (Blob, Table, and Queue) Throughput Analyzer Tool by Microsoft Research
Avkash Chauhan - MSFT
Microsoft Research team created a very nice tool called “Azure Throughput Analyzer” to display upload and download throughput between your network and Azure datacenters when you are using Windows Azure Storage. You can use this tool if you are encountering performance problems with Azure storage. ...
on
2 Feb 2011
Blog Post:
Microsoft.WindowsAzure.StorageClient.CloudDriveException was unhandled by user code Message=ERROR_UNSUPPORTED_OS
Avkash Chauhan - MSFT
I had my Windows Azure SDK 1.2 based ASP.NET application which was working fine in which I use a cloud drive within the Web role. I decided to upgrade the exact same application using Windows Azure SDK 1.3 and while testing it on cloud, immediately I hit the following error: Microsoft.WindowsAzure...
on
25 Jan 2011
Blog Post:
Windows Azure : Handling exception - No valid combination of account information found
Avkash Chauhan - MSFT
When you deploy your Windows Azure SDK 1.2 or 1.3 based application you might experience your application status is still stuck in "Starting" or cycling between "busy and starting". If you have decided to use Windows Azure SDK 1.3 then you can confiugre and use RDP Connection to access your Windows...
on
31 Dec 2010
Blog Post:
Great Article on Windows Azure Table Storage : "How to get most out of Windows Azure Tables"
Avkash Chauhan - MSFT
If you have a Windows Azure service and your Azure services is accessing Windows Azure Table Storage quite enough, it is possible that you may have encountered the following issues: Random slow connection to Azure Storage "Error 503: Server is Busy" Connection timeout issue A DataServiceQueryException...
on
8 Nov 2010
Blog Post:
Uploading a blob to Azure Storage with progress bar and variable upload block size
Avkash Chauhan - MSFT
Recently there were a few questions on uploading large blobs to Azure storage along with upload progress. I decided to write a sample and share with everyone so we all can take advantage of it. The sample is attached below. The sample is strictly shared for educational purposes. The sample walkthrough...
on
3 Nov 2010
Page 1 of 1 (6 items)