Updated Cloud Simulator (markdown)

Carl Brochu 2019-04-03 13:53:12 -07:00
Родитель ecd65a2e61
Коммит aa404e3413
1 изменённых файлов: 2 добавлений и 0 удалений

@ -86,6 +86,8 @@ The Cloud simulator provides data to an Event or IoT hub enabling developing rul
* Go to your Flow, in the input tab click "GetSchema" button. This will sample the data for the number of seconds specified and infer the schema of the incoming data. This will update your Flow's schema to match the generated data<br />
![Schema](./tutorials/images/GetSchema.PNG)<br/>
Your Flow schema will then take advantage of the new data coming in from the simulated data, and you'll be able to create rules and query it.
* Click "Deploy" button to save and run the Flow. <br />
![Deploy](./tutorials/images/Deploy.PNG)<br/>