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
Windows Azure Storage Abstractions and their Scalability Targets
Posted
over 3 years ago
by
Windows Azure Storage
7
Comments
The four object abstractions Windows Azure Storage provides for application developers are: Blobs – Provides a simple interface for storing named files along with metadata for the file. Tables – Provides massively scalable structured...
Windows Azure Storage Team Blog
How to get most out of Windows Azure Tables
Posted
over 3 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
Understanding Windows Azure Storage Billing – Bandwidth, Transactions, and Capacity
Posted
over 3 years ago
by
Windows Azure Storage
20
Comments
We get questions about how to estimate how much Windows Azure Storage will cost in order to understand how to best build a cost effective application. In this post we will give some insight into this question for the three types of storage costs –...
Windows Azure Storage Team Blog
Windows Azure Storage Logging: Using Logs to Track Storage Requests
Posted
over 2 years 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
Windows Azure Storage Explorers
Posted
over 3 years ago
by
Windows Azure Storage
8
Comments
We get a few queries every now and then on the availability of utilities for Windows Azure Storage and decided to put together a list of the storage explorers we know of. The tools are all Windows Azure Storage explorers that can be used to enumerate...
Windows Azure Storage Team Blog
Windows Azure Storage Architecture Overview
Posted
over 3 years ago
by
Windows Azure Storage
3
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
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
Introducing Geo-replication for Windows Azure Storage
Posted
over 2 years ago
by
Windows Azure Storage
13
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
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
Using SMB to Share a Windows Azure Drive among multiple Role Instances
Posted
over 2 years ago
by
Windows Azure Storage
20
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
Introducing Table SAS (Shared Access Signature), Queue SAS and update to Blob SAS
Posted
11 months ago
by
Windows Azure Storage
9
Comments
We’re excited to announce that, as part of version 2012-02-12, we have introduced Table Shared Access Signatures (SAS), Queue SAS and updates to Blob SAS. In this blog, we will highlight usage scenarios for these new features along with sample code using...
Windows Azure Storage Team Blog
Windows Azure Tables: Introducing Upsert and Query Projection
Posted
over 2 years ago
by
Windows Azure Storage
13
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
Nagle’s Algorithm is Not Friendly towards Small Requests
Posted
over 3 years ago
by
Windows Azure Storage
6
Comments
We had recommended in a forum post about how turning off Nagling can greatly improve throughput for Table Inserts and Updates. We have also been seeing a lot of improvement when application deals with small sized messages (http message size < 1460...
Windows Azure Storage Team Blog
Windows Azure Storage Client Library 2.0 Tables Deep Dive
Posted
6 months ago
by
Windows Azure Storage
15
Comments
This blog post serves as an overview to the recently released Windows Azure Storage Client for .Net and the Windows Runtime. In addition to the legacy implementation shipped in versions 1.x that is based on DataServiceContext, we have also provided a...
Windows Azure Storage Team Blog
Windows Azure Queues: Improved Leases, Progress Tracking, and Scheduling of Future Work
Posted
over 2 years 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
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
Introducing Asynchronous Cross-Account Copy Blob
Posted
11 months ago
by
Windows Azure Storage
12
Comments
We are excited to introduce some changes to the Copy Blob API with 2012-02-12 version that allows you to copy blobs between storage accounts. This enables some interesting scenarios like: Backup your blobs to another storage account without having to...
Windows Azure Storage Team Blog
Windows Azure Storage Metrics: Using Metrics to Track Storage Usage
Posted
over 2 years ago
by
Windows Azure Storage
4
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
Exploring Windows Azure Drives, Disks, and Images
Posted
10 months ago
by
Windows Azure Storage
3
Comments
With the preview of Windows Azure Virtual Machines , we have two new special types of blobs stored in Windows Azure Storage: Windows Azure Virtual Machine Disks and Window Azure Virtual Machine Images. And of course we also have the existing preview of...
Windows Azure Storage Team Blog
Windows Azure Storage Client Library 2.0 Breaking Changes & Migration Guide
Posted
6 months ago
by
Windows Azure Storage
8
Comments
The recently released Windows Azure Storage Client Library for .Net includes many new features, expanded platform support, extensibility points, and performance improvements. In developing this version of the library we made some distinct breaks with...
Windows Azure Storage Team Blog
Protecting Your Blobs Against Application Errors
Posted
over 3 years ago
by
Windows Azure Storage
0
Comments
A question we get asked is the following - Do applications need to backup data stored 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...
Windows Azure Storage Team Blog
Overview of Retry Policies in the Windows Azure Storage Client Library
Posted
over 2 years 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 Drive Demo at MIX 2010
Posted
over 3 years ago
by
Windows Azure Storage
0
Comments
With a Windows Azure Drive , applications running in the Windows Azure cloud can use existing NTFS APIs to access a network attached durable drive. The durable drive is actually a Page Blob formatted as a single volume NTFS Virtual Hard Drive (VHD). ...
Windows Azure Storage Team Blog
Introducing Windows Azure Storage Client Library 2.0 for .NET and Windows Runtime
Posted
6 months ago
by
Windows Azure Storage
8
Comments
Today we are releasing version 2.0 of the Windows Azure Storage Client Library. This is our largest update to our .NET library to date which includes new features, broader platform compatibility, and revisions to address the great feedback you’ve...
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...
Page 1 of 3 (69 items)
1
2
3