Windows Azure is a Platform as a Service (PaaS) and Infrastructure as a Service (IaaS) cloud computing platform by Microsoft. Users of the platform can deploy their applications onto cloud hosting benefiting from on-demand service, elastic scale, and a highly managed environment on a pay-as-you-go ...
0
votes
0answers
3 views
Unable to RDP to Windows Azure Svc VM (RDP enabled, RDP endpoint configured)
I've seen multiple articles discussing how to configure your RDP settings via visual studio, credential caching via the RDP program, and yet we still have a problem.
I've also seen articles saying ...
0
votes
0answers
3 views
(400) Bad Request when using New-AzureVM commandlet
I've successfully created a VM in Azure and used the following to export its settings and then remove the VM and Service:
export-azurevm -servicename "testautomation" -name "testautomation" -path ...
0
votes
0answers
3 views
Windows Azure - Deployed machine with SDK 2.0 suddenly wants SDK 1.8
We have a few cloud services deployed on Windows Azure that are using the Windows Azure SDK 2.0. All references to things like Microsoft.ServiceBus, Microsoft.WindowsAzure.Storage, ...
0
votes
1answer
13 views
How to check whether dedicated cache worker role is available or not?
Check availability of dedicated cache worker role, before putting data.
DataCache dc = new DataCache("MarginCache");
dc.Put("test",test);
It throws exception if cache role is not available.
0
votes
1answer
14 views
How to view Azure logs?
I pushed a Python web app to Azure. It worked on my computer, but not on Azure. To debug it, I'd like to read what the app printed on Azure. How can I view Azure's logs?
Were it Heroku, I'd run ...
1
vote
1answer
9 views
How to get .publishsettings for Web Deployable Web Role?
I enabled the Web Deploy feature for my Web Role and deployed it.
But how can I get hold of the .publishsettings file so I can create a Publishing Profile for it?
This 2 year old article states that ...
1
vote
1answer
27 views
StorageException: Blob data corrupted. Incorrect number of bytes received - is this a bug in my code or azure server problems?
I am getting the occasional exception downloading block blobs in Azure.
The exception message goes like this:
StorageException: Blob data corrupted. Incorrect number of bytes received
My questions ...
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
22 views
MVC 4 EF 5 Code First and deploying to azure cause twice seeding
I am trying to add my website with database created by entity framework code first to azure. Everything seems ok but data which I had in Seed I have twice. I tried to wrote steps which I did:
I ...
1
vote
3answers
15 views
Azure: Unable to start cloud service running vbs startup task
For some specific purpose, I need to install some fonts on the instances. It comes as no surprise when I choose StartUp Task to accomplish that goal. I've configured the Service Definitions as below:
...
1
vote
1answer
10 views
Building a Module for Windows Azure Cloud Services?
I once saw a article of how to create a Module for Windows Azure Cloud Services, such you could just import it in the ServiceDefinition.csdef
I cant find it now and been googeling for all kinds of ...
0
votes
0answers
30 views
Json.NET is ridiculously slow when deployed to Windows Azure?
My MVC4 project's using Json.NET Version 5.0.6 to de/serialize DTO objects for communicating with worker roles.
Everything is fine when debug locally, the de/serialization take about only 60-100ms. ...
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:
...
-1
votes
0answers
14 views
file load exception prblem in mvc project
I am trying to run a project on my system (the project is in mvc and azure ).
i am able to build the project but it is showing error on run time .the error message is as following :-
Could not load ...