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 ...
1
vote
0answers
229 views
Azure + Nodejs 400 Bad Request when contentType=“application/json”
I have an Node.js, Express app that serves as an REST api for Emberjs RESTAdapter. I trying to get this working on Windows Azure. When Ember makes the HTTP request on "/examples/1" as below gives me a ...
1
vote
0answers
60 views
How to set up my windows azure account to support node js scripts?
I have been able to run the node js scripts on my local emulator thanks to iisnode. But when i publish my project to windows azure, the node js scripts dont work. Do i have to set up something on my ...
1
vote
0answers
106 views
Code first windows azure connection string
Here is my connection string:
<add name="FollowUpDatabase" connectionString="Server=tcp:yncm4e4uxp.database.windows.net,1433;Database=[FollowUp];User ...
1
vote
0answers
79 views
Moving EntityFramework database to Azure, MigrationHistory table is lost
I'm in the process of migrating our on-premises hosted ASP.NET application into the cloud and I'm running into an issue with the migration of my database.
We're using EF5 for database interaction and ...
1
vote
0answers
176 views
Azure debug with IIS express & VS2010 won't work anymore
I have a project with uses IIS Express as local development server but when starting a project with CTRL+F5 IIS express won't start anymore. I can't see IIS Express icon on taskbar. If I start without ...
1
vote
0answers
43 views
ZendService\WindowsAzure with zf2
I'm trying to install zendservice-windowsazure using composer. My composer.json looks like this:
{
"repositories": [{
"type": "pear",
"url": "http://pear.php.net"
},
{
...
1
vote
0answers
162 views
Unable to connect to azure VM instance after service restart
I am unable to connect to Azure VM instance of my service via Remote Desktop (connect option in the website). I am noticing this only after service restarts.
Any idea about this issue? And how to ...
1
vote
0answers
84 views
Whats the best approach to handle pessimistic concurrency in Azure Cache?
I am new to azure caching and facing one problem.
I will brief about the scenario first. We are using SQL Azure as DB for our application. To avoid the latency issues and Throttling issues we are ...
1
vote
0answers
60 views
The web publishing extension is not installed which is required to publish
I was tring to deploy an ASP.NET Web Application to a Windows Azure Web Site by following the tutorial through this link: https://www.windowsazure.com/en-us/develop/net/tutorials/get-started/
After ...
1
vote
0answers
73 views
Github -> Azure deploy dll used by another process
Unfortunately, due to issues with Azure's lack of EF 5 spatial support, I need to include the relevant DLL myself: related link
Once I included the SqlServerSpatial.dll I was able to complete ...
1
vote
0answers
136 views
Azure worker role won't start
I'm in alpha w/ a product using a backend worker role. The worker role worked about 2 weeks ago but recently I repushed some new stuff and everything seems to be OK except the worker role is not doing ...
1
vote
0answers
31 views
Why am I getting a server error '/' application for watk web sites and sql server?
I am using the WATK to learn development skills in VS2010 and Windows Azure. The training lab I am currently working on is "Windows Azure Web Sites and Virtual Machines using ASP.NET and SQL Server ...
1
vote
0answers
82 views
Azure Emulator Cache
Having an issue running a web role locally using the azure emulator. It hangs indefinitely and the only error I see is in the Application Server-Applications/Operational event logs. I've checked the ...
1
vote
0answers
68 views
How to get the unprocessed message count from a Windows Service Bus Subscription?
I'm working on a system that needs to auto scale worker processes which pull messages from a service bus topic for processing.
To do this I need to know the number of unprocessed messages for a given ...
1
vote
0answers
99 views
Button Event Code Behind not Firing on Azure
I have a fairly simple single page web application that I have fully tested locally. This application is a simple form submission, with the data being stored in a Azure Table Storage container.I have ...
1
vote
0answers
60 views
Avoiding debugger halt using Transient Fault Handling Application Block
I started using Transient Fault Handling Application Block (TFHAB) together with Azure Caching. It's easy to use but when in debugger, the error thrown within caching provider and passed out from ...
1
vote
0answers
33 views
VM migration on Azure
I wish to run a web server on Azure. My concern is whether Azure migrates virtual instances (VMs) between physical servers for performance optimization purposes and if so does it provide some kind of ...
1
vote
0answers
117 views
Azure Rest API: PutBlockList - Commit uncommitted blocks to a different blob?
I'm trying to do some automation by using the Azure Rest API (using win 8 app) to try to read a blob being written to by another worker role. This other logging worker role is "PUT"ting all these ...
1
vote
0answers
37 views
ASP .NET MVC3 emulate
I'm trying to get an ASP .NET 4 MVC 3 website into a web application with a roll to deploy it to azure. When I try to run it in emulator I get this:
Resolution of the dependency failed, type = ...
1
vote
0answers
62 views
Azure and Traditional Hosting / Distributed and Traditional Auth
In pursuit of building a ASP.NET MVC3 application-framework, I want to have an authentication mechanism that:
Supports SSO / federated security such as through OAuth or OpenID.
Also leaves room to ...
1
vote
0answers
40 views
Dedicated worker cache role stuck in busy only when using virtual network
I have an Azure service that contains a dedicated cache worker role.
When a NetworkConfiguration section is added to the cscfg file, which specifies our virtual network, the cache role does not ...
1
vote
0answers
60 views
DataCacheFactoryConfiguration using local memory only?
Is there anyway to configure DataCache provider to rely on local memory only for cache?
For performance reasons, bunch of my developers do not use Azure emulator when testing their Azure stuff, but ...
1
vote
0answers
48 views
Error running Azure emulator: Error 5048
I just moved from one machine to another, so everything is freshly installed (WIndows 7, VS 2012, SQL 2008, Azure 1.8, IIS) and I am getting the errors:
Site 1273337584 was disabled because the ...
1
vote
0answers
51 views
Azure: How do I disable the deployment an just create a package file?
We have a couple of cloud services and do a Continuous Delivery to a test environment via Team Build.
For the production environment, we have our own deployment powershell script. This script needs a ...
1
vote
0answers
51 views
Optimized way for Building DataTable and Bind to Gridview for XMLDocument
I have tried few methods to extract data from the resultant xml
<HostedService xmlns="http://schemas.microsoft.com/windowsazure">
<Url>hosted-service-url</Url>
...
1
vote
0answers
188 views
What is a HTTP Error 414 Request URI too long
I am working with windows azure table storage. I am trying to implement a insertorreplace operation on the tablestorage table. Like this:
...
1
vote
0answers
46 views
How can I access ConfigurationSettings using a PHP Cloud Service on Windows Azure?
I'd love to be able to access ConfigurationSettings from within a PHP application in a Windows Azure cloud service (web role), but I can't seem to make it work. I've got this configured in my ...
1
vote
0answers
145 views
UDP multicast in Windows Azure cloud service
Is there any support for multicast UDP within a Windows Azure cloud service? I've set up internal endpoints for the UDP protocol in my roles, but my guess is that they're only opened for the IP ...
1
vote
0answers
64 views
Do I need to Give Internet Permission to WP7?
I made a web api and have now hosted it on windows azure. I see my links are working(through browser and fiddler).
However my windows phone 7 app(that I am running through Vs 2010 in the emulator) no ...
1
vote
0answers
101 views
How to share WCF client credentials in ASP.NET amongst role instances in Azure?
This problem is a continuation of the caching of ChannelFactory in a session problem here:
Caching WCF ChannelFactory or client proxy in ASP.NET on Azure?
How can I share the credentials ...
1
vote
0answers
59 views
AZURE ACS associating identities with multiple logins
I am creating a webpage using Azure ACS, or "Windows Azure Active Directory Access Control" as it's also called.
I have managed to get this to work, and upon login I extract the claim information ...
1
vote
0answers
69 views
Using Azure ACS SWT on mobile clients, security concerns
So the mobile ACS sample requires that the Token Signing symmetric key is distributed out to all client devices.
How secure is this, really?
Couldn't a malicious SWT be created and signed using the ...
1
vote
0answers
88 views
Getting exception information from unhandled exception from external (running) process
I have an ASP.NET-based web app on Azure with a Web API. Yesterday, I started to get exceptions from the app whenever one of the API calls was invoked.
I don't have an exception logger intercepting ...
1
vote
0answers
121 views
Sporadic Redis TimeoutError from Heroku Rails app
We're running a rails app via heroku that connects to a windows azure VM, where I've set up a redis master/slave to act as a cache (slash quick reference data store). The problem is, we sporadically ...
1
vote
0answers
152 views
Error creating Web Service Client in Netbeans
I am trying to consume a WCF service deployed in Windows Azure from a Java Applet. When I create new Web Service Client in Netbeans, I got an error when processing "http://10.61.132.143/?xsd=xsd0":
...
1
vote
0answers
124 views
WCF on Azure can't hit SQL Azure database
Doing a very small test, Source Code
I have a database (SQLAzure) and I use EF5.
In my project I create :
A "Cloud" project with a "WCF WebRole"
A test project to test my DB on the local computer
...
1
vote
0answers
478 views
Consistently receiving “timeout period elapsed” from session state provider (Entity Framework) with SQL Azure
Consistently i am receiving an error from the session state module in ASP.NET 4.5 Windows Azure Web Role which points to a SQL Azure database. The session state module is using the dbcontext.
The ...
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
180 views
PerformanceCounter not working on WindowsAzure Cloud
I am using Visual Studio 2012 with Windows Azure Tools (October 2012).
I have WebService which does several things with to instances on Windows Azure Cloud.
This works fine.
Now I want to add a ...
1
vote
0answers
50 views
Windows Azure DataServiceRequestException on certain strings?
I recently "migrated" my azure application to Windows8. I'm getting some weird DataServiceRequestException when adding an object with AddObject() and calling SaveChanges() (immediately after or later ...
1
vote
0answers
127 views
Windows Azure PDT eclipse PHP Setting up
I am just starting with Windows Azure using PHP SDK. I installed Azure plugin in eclipse using this link. Got my Compute and Storage emulators running. Now when I try to run the new project using the ...
1
vote
0answers
114 views
Azure WASABi + custom AppDomains = System.DllNotFoundException
I have 2 workers and autoscaller (WASABi) in my app. Each worker computing some data in manually created AppDomains (AppDomain.CreateDomain() and so on). One domain is for one computing task.
...
1
vote
0answers
93 views
Allow WCF to work over REST HTTPS on Azure
I have a WCF based REST web service up and working over HTTP.
If I try to access it over HTTPS I get a 404 error. I need HTTPS to work properly, because the service will primarily handle state ...
1
vote
0answers
146 views
Role instances are taking longer than expected to start - Can't find solution is it a bug?
I've been through this post: Role instances are taking longer than expected to start - Is there a new solution to this problem?
But I can't find the answer why I am getting this error, the emulator ...
1
vote
0answers
147 views
How to use new Azure bing api translate with javascript
Before new bing API was released I could simply translate text on my website by using simply Javascript.
It looked like this:
function getTranslations() {
var languageFrom = ...
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
39 views
Load uncompiled user control / page from Azure Blob
I have published website on azure. Let say I have one new client subscribes so what i want to do add one customize page (aspx&aspx.cs) or user control files then I will upload it on azure blob ...
1
vote
0answers
61 views
Can continuation tokens be used for slightly different queries?
I am using azure table storage and I wanted to know if I could use continuation tokens (provided in the REST APIs response to a query) with a slightly different query.
Example:
Get $top=1 of the ...
1
vote
0answers
85 views
Windows Azure hanging on when starting without debugging
I'm currently running Azure SDK 1.6 and am having troubles starting the Azure instance locally without debugging.
It's hanging on "Starting the roles for the application in the Windows Azure compute ...
1
vote
0answers
39 views
Azure subscription type handling
I am currently in a pickle with how to handle in my application a unique scenario which is to offer a specific subscription type that will last only say 3 months and then after that time switch users ...


