Windows Azure Storage is a highly-scalable, durable, cloud-based storage platform providing four core services: Blobs, Tables, Queues, and Azure Drives.
4
votes
0answers
103 views
October Azure SDK broken when inserting a string with a trailing space
Has anyone worked out a fix for this problem. When using the storage emulator and inserting a row into table storage then the row insert fails if there is a space at end of the field.
This was ...
3
votes
0answers
647 views
Could not commit Hibernate transaction; nested exception is org.hibernate.Transaction Exception: JDBC commit failed
I am using Windows Azure SQL Server in my application when i connect to application it shows following error.
org.springframework.transaction.TransactionSystemException: Could not commit Hibernate ...
3
votes
0answers
101 views
Development environment DistributedCache.RoutingClient error
I'm having an issue that seems to frequently occur in the middle of my development environment.
iisexpress.exe Error: 0 : ERROR: <DistributedCache.RoutingClient> ...
2
votes
0answers
109 views
Unable to upcast from CloudBlockBlob to CloudBlob
I must be missing something obvious here, but I find myself unable to do an upcast which I thought was legal. I am trying to upload data to Blob storage in Azure, and would like to use the method ...
2
votes
0answers
130 views
How can I resolve a reference when its .NET dependency has a version mismatch?
I am trying to include the WindowsAzure.Storage library in my Windows Phone 8 project, but it cannot resolve the reference because of this error:
Warning 3 The primary reference ...
2
votes
0answers
148 views
Azure Abstraction Library: What are the differences and reccomendation between Lokad and CloudFx?
Between Lokad and CloudFx, we are considering which framework will best support continued rapid development of high quality and scalable cloud solutions on Windows Azure. Lokad and CloudFx both seem ...
2
votes
0answers
38 views
Cannot add messages to Azure emulator from Java process
I have a java process which needs to communicate with an Azure C# application via storage queues.
When running in Azure Web, the java process is able to read and write messages to storage queues.
...
2
votes
0answers
299 views
How to generate multiple temporary access URLs for the same Azure blob?
We are developing different client apps that use files in the Cloud. Files must be stored safely in the Cloud with a secure authorize access. Also it must be possible for several client apps to read ...
2
votes
0answers
179 views
304 Status code for my Azure CDN images hosted in Azure Blob Storage
My images are stored in azure blob storage and referenced through my web application using my azure CDN. However all images return a 304 response header. Ideally I dont want the browser to return to ...
2
votes
0answers
80 views
How to track individual objects, that are out of order, and then Joining() the consecutive ones?
I'll start by saying is going to be a little tougher than blindly joining byte[] together.
My big picture goal is to optimize an application that currently uploads many 512byte pages to a web ...
1
vote
0answers
63 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 ...
1
vote
0answers
52 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
0answers
61 views
How to use the blob storage service from ios?
In my application I need to use the Windows Azure services to store the data for that I am using this:http://www.windowsazure.com/en-us/develop/mobile/tutorials/get-started-with-data-ios/ sdk for ...
1
vote
0answers
44 views
how to link css file to aspx in azure host?
I have asp.net app that I am trying to upload to azure host.
first I have try to link in the traditional way with Css folder and link to it
<link ...
1
vote
0answers
88 views
Resizing an image on the server then uploading to azure
I have the following function which I use to upload files to an azure storage account.
As you will see it does no kind of resizing etc:
public string UploadToCloud(FileUpload fup, string ...
1
vote
0answers
92 views
Azure diagnostics logs not copied to storage account
I am new to the Azure platform and simply trying to pull my IIS logs into my storage account.
When running locally and using the storage emulator, I can see the logs without issue. However, when ...
1
vote
0answers
101 views
Migrate asp.net web site and error WAT070 on window azure sdk
I try to follow this link for migrate asp.net site to windows azure.After Convert to Web Application when I try to debug I got a following error.
Error 106 WAT070 : The referenced assembly ...
1
vote
0answers
144 views
Best practices and test cases for Lucene.Net Custom Directory Implementation
I'm relatively new to Lucene.Net and still lack a good judgement as to what makes a reliable, production grade extensibility implementations, specifically for custom directory. Currently, I'm looking ...
1
vote
0answers
41 views
Where are Azure Crash Dumps located?
I have uploaded a hosted service to Azure. I am running a web role and a worker role. The autoscaling block is within the worker role. In Azure storage it automatically created a container called ...
1
vote
0answers
530 views
The remote server returned an error: NotFound. From Windows Phone Simulator when doing HTTP Post request With HttpWebRequest
OK. Been using this code for a while now but all of a sudden today it started giving me the "The remote server returned an error: NotFound." error.
My Blob Storage container is configured to be ...
1
vote
0answers
149 views
accssing blob storage by php
I am not a php developer and it is my first time working with php. I am assigned to a project to move it to Windows Azure. the application is php ( I think it is old php because there is no classes or ...
1
vote
0answers
232 views
Being Throttled by Azure Service Bus
I'm getting the below exception in Windows Azure when I attempt to retrieve messages from the service bus.
Microsoft.ServiceBus.Messaging.ServerBusyException: The request was
terminated because ...
1
vote
0answers
247 views
Exception:“The value for one of the HTTP headers is not in the correct format”
Hello guys I have a problem .... I have already created a queue but I need to create another queue so I write this code:
CloudStorageAccount storageAccount =
CloudStorageAccount.parse ...
1
vote
0answers
448 views
Windows Azure Drive - Access Denied Exception
I am trying to write a test WCF service which writes image files into Azure Drive storage:
Below is the code I have written:
var storageAccount = ...
0
votes
0answers
17 views
jClouds Windows Azure Blob store, put document get URL
Is there a smart way to achieve following using jCloud API
1.Document in URL out
2.URL in Document Out
Right now I have following code
Blob blob = ...
0
votes
0answers
8 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 ...
0
votes
0answers
10 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
0answers
76 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
27 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
0answers
23 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 ...
0
votes
0answers
21 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
29 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
0answers
64 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 ...
0
votes
0answers
21 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
0answers
69 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
0answers
41 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
0answers
30 views
CSUPLOAD- Azure Disk not visible in disks after uploaded on azure storage
I am facing issue in CSUpload – Add-Disk command,
I am uploading a .VHD file from On Premise to Azure storage.
CSUpload is completed 100%- but further processing is pending. After that processing ...
0
votes
0answers
197 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?
...
0
votes
0answers
40 views
embed access database in asp.net(C#)
im using access database in my asp.net website. the connection string runs successfully in local. But when my website is hosted the database in not getting connected. Any help from experts are ...
0
votes
0answers
16 views
When does CloudBlockBlob.ReleaseLease() Method throws a StorageException
When does CloudBlockBlob.ReleaseLease() Method throws a StorageException. I am using this method passing LeaseId in accessCondition, and I am getting a 409 (conflict) exception back.
Is source code ...
0
votes
0answers
107 views
Upload Images to Windows Azure Storage Using PHP SDK
I am trying to upload the image selected by the user to the Windows Azure Blob Storage.
I have a form to allow the user to select the file:
<input type="file" name="file_up" id="file_up" multiple ...
0
votes
0answers
56 views
Table storage: $top broken after migration to Azure 1.8 SDK?
I use Data Services to query Azure Tables.
In 1.7 version of SDK any query to a table that had top > 1000 would be split into several queries and correct top was calculated for each one. For example ...
0
votes
0answers
52 views
JS and CSS dont work from Windows Azure CDN, while they load just fine in RoR app
I have a rails app that uses jammit to compress and package assets and I'm hosting the app on heroku. I recently moved all the js and css files to windows azure CDN. All the js and css files are ...
0
votes
0answers
23 views
DrupalAzureStorageStreamWrapper::_getStorageClient() should compatible with Microsoft_WindowsAzure Blob_Stream on Apache server
I am getting this error once enable the window azure blob in drupal 7 on apache server.Its runing good on IIS server well.
Strict warning: Declaration of ...
0
votes
0answers
85 views
What is the best/simplest way to connect my Silverlight 5 web-app to a Windows Azure database?
I have a fairly simple project in progress where I create a very basic upload/download capable Silverlight 5 app to upload a user-selected file from their local machine to an Azure database. After ...
0
votes
0answers
27 views
windows azure tables in windows phone
Adding entity to azure tables is working for adding first entity only,if we are trying to add other entity it is raising an exception like System.NotSupportedException was unhandled.
My code is
var ...
0
votes
0answers
125 views
Upload file to ftp from blob storage
I have files stored at azure blob. Now i want to transfer file directly form blob to ftp server.
I have tried this:
WebClient wc = new WebClient();
Uri uriadd = new ...
0
votes
0answers
45 views
How do I secure my Windows Azure shared-cache security tokens (dataCacheClients) from being visible in my git repository?
I am using Windows Azure web sites (no web role or worker role) for a while now. Access to SQL Azure and Blob Storage even Shared Cache is working fine.
To secure my ConnectionString it was possible ...
0
votes
0answers
43 views
How to use REST CGI Library to download file from azure storage
I am looking for some sample code to download blob from windows azure by using c++/REST CGI library.
Thank
0
votes
0answers
45 views
Azure Storage Authentication/Authorization per user
Is there any way I can set a granular control over who can see an image from azure storage?
In a normal IIS WebSite I just need to write some lines in web.config and all the content is secure only ...

