title | description | keywords | services | ms.service | ms.topic | author | ms.author | ms.reviewer | ms.date |
---|---|---|---|---|---|---|---|---|---|
Deploying Azure SQL Edge on turbines in a Contoso wind farm |
In this tutorial, you'll use Azure SQL Edge for wake-detection on the turbines in a Contoso wind farm. |
sql-edge |
sql-edge |
tutorial |
kendalvandyke |
kendalv |
jroth |
12/18/2020 |
This Azure SQL Edge demo is based on a Contoso Renewable Energy, a wind turbine farm that uses SQL DB edge for data processing onboard the generator.
This demo will walk you through resolving an alert being raised because of wind turbulence being detected at the device. You will train a model and deploy it to SQL DB Edge that will correct the detected wind wake and ultimately optimize power output.
Azure SQL Edge - renewable Energy demo video on Channel 9:
[!VIDEO /shows/Data-Exposed/Azure-SQL-Edge-Demo-Renewable-Energy/player]
Git will be used to copy all files from the demo to your local computer.
- Install git from here.
- Open a command prompt and navigate to a folder where the repo should be downloaded.
- Issue the command https://github.com/microsoft/sql-server-samples.git.
- Navigate to 'sql-server-samples\samples\demos\azure-sql-edge-demos\Wind Turbine Demo' in the location where the repository is cloned.
- Follow the instructions in README.md to set up the demo environment and execute the demo.