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
108 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
857 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
159 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 ...
3
votes
0answers
107 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
130 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
116 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 ...
2
votes
0answers
148 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
40 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
315 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
183 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
81 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
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 ...
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 ...
1
vote
0answers
68 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
82 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
52 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
100 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
120 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
160 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
45 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
538 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
169 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
248 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
258 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
458 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
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
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
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
36 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
10 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
196 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
54 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
42 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
30 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
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
0answers
141 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
39 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
94 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
59 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
41 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
239 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
44 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
22 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
128 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
60 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
65 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
27 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
93 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
28 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
138 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 ...

