Windows Azure Storage is a highly-scalable, durable, cloud-based storage platform providing four core services: Blobs, Tables, Queues, and Azure Drives.
2
votes
0answers
14 views
Why 505 Http Version Not Supported on public WiFi?
I've been getting a 505 'Http Version Not Support' whilst trying to access Azure storage recently. It took me a while to figure out that it was only happening on public WiFi (e.g. First Great Western, ...
0
votes
0answers
8 views
Using Titanium with Windows Azure
I want to integrate Windows Azure Services within the app created in Titanium, same as we use to do with eclipse for Android. I am newbie working with Titanium. Please help me providing some useful ...
1
vote
1answer
15 views
Web Role local storage URI
I have a local storage folder, called TempStore, set up on my Web Role instances.
Is it possible to expose files as a URI from my local storage?
E.g:
...
0
votes
1answer
23 views
azure mobile service - Hosting Images
I've been using the Azure Mobile Service for the last 4 months and I'm very happy with the results.I can create and maintain a backend service with no issues.
The only thing I did not find how to ...
0
votes
1answer
25 views
How to recover data deleted from Azure table on Azure Table Storage
I have delete all data from Azure table accidentally . Now i want to recover the all data If is there any way to recover. please let me Know.
any help appreciate
When i was try click on Query But ...
1
vote
1answer
18 views
Where to save temp files for windows azure website, and access them from worker role?
I have a website were users upload some images and then do some processes on these images then the user will download these images, and I have a windows app which delete these images based on a ...
-1
votes
1answer
42 views
Android: not able to successfully implement AsyncTask
My progress dialog just flashes and closes as soon as my activity starts. It does not remain till the background task finishes.
Actually, what I want to do is:
as soon as the activity starts, ...
1
vote
1answer
32 views
Azure storage sdk v1.3 to v2 => SetConfigurationSettingPublisher
How could you convert this in Azure storage v2.0 since "SetConfigurationSettingPublisher" was deleted ?
CloudStorageAccount.SetConfigurationSettingPublisher(
( configName, configSetter ) =>
{
...
-2
votes
0answers
42 views
found money in windows azure [on hold]
i wanted to register in free trial, i entered all my information, and i pay $1 but was surprised that pressed the record came up to me the wrong payment information .. Entered my MasterCard account ( ...
3
votes
2answers
44 views
Securing Azure blob for only one user?
How do I secure a blob for only one user?
There are three options I can think of:
1) Shared access policy with a short expiry.
- The link to the blob is accessible from anywhere for that expiry ...
1
vote
1answer
34 views
Why new Azure Storage Client Library 2.0 has poor query performance compare to legacy TableServiceQuery?
I just do the proof of concept to measure performance improvement for new Azure Storage Client Library 2.0 and its legacy TableServiceQuery.
After run the result, I'm surprise! Instead of Azure SCL ...
1
vote
1answer
34 views
Android: Not able to make generic class
I've not worked with Generics before. Now it's the time, when I ought to create a generic class, else my code length will become bigger and more difficult to understand.
This is how records are ...
1
vote
1answer
21 views
Swap between Azure Colated Caching and InProc
I have setup the Web Roles to use colocated caching. The problem is that during development we don't want to have to run the emulator all the time (as it is quite cumbersome).
Running our web ...
0
votes
1answer
17 views
Where to get ServiceRuntime and Diagnostics v2.0.0.0?
Where do I get the following references for my project:
Microsoft.WindowsAzure.ServiceRuntime v2.0.0.0
Microsoft.WindowsAzure.Diagnostics v2.0.0.0
I only have version 1.8.0.0 of these and I cannot ...
0
votes
1answer
24 views
Container name for media asset on Azure Media Services
How do I set the name of the container when creating an asset for Windows Azure Media Services?
Calling my CloudMediaContext like this to create a new asset creates a new container in blob storage ...