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

learn more… | top users | synonyms

0
votes
0answers
238 views

Upload image to Azure blob storage from Windows Phone. Not creating

I am using Windows Azure to store images in my windows phone application. The camera takes a photo and the chosen photo stream is then uploaded. However it is throwing NO error but is not uploading? ...
5
votes
4answers
441 views

CREATE TABLE with Dynamic Column

I need to insert some data into a temp table. I have some conditional based columns like Salary, Code. How can I create a table for conditional based columns? I don't want to use SELECT INTO ...
8
votes
7answers
4k views

Copying storage data from one Azure account to another

I would like to copy a very large storage container from one Azure storage account into another (which also happens to be in another subscription). I would like an opinion on the following options: ...
0
votes
1answer
14 views

Azure: Change VM name using Cmdlets

I erroneously named a virtual machine. Using the Azure Powershell I am able to rename cloud services using Set-AzureService. There doesn't seem to be a Set-AzureVM command to rename virtual ...
0
votes
0answers
8 views

azure blob storage effectiveness

I'm creating an application that are gonna be involving a lot of pictures. I am currently using Windows Azure Blob Storage. I know you're not supposed to store pictures on the database b.c. it takes ...
0
votes
1answer
11 views

Azure table storage only SLA?

Our team is working on a project that may need to use Azure table storage in addition to Azure blobs and message queues. One concern of using another kind of storage provider (table storage in this ...
0
votes
1answer
23 views

How do I reclaim unused blob space for my Azure VHD

Maybe I don't fully understand how Azure charges for VHD storage. When I started out, I had a 120gb VHD with only ~30gb used. I was only getting charged for roughly 1gb per day for Azure. As I ...
0
votes
1answer
28 views

Inserting Image into Azure blob -{“Error: Internal Server Error”} MobileInvalidOperationException

i am trying to insert an image from an Win 8 App into Azure blob .I am running into an 500 exception when i try to do this . This is the class i am using - private ...
0
votes
1answer
22 views

windows azure virtual machine hard disk backups

When using Virtual Servers on Windows Azure and attaching disks - Would these go down if the hard disk / server should fail? Or are they guaranteed to be backed up? Should we still keep an external ...
0
votes
1answer
23 views

windows azure performance difference between XS, S and M servers

I was trying to calculate the real-world performance difference between the different server types in Azure, considering the difference in pricing between them. To calculate this, I have tried ...
0
votes
1answer
28 views

Opening a page when user clicks on a toast notification

i am sending a toast from Azure to my Win 8 App whenever there is an successful insert operation into the table . Here is the script request.execute({ success: function() { // ...
1
vote
2answers
198 views

Could not load file or assembly Microsoft.Data.OData Version=5.2.0.0 error in Azure Cloud Worker Role using Table Storage

I have a very peculiar issue using Azure Table Storage. I have a .NET 4.5 project in Visual Studio 2012 where I deal with all my Azure Table Storage functions. This project/dll is referenced by two ...
0
votes
2answers
22 views

500 - Internal Server Error, Windows Azure Cloud Service

I have just switched from WCF Service to Windows Azure Cloud Service. I have copied over my codes from my WCF service into the Cloud service. When i run the website i get 500 - Internal Server ...
0
votes
0answers
16 views

Export RavenDB database to Azure Hive (Hadoop/HDInsight)

I have a big RavenDB database on my Azure VM which I want to analyze with Azure HDInsight. Because I am new to hadoop I want to start with Hive which seems to me the easiest way to use Hadoop. How ...
0
votes
1answer
26 views

How to use StartCopyFromBlob between different accounts?

I am using this code to copy blobs from one account to another... but it throws an exception. var srcAccount = CloudStorageAccount.Parse("connection string 1"); var dstAccount = ...
0
votes
1answer
19 views

Umbraco 6.05 on Windows Azure

I am deploying Umbraco 6.05 to Windows Azure. I am currently using "Azure Web Sites" to do this, but from what I can glean, it appears that this may cause future problems with the storage of media ...
1
vote
2answers
30 views

Azure SQL Database naming ambiguity

Our application uses an Azure SQL Database. Apart from our local dev setup, we have two environments: Staging (for quality assurance and client testing), and Production (live) The Staging ...
15
votes
3answers
4k views

How to create a sub container in azure storage location

How to create a sub container in the azure storage location. Please let us know
2
votes
2answers
115 views

Azure Queue Storage - Mark messages as visible immediately after calling CloudQueue.GetMessages()

Problem: I am reading messages from a Azure Storage Queue and then inserting them into a Storage Table using a Worker Role. I want to read in messages but only process them if there are at least ...
0
votes
1answer
32 views

Reading and Writing text file in Azure Storage

Following is the code to first save a line of text,into a text file,present in azure storage, and then read it and print . string firstString = "this \t is \n a \t line \n are: "; ...
0
votes
1answer
23 views

Modify text file in Azure Storage

I just asked a bit of misplaced question here .I am a complete newbie to Azure,so plz bear with me. I have a text file uploaded in my Azure storage account.Now, in my worker role , what i need to do ...
0
votes
1answer
33 views

Write text to a file in Azure storage

I have a text file uploaded in my Azure storage account.Now, in my worker role , what i need to do is every time it is run, it fetches some content from Database, and that content must be written in ...
0
votes
1answer
34 views

Determining the size of table and blob in Azure Storage Service

I would like to determine the table size for each table and each blob entity size of my azure storage. I tried using $MetricsTransactionsBlob, $MetricsTransactionsTable,$MetricsTransactionsQueue ...
1
vote
3answers
169 views

Invalid character exception when adding Metadata to a CloudBlob

Task Upload a file to Azure Blob Storage with the original filename and also assign the filename as meta-data to the CloudBlob Problem These characters are not permitted in the meta-data but are ...
0
votes
1answer
15 views

Does StartCopyFromBlob replace destination?

What is the behavior of the StartCopyFromBlob method, when the destination blob already exists? Is the destination replaced? I could not find an answer for this, even in the official documentation.
0
votes
1answer
43 views

Azure Table Update Concurrency Issue

I am trying to update a user credit / count information against each transaction. If we hit more than 2/4 transaction per second the update below is not updating the counts / user credit information. ...
0
votes
2answers
38 views

azure table storage Export Data to Flat or XML File for SQL

I am looking for capability to Export data from SQL Azure Azure Table Storage to Some Flat file or XML file, so that we can import that to SQL / MYSQL Server and do the data analysis. What happens is ...
1
vote
1answer
33 views

Can you share Azure storage account for NServiceBus Sub Storage, DataBus and Saga?

How does NServiceBus reserve the storage on Azure for the purposes of Subscription storage, Databus and Saga? Do I need a separate account for each of the NServiceBus hub in my solution or can they ...
1
vote
0answers
22 views

blob.uploadtext to the same blob from multiple threads

A beginner question but I could not find a definite answer anywhere else. What will happen if I use blob.uploadtext() to update the same blob at the same time from two different threads? Will the ...
0
votes
3answers
37 views

Avoid over-writing blobs AZURE

if i upload a file on azure blob in the same container where the file is existing already, it is over-writing the file, how to avoid overwriting the same? below i am mentioning the scenario... step1 ...
1
vote
1answer
33 views

Service Management Url in Windows Azure

I'm trying to publish a cloud service from Visual Studio. Edit subscription dialog in Visual Studio asks me in the 4th step: "Enter a service management URL". It's https://management.core.windows.net/ ...
3
votes
5answers
120 views

How to use REST API for Azure blob storage,with Java

I am new to Azure, i am trying to use REST API for uploading image to Azure blob but unable to find any referance/material which explains the process using Java, i found examples using c# but i want ...
0
votes
2answers
42 views

Azure Cloud Deployment - Log Monitoring

I have deployed my azure cloud service, but some of my instances stays unhealthy and keep recycling. I see 'Recycling (Role has encountered an error and has stopped. Sites were deployed.' in status ...
-1
votes
1answer
34 views

How to meter Azure Web Application developed under SaaS model for billing the onboarded tenants? [closed]

I have developed Azure cloud web application that uses web roles & worker roles and stores the data in common table storage tables, tenant wise blobs and schema wise separated azure sql database. ...
0
votes
2answers
118 views

How do I upload to Azure Blob storage without overwriting?

Calling UploadFromStream overwrites files by default - how can I make sure I only upload a blob if it isn't already in the container? CloudBlockBlob blockBlob = ...
2
votes
3answers
865 views

How can I log errors and user actions in Windows Azure (MVC)?

Azure is changing so quickly so could someone give me some suggestions on how could I could log: Errors Exceptions User Actions I would like to be able to log these to table storage so they can ...
0
votes
1answer
45 views

Set metadata in REST request to put blob in AZURE

i am able to upload file to azure blob using REST api provided by Azure. i want to set metadata at the time i am doing request for put blob, when i am setting it into header as shown here i am unble ...
0
votes
1answer
20 views

Restrict to maximum of one added message to the Azure Queue service using Shared Access Signatures

We have a requirement where we need to allow potentially many users to add one message to the Azure Queue Service. Using Shared Access Signatures we can allow users to add messages to the queue for a ...
0
votes
1answer
21 views

How do I access the location of a file in RoleEnvironment.GetLocalResource on the client side

I'm trying to present a file in a client side javascript viewer. The file is originally stored in Azure storage. I can't display the file in the viewer using the remote Azure URL due to CORS. So ...
1
vote
2answers
125 views

Python Azure blob storage upload file bigger then 64 MB

From the sample code, I can upload 64MB, without any problem: myblob = open(r'task1.txt', 'r').read() blob_service.put_blob('mycontainer', 'myblob', myblob, x_ms_blob_type='BlockBlob') What ...
0
votes
1answer
49 views

Lucene .NET 3 and Azure: unable to complete indexing

I'm trying to use the latest version of Lucene.NET (applied to my project via NuGet) in an Azure web role. The original web application (MVC4) has been created to be able to run in a traditional web ...
1
vote
0answers
17 views

How do I add new information to the database?

I am working with the following code. I have set up the form, models, and controllers necessary to add an item. I know the code works because after entering text into the text field I am redirect to ...
0
votes
2answers
89 views

Setting the Azure Trace logging switch - why in 2 places and not 1?

While trying to figure out how to get log information for an Azure Web/Worker role, lots of posts suggest that I need to set my configuration settings in -two- places. 1 Configure .config file ...
0
votes
3answers
37 views

How to download and save large file from window azure?

I have a large file on window azure and I want to download and save it on my disk. The maximum time for each link on window azure is 60 minutes. If I dowload directly base on link, maybe it isn't ...
0
votes
1answer
35 views

Why is azure storage queue access so slow when unit testing?

I ran into some difficulty trying to use unit testing with live Azure Storage Queues, and kept writing simpler and simpler examples to try and isolate the problem. In a nutshell, here is what seems ...
1
vote
2answers
36 views

Any iOS core lib can upload blob to windows azure storage?

Windows azure SDK-ios only for mobileService,I want to upload something to storage in iOS app. Have any core lib to do this?
0
votes
0answers
256 views

How to avoid implicit adding of “If-Modified-Since” and “If-None-Match” HTTP headers to NSURLRequest

I create NSURLRequest and don't setup it the "If-Modified-Since" and "If-None-Match" header values, but after debugging and sniffing traffic I see that they are set automatically. For me it does ...
0
votes
0answers
32 views

Can't show Debug output on Visual Studio 2012

I tried to configure the storage for my debugging data in Azure Storage by following the instructions in this page (source). After doing this the outputs from Diagnostics like Debug.WriteLine stopped ...
0
votes
0answers
65 views

Windows Azure custom domain setup with Cloudflare

I'm trying to setup custom domain for newly created Windows Azure website. I bought new domain name yesterday. Set the name servers to CloudFlare's one. I have added two CNAME records - 1. with ...
0
votes
1answer
39 views

C# Class Can't Use for Azure?

I am new to the windows azure world, I am trying to send an item to the SQL DB and track it by a specific "usrID" to then hopefully update it. Right now I also have a class: public class Item { ...

1 2 3 4 5 21