Sign In
MSDN Blogs
Microsoft Blog Images
More ...
Windows Azure Storage Team Blog
RSS for posts
Common Tasks
Blog Home
Email Blog Author
RSS for comments
RSS for posts
Atom
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
Recent Posts
Windows Azure Storage: A Highly Available Cloud Storage Service with Strong Consistency
Posted
2 months ago
by
Windows Azure Storage
Blob Download Bug in Windows Azure SDK 1.5
Posted
4 months ago
by
Windows Azure Storage
Windows Azure Storage at BUILD 2011: Geo-Replication and new Blob, Table and Queue features
Posted
4 months ago
by
Windows Azure Storage
Introducing Geo-replication for Windows Azure Storage
Posted
4 months ago
by
Windows Azure Storage
Windows Azure Queues: Improved Leases, Progress Tracking, and Scheduling of Future Work
Posted
4 months ago
by
Windows Azure Storage
Tags
Architecture
Billing
Issues - Fixed
Issues - Known
Performance
Releases
Scalability
Windows Azure Blobs
Windows Azure Blobs - Block
Windows Azure Blobs - Page
Windows Azure Drives
Windows Azure Queues
Windows Azure Storage Client Library
Windows Azure Tables
Archives
Archives
November 2011
(1)
September 2011
(6)
August 2011
(3)
April 2011
(1)
February 2011
(5)
December 2010
(3)
November 2010
(5)
September 2010
(1)
July 2010
(2)
June 2010
(3)
May 2010
(5)
April 2010
(4)
March 2010
(2)
Login
Login to Post Comments
Windows Azure Blog Links
Windows Azure
Steve Marx
Cloudy in Seattle
MSDN Blogs
>
Windows Azure Storage Team Blog
Windows Azure Storage Team Blog
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Windows Azure Storage Team Blog
Windows Azure Storage: A Highly Available Cloud Storage Service with Strong Consistency
Posted
2 months ago
by
Windows Azure Storage
0
Comments
We recently published a paper describing the internal details of Windows Azure Storage at the 23 rd ACM Symposium on Operating Systems Principles (SOSP) . The paper can be found here . The conference also posted a video of the talk here , and the slides...
Windows Azure Storage Team Blog
Blob Download Bug in Windows Azure SDK 1.5
Posted
4 months ago
by
Windows Azure Storage
0
Comments
Update: We have now released a fix for this issue. The download blob methods in this version throw an IOException if the connection is closed while downloading the blob, which is the same behavior seen in versions 1.4 and earlier of the StorageClient...
Windows Azure Storage Team Blog
Windows Azure Storage at BUILD 2011: Geo-Replication and new Blob, Table and Queue features
Posted
4 months ago
by
Windows Azure Storage
0
Comments
We are excited to release geo-replication and a new version of the REST API to enable functionality improvements for Windows Azure Blobs, Tables, and Queues. At this time we are now geo-replicating all Windows Azure Blob and Table data, at no additional...
Windows Azure Storage Team Blog
Introducing Geo-replication for Windows Azure Storage
Posted
4 months ago
by
Windows Azure Storage
5
Comments
We are excited to announce that we are now geo-replicating customer’s Windows Azure Blob and Table data, at no additional cost, between two locations hundreds of miles apart within the same region (i.e., between North and South US, between North...
Windows Azure Storage Team Blog
Windows Azure Queues: Improved Leases, Progress Tracking, and Scheduling of Future Work
Posted
4 months ago
by
Windows Azure Storage
8
Comments
As part of the “2011-08-18” version, we have introduced several commonly requested features to the Windows Azure Queue service. The benefits of these new features are: Allow applications to store larger messages Allow applications to schedule work to...
Windows Azure Storage Team Blog
Windows Azure Tables: Introducing Upsert and Query Projection
Posted
4 months ago
by
Windows Azure Storage
6
Comments
As part of the “2011-08-18” version, two Windows Azure Table features were introduced; Upsert, represented by the InsertOrReplace Entity and InserOrMerge Entity APIs, and Query Projection. In this section, we will first provide an overview of these two...
Windows Azure Storage Team Blog
Windows Azure Blobs: Improved HTTP Headers for Resume on Download and a Change in If-Match Conditions
Posted
4 months ago
by
Windows Azure Storage
0
Comments
In the new 2011-08-18 version of the Windows Azure Blob service, we have made some changes to improve browser download and streaming for some media players. We also provided an extension to Blob Service settings to allow anonymous and un-versioned requests...
Windows Azure Storage Team Blog
Windows Azure Storage Analytics
Posted
6 months ago
by
Windows Azure Storage
2
Comments
Windows Azure Storage Analytics offers you the ability to track, analyze, and debug your usage of storage(Blobs, Tables and Queues). You can use this data to analyze storage usage to improve the design of your applications and their access patterns to...
Windows Azure Storage Team Blog
Windows Azure Storage Metrics: Using Metrics to Track Storage Usage
Posted
6 months ago
by
Windows Azure Storage
2
Comments
Windows Azure Storage Metrics allows you to track your aggregated storage usage for Blobs, Tables and Queues. The details include capacity, per service request summary, and per API level aggregates. The metrics information is useful to see aggregate view...
Windows Azure Storage Team Blog
Windows Azure Storage Logging: Using Logs to Track Storage Requests
Posted
6 months ago
by
Windows Azure Storage
4
Comments
Windows Azure Storage Logging provides a trace of the executed requests against your storage account (Blobs, Tables and Queues). It allows you to monitor requests to your storage accounts, understand performance of individual requests, analyze usage...
Windows Azure Storage Team Blog
Using SMB to Share a Windows Azure Drive among multiple Role Instances
Posted
9 months ago
by
Windows Azure Storage
11
Comments
UPDATED 11/17/11 with a high availability sample We often get questions from customers about how to share a drive with read-write access among multiple role instances. A common scenario is that of a content repository for multiple web servers to access...
Windows Azure Storage Team Blog
Windows Azure Storage Client Library: Rewinding stream position less than BlobStream.ReadAheadSize can result in lost bytes from BlobStream.Read()
Posted
11 months ago
by
Windows Azure Storage
0
Comments
Update 3/09/011: The bug is fixed in the Windows Azure SDK March 2011 release . In the current Windows Azure storage client library, BlobStream.Read() may read less than the requested number of bytes if the user rewinds the stream position. This occurs...
Windows Azure Storage Team Blog
Windows Azure Storage Client Library: Parallel Single Blob Upload Race Condition Can Throw an Unhandled Exception
Posted
11 months ago
by
Windows Azure Storage
6
Comments
Update 11/06/11: The bug is fixed in the Windows Azure SDK September release . There is a race condition in the current Windows Azure Storage Client Library that could potentially throw an unhandled exception under certain circumstances. Essentially...
Windows Azure Storage Team Blog
Windows Azure Blob MD5 Overview
Posted
11 months ago
by
Windows Azure Storage
0
Comments
Overview Windows Azure Blob service provides mechanisms to ensure data integrity both at the application and transport layers. This post will detail these mechanisms from the service and client perspective. MD5 checking is optional on both PUT and GET...
Windows Azure Storage Team Blog
Windows Azure Drives with Full IIS in SDK 1.3
Posted
11 months ago
by
Windows Azure Storage
2
Comments
With the Windows Azure SDK 1.3 it is now possible to run web roles with Full IIS. If you are unfamiliar with Full IIS you might want to look at this blog which captures the differences between Full IIS and Hosted Web Core (HWC) the only option available...
Windows Azure Storage Team Blog
Overview of Retry Policies in the Windows Azure Storage Client Library
Posted
over 1 year ago
by
Windows Azure Storage
0
Comments
The RetryPolicies in the Storage Client Library are used to allow the user to customize the retry behavior when and exception occurs. There are a few key points when using RetryPolicies that users should take into consideration, the first is when they...
Windows Azure Storage Team Blog
Windows Azure Storage Architecture Overview
Posted
over 2 years ago
by
Windows Azure Storage
2
Comments
Update 1-2-2012: See the new post on Windows Azure Storage: A Highly Available Cloud Storage Service with Strong Consistency , which gives a much more detailed and up to date description of the Windows Azure Storage Architecture. In this posting...
Windows Azure Storage Team Blog
ERROR_UNSUPPORTED_OS seen with Windows Azure Drives
Posted
over 2 years ago
by
Windows Azure Storage
4
Comments
When running in the cloud, a few customers have reported that CloudDrive.InitializeCache() and CloudDrive.Mount() occasionally fail with ERROR_UNSUPPORTED_OS when running with SDK 1.3. This error can occur when your service calls a CloudDrive...
Windows Azure Storage Team Blog
Page Blob Writes in Windows Azure Storage Client Library does not support Streams with non-zero Position
Posted
over 2 years ago
by
Windows Azure Storage
0
Comments
Update 3/09/011: The bug is fixed in the Windows Azure SDK March 2011 release . The current Windows Azure Storage Client Library does not support passing in a stream to CloudPageBlob.[Begin]WritePages where the stream position is a non-zero value....
Windows Azure Storage Team Blog
Changes in Windows Azure Storage Client Library – Windows Azure SDK 1.3
Posted
over 2 years ago
by
Windows Azure Storage
2
Comments
We recently released an update to the Storage Client library in SDK 1.3 . We wanted to take this opportunity to go over some breaking changes that we have introduced and also list some of the bugs we have fixed (compatible changes) in this release. ...
Windows Azure Storage Team Blog
Windows Azure Storage Client Library: Potential Deadlock When Using Synchronous Methods
Posted
over 2 years ago
by
Windows Azure Storage
0
Comments
Update 11/06/11: The bug is fixed in the Windows Azure SDK September release . Summary In certain scenarios, using the synchronous methods provided in the Windows Azure Storage Client Library can lead to deadlock. Specifically, scenarios where the...
Windows Azure Storage Team Blog
Windows Azure Storage Client Library: CloudBlob.DownloadToFile() may not entirely overwrite file contents
Posted
over 2 years ago
by
Windows Azure Storage
2
Comments
Update 3/09/011: The bug is fixed in the Windows Azure SDK March 2011 release . Summary There is an issue in the Windows Azure Storage Client Library that can lead to unexpected behavior when utilizing the CloudBlob.DownloadToFile() methods . ...
Windows Azure Storage Team Blog
Breaking Change for Windows Azure Drive Beta in Guest OS 1.8 and 2.0
Posted
over 2 years ago
by
Windows Azure Storage
0
Comments
Windows Azure drives support the use of a local cache to improve performance of drives. With the upcoming Guest OS 1.8 and 2.0 releases, there’s a breaking change in the way this local cache is allocated. Background A Windows Azure application...
Windows Azure Storage Team Blog
How to get most out of Windows Azure Tables
Posted
over 2 years ago
by
Windows Azure Storage
0
Comments
Introduction Windows Azure Storage is a scalable and durable cloud storage system in which applications can store data and access it from anywhere and at any time. Windows Azure Storage provides a rich set of data abstractions: Windows Azure...
Windows Azure Storage Team Blog
Storage Client Hotfix Release – September 2010
Posted
over 2 years ago
by
Windows Azure Storage
1
Comments
The issues are resolved in the Windows Azure SDK 1.3 release which can be downloaded here . 1. Application crashes with unhandled NullReferenceException that is raised on a callback thread Storage Client uses a timer object to keep track of timeouts...
Page 1 of 2 (41 items)
1
2