azure-storage-emulator

Azure storage emulator cannot connect to LocalDB

风流意气都作罢 提交于 2019-12-06 09:44:58
I have a problem with the Azure storage emulator, which refuses to connect to LocalDb. It used to work just fine before I created an ODBC connection to it using the named pipe. What happened: I needed to access the data in my database from Mathematica, so I generated an ODBC connection. ODBC could not connect to (localdb)\v11.0, so I used a named pipe instead. Since then, Azure has stopped to work. I upgraded to SDK2.0, but it did not help. I tried to run DSInit.exe, but I get: Found SQL Instance (localdb)\v11.0. Creating database DevelopmentStorageDb20 on SQL instance '(localdb)\v11.0'.

How to start Windows Azure Storage Emulator V3.0 from code

自作多情 提交于 2019-12-04 07:35:16
Since I installed the new Windows Azure SDK 2.3 I got a warning from csrun: "DevStore interaction through CSRun has been depricated. Use WAStorageEmulator.exe instead." So there are two questions: 1) How to start the new storage emulator correctly from code? 2) How to determine from code if the storage emulator is already running? I found the solution myself. Here is my C# code. The old code used for SDK 2.2 is commented out. public static void StartStorageEmulator() { //var count = Process.GetProcessesByName("DSServiceLDB").Length; //if (count == 0) // ExecuteCSRun("/devstore:start"); var

windows azure development storage blob service not starting

大城市里の小女人 提交于 2019-12-03 15:14:50
问题 When I start development storage emulator, I get an error The process cannot access the file because it is being used by another process I guess this is happening only for BLOB, other services i.e. Queue and Tables start successfully What could be the problem? I am using Azure SDK v1.4 回答1: Stop BitTorrent. In my experience, this error is usually a port conflict, and BitTorrent does typically grab port 10000. If it's not BitTorrent, look for other apps that might be holding on to port 10000.

How to clear Azure Storage Emulator Data from command line?

不想你离开。 提交于 2019-12-03 09:46:20
My solution is using Azure Emulator. I would like to clear the Azure Storage Emulator Blobs , Queues and Tables without having to perform manual actions. I need to be able to do it from command line, preferably PowerShell. Server Explorer in Visual Studio 2015, Azure-node: AzureStorageEmulator.exe help returns the following commands: AzureStorageEmulator.exe init: Initialize the emulator database and configuration. AzureStorageEmulator.exe start: Start the emulator. AzureStorageEmulator.exe stop: Stop the emulator. AzureStorageEmulator.exe status: Get current emulator status.

Azure DevOps Hosted Build Controller - Is the Azure Storage Emulator supported?

◇◆丶佛笑我妖孽 提交于 2019-11-29 09:32:22
I'd like to run unit / integration tests that utilise the Azure Storage Emulator rather than real storage from a Azure DevOps build. The emulator is installed on the Hosted Build Controller as part of the Azure SDK in its usual place (C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator\AzureStorageEmulator.exe). However the emulator is in the uninitialised state on the Build Controller. When trying to run the command Init from the command line, I get the following error: This operation requires an interactive window station Is there an known workaround for this or plans to support the

Azure DevOps Hosted Build Controller - Is the Azure Storage Emulator supported?

守給你的承諾、 提交于 2019-11-28 02:59:26
问题 I'd like to run unit / integration tests that utilise the Azure Storage Emulator rather than real storage from a Azure DevOps build. The emulator is installed on the Hosted Build Controller as part of the Azure SDK in its usual place (C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator\AzureStorageEmulator.exe). However the emulator is in the uninitialised state on the Build Controller. When trying to run the command Init from the command line, I get the following error: This