Windows Azure Storage is a highly-scalable, durable, cloud-based storage platform providing four core services: Blobs, Tables, Queues, and Azure Drives.
2
votes
1answer
26 views
Downloading files from javascript
I have a .NET web application that houses a large number of downloadable documents. I want to move these files offsite to Azure storage. However, given a particular file's URL, I need a way to ...
1
vote
1answer
21 views
Issues uploading VHD in Azure Powershell with Add-AzureVHD commandlet
I'm attempting what should be a pretty basic task. I've created a local VHD of a workstation template that I want to upload for use in my Azure environment. I'm working from Azure Powershell.
I've ...
0
votes
0answers
6 views
Fire Session_OnEnd using “Custom” session mode
I am using Azure Caching to store session state for that i have to change the Session mode to "Custom" from "InProc". It's working fine i am able to create and use sessions as well as session is ...
-1
votes
1answer
20 views
How many tables can you put in one windows azure storage account? [closed]
The documentation I see says that there can be "Many" tables in one storage account.
Does anyone actually know the limit?
0
votes
1answer
16 views
How to get the first frame of a video file stored in azure storage
I had to extract the first frame of a video files(mp4, wmv, mov) which is stored on azure storage as block blobs. I had to do this inside a httphandler then store it as byte buffer to a table on our ...
0
votes
1answer
14 views
Update Azure Staging deployment will create new url
I am using cloud service for my web application currently it is in development phase. My all updated code is on staging environment, I have create staging server on May 13, 2012. Now from last two ...
1
vote
2answers
33 views
Can't programmatically set permissions to blob container in Azure Storage
After creating a blob container with CreateIfNotExists(), I immediately call SetPermissions() to allow users public access to the blobs in the container, but not to the container itself.
Like so:
...
1
vote
1answer
25 views
Use caching in Windows Azure for Java web application
I am deploying a web application developed in Java over Microsoft Windows Azure.
How to use caching in Windows Azure for Java web application at configuration level?
I don't want to write any code ...
0
votes
1answer
18 views
Azure Queues: How to determing when the message invisibility timeout going to expire
In Azure Queues, Is there a way to find out when the message invisibility timeout going to expire. I want to check to see if the timeout's going to expire and extend if required.
0
votes
0answers
9 views
Organising Azure Media assets in Blob storage
I'm using Azure Media services to ingest/transcode and deliver content for a web application. The same web application uses Blob storage to store user assets.
As it stands, whenever I ingest a new ...
0
votes
1answer
37 views
Not able to update an entity of type string in azure table storage to null
I have user table which has an attribute called "PictureUri" of string type. By default its null and then i update it to some text. Later if i try to update it to null again, it doesnt happen. The ...
0
votes
0answers
59 views
Azure Table Storage, Cassandra or HBase for caching
Have a nice day!
I am developing site with a large number of users and contents, so I need to cache some data about their (in format like string key and serialized array or columns - millions rows). ...
0
votes
0answers
18 views
Saving images in Azure Blob Storage using Lightswitch 2012
I have a lightswitch application which currently stores all data in SQL Azure - including images. But I would like to keep the images separately in Azure Blob Storage and all non-binary data as it is. ...
0
votes
1answer
24 views
Window Azure Mobile Service throwing Exception
I am using window azure mobile service to enter data into database from my android application.
Everything was working fine but when i change the key of the portal account i am using to save data , ...
0
votes
2answers
19 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 ...
1
vote
2answers
33 views
Proper use of Azure storage. (When to use SQL, Tables and Blobs)
I am relatively new to Azure storage and have been implementing a solution for some time now.
And I keep hitting obstacles, making me feel that I'm not applying the right storage type for the data I'm ...
1
vote
1answer
39 views
Azure Media Services upload from HTML from
I have an MVC4 site allowing video to be uploaded. It's hosted on Azure as an Azure website.
As such I don't have access to any local storage in which to cache the Video before shipping it off to ...
1
vote
0answers
57 views
How can I download a file form Azure BLOB storage
I have large files already on my Azure BLOB storage. Now at the client side and using azure SDK v2.0 I can download the files a stream as described here.
My problem is: The SDK only allows me to ...
0
votes
1answer
51 views
How to evaluate valid Azure Blob Storage Container names? [closed]
Using a few hours debugging my application, I ended up finding that there are some limitations that I had not taken care of for the container naming.
You can see the limitations in the answer.
Code ...
1
vote
1answer
39 views
How can I access the automagically-created CLOUD_STORAGE_ACCOUNT connection string in Azure?
When you associate your website with a storage account, a connection string is automatically created in your configuration:
However, I can't figure out how to get this connection string at runtime. ...
0
votes
1answer
12 views
not applicable for the arguments azure
The method delete(Object, TableDeleteCallback) in the type
MobileServiceTableBase is not applicable for
the arguments (JsonObject, List>, new
TableDeleteCallback(){})
Error code above. ...
0
votes
0answers
16 views
Block blob storage uploading/downloading is very slow
I have created Azure Storage account in East US. I am uploading/downloading a ~10 MB file from Boston, US and Bangalore, India.
It takes 3 to 5 minutes from Bangalore and 15-25 seconds from Boston to ...
-1
votes
1answer
31 views
How to specify another domain?
I have own url. However, I cannot state this url after I have deployed my web site on Windows Azure. WindowsAzure gives me such address with addition: ".azurewebsites.net".
How to state my own ...
0
votes
0answers
38 views
Permission not permitted [duplicate]
i keep getting the error for Operation not permitted on IsolatedStorageFileStream
what's wrong with my code? did i left out anything? the error surface under uploadBtn line... i have look through ...
0
votes
1answer
41 views
How to deploy application in windows azure with text file?
I have created a mvc4 application with text file. I write some data in a file "ddd.txt". I wrote such address at my PC: "@D://Project//ddd.txt" and it worked finely. However, when I deploy my website ...
0
votes
0answers
19 views
Window Azure Mobile Service Dont allow Anding queries when using subStringOf in one query
I am using window azure mobile service to attach my sql database to android application i am making .
My problem is i have a situation where i have to call substring query based on some filtering .
...
0
votes
0answers
24 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 ...
-1
votes
1answer
39 views
Free hosting plan on windows azure [closed]
I am thinking about deploying my two webapps on azure. The only thing I want to know is how much RAM they offer in 3 months trial as my apps atleast requires 1GB of RAM. Kindly guide me.
Thanks
0
votes
1answer
103 views
Error in loading Azure Storage 2.0 — could not load Microsoft.Data.OData 5.0.2
My hosted service uses Azure Storage 2.0 (exactly 2.0.5.1 from Nuget). Under Visual Studio 2010 I had no problem. I switched to Visual Studio 2012 and now in some web site of my main web role I get ...
1
vote
1answer
53 views
Getting broken images from blob storage in Azure websites
My php code seems correct, (the part that talks to blob storage).
//talk to blob storage, get links, based on file name
$storageClient = ...
0
votes
0answers
59 views
Error creating the Web Proxy specified in the 'system.net/defaultProxy' configuration section. in asp.net web form using azure
I m developing this project which makes user to store in cloud. But it is showing following error when creating container in cloud.
StorageException was unhandled by user code
Error creating the Web ...
1
vote
2answers
42 views
Is it possible to have the Windows Azure emulator open the browser to a URL other than 127.0.0.1
Simple question but lots of meaning/discussion behind!!!
Is it possible to have the Windows Azure emulator open the browser to a URL other than 127.0.0.1 and port 81?
0
votes
0answers
20 views
How to solve Exception in windows-azure storage- Exception from HRESULT: 0x80131040
Error Is::
Could not load file or assembly 'Microsoft.Data.OData, Version=5.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest ...
0
votes
1answer
48 views
Azure Mobile Server Script - Get column value from another table
I'm working with Azure Mobile Services. I've got two tables and what I'm trying to do is to grab a column value from TableA, by checking where it matches with a column value from TableB when I run an ...
0
votes
2answers
18 views
Local Storage Error in Windows Azure
I'm having a problem when I start the Azure Storage Emulator:
I have tried to do the tips in the url informed into the window, but nothing is working. Anyone can help?
0
votes
0answers
66 views
Create cloud blob client
This is my code:
string storageAccount = "MYACCOUNT";
string storageKey = "MYKEY";
string blobServiceUri = "http://MYACCOUNG.blob.core.windows.net";
CloudBlobClient blobClient;
public Page2() ...
0
votes
1answer
42 views
Add references to my WP8 C# project
I want to add references, like windowsazure.storage to my WP8 C# project, but i keep getting this error:
A reference to higher version or incompatible assembly cannot be added
to the project
...
1
vote
1answer
62 views
Why Azure Table Storage has a different DateTime.MinValue limit than .NET
.NET DateTime.MinValue is 1/1/0001, however Windows Azure Table Storage does not accept this value, because it has a different lower limit: CloudTableClient.MinSupportedDateTime.
Why there is such a ...
1
vote
1answer
53 views
How to do a bulk insert using WCF in a Worker Role
I have a WCF running in a Worker Role with a method that does an insert in Tables.
I have a lot of clients that will access this method to insert data in Tables, but I really need performance on ...
0
votes
1answer
44 views
Windows Azure Security? [closed]
I am looking to develop a website and deploy this on Windows Azure.
It will have a website front end, coupled with a MongoDB and storage.
The website will take various members details, profile ...
0
votes
1answer
104 views
Exception when trying to connect to SQL Azure Database
I am completely new to Windows Azure.
I currently have a local db for my .NET application. I have created an azure account along with a relevant SQL Azure Database.
I am working on adding the C# ...
0
votes
1answer
90 views
Windows phone 8 image uploading to windows azure
I want to upload Image from my windows phone 8 application to azure , I have searched a
lot and found various solutions in windows phone 7 all are using
"Phone.Storage"
, but when I try to ...
0
votes
1answer
70 views
Windows Azure storage emulator Failed to covert date time string to valid time stamp
I'm a newbi of Windows Azure. I'm developing a simple asp.net FileManager Portal wich use Windows Azure storage. I haven't an account on windows azure portal, so I tried to use storage emulator. ...
0
votes
0answers
35 views
Save image in Windows Azure Mobile service
Anyone who can help me how to save images in Windows Azure Mobile service from an iOS client?
I have one table with primary keys and want so save items. But I also want to store images from my app.
...
0
votes
2answers
80 views
Optimize Windows Azure Table Storage?
I have about 28GB of Data-In for a little over 13.5 million rows stored in Windows Azure Table Storage.
6 Columns, all ints except 1 decimal and 1 datetime.
Partition Key is about 10 characters long.
...
0
votes
1answer
81 views
Checking if container and blob exist in Azure Blob Storage using built in Exists method
I found this extension method to check Blob storage exists
Testing Existence of a Windows Azure Blob
Checking if a blob exists in Azure Storage
However, I found similar build in utility methods ...
1
vote
0answers
49 views
Issue using authentication provider in azure mobile services
I am trying to log in to Azure Mobile Service using the authentication token but getting this error: "The authentication token's signature was malformed or signed by a different key." I am using ...
1
vote
2answers
56 views
Azure REST WebClient PUT Blob
I'm trying to simply upload a new blob to an Azure Storage countainer using WebClient like this :
var sas = "[a new generated sas with Read, Write, List & Delete permissions]";
var sData = "This ...
0
votes
1answer
42 views
How can I view how many rows I have in each table in Windows Azure Table Storage?
Maybe I overlooked this in the Windows Azure Portal, but I can't find how many rows I currently have per table.
If I query for it, I assume a transaction cost will be incurred. Is there a way to ...
-1
votes
0answers
54 views
How to fetch data from in-built database in asp.net web form application [closed]
I'm making asp.net web form project which includes storage sharing over cloud (Azure) using Visual Studio 2012. I'm facing problem in accessing the in-built database of web form i.e the membership ...





