This commit is contained in:
Ariel Aguilar 2016-04-22 17:00:57 -07:00
Родитель 469ed778d1
Коммит d1ce9d35be
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -3,15 +3,15 @@
## Local deployment IoT services
The build.cmd script in the repository builds the solution code and also deploys the required IoT services to your Azure subscription. Local deployment creates the following:
* IotHub - S1
* IotHub - S2
* DocumentDB - Standard
* Storage - Standard GRS
* Servicebus namespace/Eventhub
* Servicebus namespace/ 1 Eventhub - Basic throughput unit
* 3 Stream Analytics jobs
## Steps for local deployment
1. Use your Git client to pull the latest version of the solution from this repository.
2. Open a **Developer Command Prompt for VS2013 as an Administrator**
2. Open a **Developer Command Prompt for Visual Studio 2013 (or 2015) as an Administrator**
3. Navigate to the repository root directory.
4. Run `build.cmd local`
@ -23,4 +23,4 @@ This command will:
In addition it will save connection strings, end points, etc. in the local.config.user file, which git is setup to ignore (*.user files). When you start either the web site or the webjob project, the configuration these services need will be retrieved from this file as well.
## Running End to End
While debugging a single project will allow you to see the code flow for that project, the entire solution will not function unless you have an instance of the Web, Simulator.WebJob, and EventProcessor.WebJob projects all started in separate instances of visual studio.
While debugging a single project will allow you to see the code flow for that project, the entire solution will not function unless you have an instance of the Web, Simulator.WebJob, and EventProcessor.WebJob projects all started in separate instances of visual studio.