azure-compute-emulator Questions
4
Solved
So I've been trying to create a simple azure function, that would be an http trigger "CreateUser".
I did an other http trigger to simplify what's wrong, it looks fairly simple :
using System.Net;
...
Ombudsman asked 11/4, 2018 at 8:18
0
In my build pipelines I'd like to take .cspkg package and use csrun utility to spin up the service locally in Azure Emulator and run some E2E tests against it. Is it possible to run .cspkg as it is...
Exploiter asked 30/12, 2016 at 13:15
3
Solved
After installation of windows update on 10th February 2016, the azure roles are not starting in emulator (Full/Express).
The logs show below
[00005748:00006624, 2016/02/14, 12:03:24.391, FATAL] Ro...
Viscid asked 14/2, 2016 at 12:34
3
Solved
I am getting the infamous "Role Instances are taking longer than expected" error when trying to start my Azure project with a single Worker Role. It used to work before, it started failing without ...
Mcmichael asked 16/10, 2014 at 18:45
2
Solved
After installing Azure SDK 2.5 (side by side with 2.4 and 2.2), I cannot run my 2.2 projects locally. I'm getting the following error:
Windows Azure Tools: Error: The installed Microsoft Azure C...
Squirmy asked 8/3, 2015 at 14:29
2
I have some problems with Azure Compute Emulator not restarting properly. To resolve this I want to add csrun /devfabric:stop call to a pre-build step in Visual Studio solution.
The problem is csr...
Winston asked 4/10, 2011 at 12:16
3
I have Azure SDK 1.6, WIF, Nuget 1.5, Azure Mobile Toolkik, Visual Studio Ultimate 2010 sp1, Windows Phone SDK 7.1 and many other latest sdk.
I tried two sample, the Tweet your blob from azure tool...
Nitrate asked 1/12, 2011 at 1:28
2
When I run my Azure project I get every 20 seconds or so this message in my output:
Microsoft.WindowsAzure.ServiceRuntime Verbose: 500 : Role instance status check starting
Microsoft.WindowsAzu...
Kuhlmann asked 22/12, 2011 at 11:59
3
Solved
I'm trying to test the Azue diagnostic monitor in a cloud solution with a single asp.net application.
I get an exception every time I try to start the diagnostics monitor:
CloudStorageAccount ac...
Isola asked 14/2, 2011 at 16:43
1
Solved
I am writing our Azure app to use Azure service configuration settings so we can change it in real time. I can test it by deploying and then changing them in the Azure web portal.
How do I allow c...
Cleopatracleopatre asked 31/8, 2012 at 13:7
2
Solved
I need to involve some markup and javascript people to help development team on azure asp.net MVC project.
Essentially what I need is for each person to run a local instance of the azure applicat...
Instanter asked 23/11, 2011 at 15:51
4
Solved
How can I reliability detect whether my Azure application is running in development fabric and not in 'the cloud' ?
RoleEnvironment.IsAvailable is true for both. I want something that is true in o...
Weepy asked 26/5, 2010 at 17:32
1
Solved
How can I automate a deployment to Azure Compute Emulator?
We're going down the path of setting up internal QA environments to "host" our Azure apps for testing and have decided to try to do this ...
Neurath asked 26/8, 2011 at 20:16
2
Solved
I've been reading around and it seems that there are some differences between the dev fabric and a production windows azure cloud fabric but nowhere can I find a list of what is capable on the dev ...
Chape asked 14/6, 2011 at 19:46
3
Solved
Starting out with Windows Azure, but how do I know which is better to handle web-traffic and a background processor. Would 2x extra small instances be better or a single small instance.
If I were...
Boogie asked 3/6, 2011 at 7:5
4
Solved
Using MVC3 and I'd like to determine if I am running locally or deployed to the cloud?
Coed asked 28/5, 2011 at 10:3
1
Solved
I have a WCF service and a WorkerRole that I need to run at the same time. However, I can only set one of them as the StartUp project.
What could be done?
Frenchify asked 27/5, 2011 at 1:36
1
© 2022 - 2024 — McMap. All rights reserved.