Questions tagged [azure-compute-emulator]

Used to test the service locally before you deploy the service to Windows Azure. Usually run with Azure Storage Emulator

95 questions
16
votes
3 answers

Windows Azure Compute Emulator Error

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 toolkit for wp7, and the following very basic sample…
SkyG
  • 275
  • 3
  • 11
16
votes
4 answers

How to detect that azure application is running in development fabric?

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 only one case. I'm asking this because I want users of…
Muhammad Hasan Khan
  • 33,106
  • 14
  • 80
  • 125
14
votes
3 answers

azure role not starting after windows update 10February

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] Role process exited with exit code of…
13
votes
4 answers

How can I determine if I am running locally on my PC or on the cloud?

Using MVC3 and I'd like to determine if I am running locally or deployed to the cloud?
TonyG
  • 1,505
  • 2
  • 13
  • 16
11
votes
2 answers

How to run Azure 2.2 project after installing Azure SDK 2.5

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 Compute Emulator does not support the role binaries.…
rony l
  • 5,152
  • 4
  • 31
  • 52
10
votes
3 answers

Azure - 2x extra small or a single small instance

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 to use a small instance, I would make the background…
Jason Jong
  • 4,140
  • 2
  • 21
  • 32
9
votes
2 answers

Disable WindowsAzure.ServiceRuntime verbose output

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.WindowsAzure.ServiceRuntime Verbose: 502 : Role instance status…
John Bauer
  • 91
  • 2
9
votes
1 answer

How can I test changing Azure service configuration settings at runtime locally?

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 changing service configuration in real time on my…
GraemeMiller
  • 11,434
  • 7
  • 52
  • 108
8
votes
2 answers

How to run application in azure emulator in development mode without visual studio

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 application to be able to make changes to content files…
achekh
  • 976
  • 6
  • 20
7
votes
2 answers

How do I deduce path to Azure SDK csrun.exe conveniently?

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 csrun.exe is located in C:\Program Files\Windows Azure…
sharptooth
  • 159,303
  • 82
  • 478
  • 911
7
votes
3 answers

I cannot start Azure Diagnostic Monitor

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 account =…
vtortola
  • 32,045
  • 25
  • 144
  • 246
7
votes
3 answers

Azure Functions - can't be invoked from Azure WebJobs SDK

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; using System.Net.Http; using…
Pierre Lartigau
  • 159
  • 1
  • 14
6
votes
1 answer

Automated deployment to Azure Emulator?

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 via the Azure Compute Emulator. (For now, we're using…
Jaxidian
  • 12,135
  • 7
  • 72
  • 117
6
votes
2 answers

What are the limitations of the Azure Development Fabric?

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 fabric and what isn't compared to the cloud fabric.…
Steven Evers
  • 15,439
  • 19
  • 73
  • 119
6
votes
1 answer

How can I debug multiple Azure roles in the Compute Emulator simultaneously?

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?
Dor
  • 892
  • 4
  • 21
1
2 3 4 5 6 7