Top "Azure-storage" questions

Microsoft Azure Storage is a highly-scalable, durable, cloud-based storage platform providing four core services: Blobs, Tables, Queues, and Azure Drives.

Upload to Azure Blob Storage with Shared Access Key

UPD: Here is my implemented solution to this problem I'm trying to upload to Azure blob storage via Azure.Storage …

c# azure azure-storage azure-storage-blobs
Azure Storage Not Showing in Visual Studio 2015 Server Explorer

I've installed Visual Studio 2015 and cloned a repo from my Visual Studio Online account. Originally the code was written with …

azure-storage visual-studio-2015
How to fake Azure Table Storage in .NET for Unit Testing?

I am working on a system that uses Azure Table Storage. In other systems (e.g., SQL, File based, etc), …

unit-testing azure azure-storage azure-table-storage
How to add a new column to an existing azure table storage

We are using azure table storage and have thousands of tables using the same schema. Now we are looking to …

azure azure-storage azure-table-storage
When should I use Sql Azure and when should I use table Storage?

When should i use Sql Azure and when should I use table Storage? I was thinking , use table storage for …

azure azure-sql-database azure-storage azure-table-storage
Friendly filename when public download Azure blob

Is it possible to save a blob with a name of a GUID (or anything else) but when a user …

azure azure-storage azure-storage-blobs
What is the difference between the Microsoft.Azure.Storage and WindowsAzure.Storage Nuget packages?

I've always found this very confusing. There is a WindowsAzure.Storage Nuget package authored by Microsoft which allows you to …

azure azure-storage
Azure file storage access document with direct link

I'm trying to access files which I'm programmatically uploading to the azure file storage. But when pasting the direct url: …

azure azure-storage azure-storage-blobs azure-storage-files azure-files
How to retrieve latest record using RowKey or Timestamp in Azure Table storage

Tricky part is RowKey is string which is having value like Mon Nov 14 12:26:42 2016 I tried query using Timestamp like var …

c# azure azure-storage
how to revoke Shared Access Signature in Azure SDK

I could not find any code sample for revoking the created Shared Access Signature access on blob, can anyone provide …

azure permissions azure-storage azure-storage-blobs