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
Tags
Analytics - Logging & Metrics
Analytics - Logging & Metrics
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
April 2013
(1)
December 2012
(2)
November 2012
(4)
October 2012
(3)
July 2012
(1)
June 2012
(9)
May 2012
(2)
April 2012
(2)
March 2012
(4)
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
Recent Posts
AzCopy – Using Cross Account Copy Blob
Posted
1 month ago
by
Windows Azure Storage
Updated: Known Issues for Windows Azure Storage Client Library 2.0 for .NET and Windows Runtime
Posted
5 months ago
by
Windows Azure Storage
AzCopy – Uploading/Downloading files for Windows Azure Blobs
Posted
5 months ago
by
Windows Azure Storage
Windows Azure Storage Client Library 2.0 Tables Deep Dive
Posted
6 months ago
by
Windows Azure Storage
Windows Azure Storage Client Library for Windows Runtime
Posted
6 months ago
by
Windows Azure Storage
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
Protecting Your Tables Against Application Errors
Posted
over 3 years ago
by
Windows Azure Storage
3
Comments
“Do applications need to backup data in Windows Azure Storage if Windows Azure Storage already stores multiple replicas of the data?” For business continuity, it can be important to protect the data against errors in the application, which may erroneously...
Windows Azure Storage Team Blog
SaveChangesWithRetries and Batch Option
Posted
over 3 years ago
by
Windows Azure Storage
2
Comments
The issue is resolved in the Windows Azure SDK 1.3 release which can be downloaded here . We recently found that there is a bug in our SaveChangesWithRetries method that takes in the SaveChangesOptions in our Storage Client Library. public DataServiceResponse...
Windows Azure Storage Team Blog
Using Windows Azure Page Blobs and How to Efficiently Upload and Download Page Blobs
Posted
over 3 years ago
by
Windows Azure Storage
2
Comments
This post refers to the Storage Client Library shipped in SDK 1.2. Windows Azure SDK 1.3 provides additional Page Blob functionality via the CloudPageBlob class. The current release can be downloaded here . We introduced Page Blobs at PDC 2009 as a...
Windows Azure Storage Team Blog
Stream Position Not Reset on Retries in PageBlob WritePages API
Posted
over 3 years ago
by
Windows Azure Storage
2
Comments
The issue is resolved in the Windows Azure SDK 1.3 release which can be downloaded here . We recently came across a bug in the StorageClient library i n which WritePages fails on retries because the stream is not reset to the beginning before a retry...
Windows Azure Storage Team Blog
Windows Azure Storage Client Library: CloudBlob.DownloadToFile() may not entirely overwrite file contents
Posted
over 3 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
Changes in Windows Azure Storage Client Library – Windows Azure SDK 1.3
Posted
over 3 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 Analytics
Posted
over 2 years ago
by
Windows Azure Storage
2
Comments
Update: You can now configure your logging and metrics via the portal as described here . 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...
Windows Azure Storage Team Blog
How WCF Data Service Changes in OS 1.4 Affects Windows Azure Table Clients
Posted
over 3 years ago
by
Windows Azure Storage
1
Comments
The release of Guest OS 1.4 contains an update to .NET 3.5 SP1 which contains some bug fixes to WCF Data Services. We have received some feedback on backward compatibility issues in Windows Azure Tables with respect to the WCF Data Services update. The...
Windows Azure Storage Team Blog
Storage Client Hotfix Release – September 2010
Posted
over 3 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...
Windows Azure Storage Team Blog
TechEd 2012: New Windows Azure Storage Features, Improved Manageability, and Lower Prices
Posted
11 months ago
by
Windows Azure Storage
1
Comments
We are very excited to release multiple improvements to Windows Azure Storage. These include price reductions, new manageability features, and new service features for Windows Azure Blobs, Tables, and Queues. Jai Haridas will be presenting these features...
Windows Azure Storage Team Blog
SOSP Paper - Windows Azure Storage: A Highly Available Cloud Storage Service with Strong Consistency
Posted
over 2 years ago
by
Windows Azure Storage
1
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
Windows Azure Storage Client for Java Tables Deep Dive
Posted
over 1 year ago
by
Windows Azure Storage
1
Comments
This blog post serves as an overview to the recently released Windows Azure Storage Client for Java which includes support for the Azure Table Service . Azure Tables is a NoSQL datastore. For detailed information on the Azure Tables data model, see the...
Windows Azure Storage Team Blog
Windows Azure Storage Client for Java Overview
Posted
over 1 year ago
by
Windows Azure Storage
0
Comments
We released the Storage Client for Java with support for Windows Azure Blobs, Queues, and Tables. Our goal is to continue to improve the development experience when writing cloud applications using Windows Azure Storage. This release is a Community Technology...
Windows Azure Storage Team Blog
Getting the Page Ranges of a Large Page Blob in Segments
Posted
over 1 year ago
by
Windows Azure Storage
0
Comments
One of the blob types supported by Windows Azure Storage is the Page Blob. Page Blobs provide efficient storage of sparse data by physically storing only pages that have been written and not cleared. Each page is 512 bytes in size. The Get Page Ranges...
Windows Azure Storage Team Blog
CloudDrive::Mount() API takes a long time when the drive has millions of files
Posted
over 1 year ago
by
Windows Azure Storage
0
Comments
Windows Azure Drive is in Preview, and we have identified an issue with the CloudDrive::Mount() API where it will take 5 to 20 minutes to mount a drive that contains millions of files. In these cases, the majority of time used by CloudDrive::Mount...
Windows Azure Storage Team Blog
CloudDrive: Possible Data Loss when calling Create() or CreateIfNotExist() on existing drives
Posted
over 1 year ago
by
Windows Azure Storage
0
Comments
Windows Azure Drive is in Preview, and we recently identified a timing bug in the CloudDrive Client Library (SDK 1.6 and earlier) which can cause your CloudDrive to be accidentally deleted when you call ‘Create()’ or ‘CreateIfNotExist()’ on an existing...
Windows Azure Storage Team Blog
PartitionKey or RowKey containing the percent ‘%’ character causes some Windows Azure Tables APIs to fail
Posted
11 months ago
by
Windows Azure Storage
0
Comments
Description and Symptoms We have identified an issue that would affect services using Windows Azure Tables whenever the percent character ‘%’ appears as part of the PartitionKey or RowKey. The affected APIs are GET entity, Merge Entity, Update Entity...
Windows Azure Storage Team Blog
Character Encoding Issues Related to Copy Blob API
Posted
11 months ago
by
Windows Azure Storage
0
Comments
This blog applies to the 2011-08-18 storage version or earlier of the Copy Blob API and the Windows Azure Storage Client Library version 1.6. Two separate problems are discussed in this blog: Over REST, the service expects the ‘+’ character appearing...
Windows Azure Storage Team Blog
10x Price Reduction for Windows Azure Storage Transactions
Posted
11 months ago
by
Windows Azure Storage
0
Comments
We heard you loud and clear that you want cheaper transaction costs for Windows Azure Blobs, Tables, Queues, and Drives. We are therefore very pleased today to slash transaction prices 10 fold for Windows Azure Storage and CDN. This means that it now...
Windows Azure Storage Team Blog
New Storage Features on the Windows Azure Portal
Posted
11 months ago
by
Windows Azure Storage
0
Comments
We are excited to announce several new storage features available on the Windows Azure Portal. With the updated Portal you have the ability to choose the level of redundancy for your storage, enable/disable and configure both Metrics and Logging, and...
Windows Azure Storage Team Blog
Introducing Locally Redundant Storage for Windows Azure Storage
Posted
11 months ago
by
Windows Azure Storage
0
Comments
We are excited to offer two types of redundant storage for Windows Azure: Locally Redundant Storage and Geo Redundant Storage. Locally Redundant Storage (LRS) provides highly durable and available storage within a single location (sub region). We maintain...
Windows Azure Storage Team Blog
New Blob Lease Features: Infinite Leases, Smaller Lease Times, and More
Posted
11 months ago
by
Windows Azure Storage
0
Comments
We are excited to introduce some new features with the Lease Blob API with the 2012-02-12 version of Windows Azure Blob Storage service. The 2012-02-12 version also includes some versioned changes. This blog post covers the new features and changes as...
Windows Azure Storage Team Blog
Windows Azure Storage Client for Java Blob Features
Posted
over 1 year ago
by
Windows Azure Storage
0
Comments
We have released the Storage Client for Java with support for Windows Azure Blobs, Queues, and Tables. Our goal is to continue to improve the development experience when writing cloud applications using Windows Azure Storage. As such, we have incorporated...
Windows Azure Storage Team Blog
Windows Azure Storage at BUILD 2011: Geo-Replication and new Blob, Table and Queue features
Posted
over 2 years 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
Blob Download Bug in Windows Azure SDK 1.5
Posted
over 2 years 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...
Page 2 of 3 (69 items)
1
2
3