Questions tagged [azure-emulator]

51 questions
6
votes
0 answers

Unable to connect to cosmos db emulator Mongo API 3.6

I am able to connect to the standard MongoAPI 3.2 version with python as well as Robo 3T after executing the startup with the following: CosmosDb.Emulator.exe /EnableMongoDbEndpoint However when starting the emulator with: CosmosDb.Emulator.exe…
6
votes
5 answers

Failed to debug the Windows Azure Cloud Service Project. The output directory does not exist. / Azure SDK 2.3 / VS 2013

I have Azure SDK 2.3 installed on my Windows 7 machine. The target .Net framework is set to 4.0. I'm able to upgrade my solution to Azure SDK 2.3 and build with no problems. However, when I try to run the solution, I get the following error: Failed…
4
votes
1 answer

Azure Cosmos DB Emulator: Unauthorized after upgrate to 2.9.2

I upgraded Azure Cosmos DB Emulator to 2.9.2 Before 2.9.2 works like a charm but now, leaving out that I lost the data but that was expected (and I'm not complain), in the Explorer section I got this two errors Error while querying offers: …
MGS
  • 71
  • 7
4
votes
1 answer

Azure StorageException when using emulated storage (within documented constraints)

Our application performs several batches of TableBatchOperation. We ensure that each of these table batch operations has 100 or fewer table operations table operations for one entity partition key only Along the lines of the following: …
eddiewould
  • 1,555
  • 16
  • 36
4
votes
1 answer

Running WebJobs on Azure Emulator

I'm trying to getting Webjobs to run locally, with the Azure emulator, but it's generating an exception. I only found old posts (from early 2015) of saying the Azure emulator does not support local execution due to some unsupported Blob…
Niclas
  • 1,306
  • 5
  • 15
  • 28
3
votes
0 answers

How to define the endpoint of the azure-cosmos-db-emulator-docker

I'm using the azure-cosmos-db-emulator-docker and every time my computer reboot, I have a new EndPoint address, so I need to update my web.config with the new URL. I didn't find how, but I want to know if it's possible to define an EndPoint URL to…
3
votes
0 answers

Role built for the platform is incompatible with windows azure compute emulator

Im trying to run a 32 bit appication on windows azure emulator I changed the project platfrom using configuration manager. but then im getting this error: Cannot start debugging. The Role built for the platform is incompatible with windows azure…
Nikitesh
  • 1,287
  • 1
  • 17
  • 38
3
votes
2 answers

azure emulator not starting for web role if node_modules directory exists

I think I just stumbled on a really weird problem. I have a pretty big solution including one azure project with 3 roles, two worker and one web role. The web role is based on asp.net mvc and web api. After experimenting with gulp yesterday (for…
Pharao2k
  • 685
  • 4
  • 24
3
votes
0 answers

How to start Azure emulator at custom domain?

Every time I launch the Azure emulator, it points to http://127.0.0.1. This doesn't work for me because I use Facebook log in, which doesn't support numbers. So what I've done is this: I set 'mydomain.com' as my domain for my Facebook app. I set…
Leon Cullens
  • 12,276
  • 10
  • 51
  • 85
2
votes
2 answers

How to emulate Azure File Storage on Local Machine?

I want to integrate and test Azure File Storage from my Web application, and before deploying it to the environment (where an Azure Shared folder is provisioned), I would like to test it on my local. I have a docker container running Azurite on my…
2
votes
2 answers

Azure Emulator stuck

I'm working on azure WorkerRole project in VS2015, SDK 2.9. The role works good in cloud, but when i'm trying to run it locally with FullEmulator, role can't be started: [fabric] Role Instance: …
2
votes
1 answer

Exception when running Azure Cloud Project

I have created an azure cloud project in visual studio. 1) Used the "Convert to Azure" feature. 2) Added a Https endpoint and certificate. Attempting to run the project with the azure emulator locally "without debug" the emulator hangs. If I run…
TBD
  • 771
  • 1
  • 11
  • 27
2
votes
1 answer

Is it possible to get Windows Azure SDK 1.7 projects to run in 2.3 emulator?

Installed Windows Azure SDK 2.3 on my dev machine and now an older VS 2010 Azure 1.7 SDK solution (June 2012) fails to launch with the following error: Windows Azure Tools: Error: The installed Windows Azure Emulator does not support the role…
2
votes
1 answer

Azure emulator deployment dll location

From which folder does Azure emulator load the dlls for a web/worker role deployed to it? Does it use all the DLLs from the bin folder of my solution? I am running into an issue with the emulator loading the wrong version of a dll and I am trying to…
infinity
  • 1,900
  • 4
  • 29
  • 48
1
vote
2 answers

Azure local development set up - cache, queue, documentdb

There are two azure emulators supporting local development, "azure storage emulator" supporting queue, cache, blob etc while "azure documentdb emulator" supporting documentdb. Before, we have everything in one mssql database, take snapshot of the…
1
2 3 4