title | description | author | ms.author | ms.reviewer | ms.date | ms.service | ms.topic |
---|---|---|---|---|---|---|---|
Deploying Azure SQL Edge on turbines in a Contoso wind farm | This tutorial shows you how to use Azure SQL Edge for wake-detection on the turbines in a Contoso wind farm. | kendalvandyke | kendalv | randolphwest | 09/21/2024 | azure-sql-edge | tutorial |
[!INCLUDE retirement-notice]
Note
Azure SQL Edge no longer supports the ARM64 platform.
The Wind Turbine Demo for Azure SQL Edge is based on Contoso Renewable Energy, a wind turbine farm that uses SQL Edge for data processing onboard the generator.
This demo walks you through resolving an alert being raised because of wind turbulence being detected at the device. You'll train a model and deploy it to SQL Edge, which corrects the detected wind wake and ultimately optimizes power output.
Azure SQL Edge - renewable Energy demo video on Channel 9:
[!VIDEO https://learn.microsoft.com/shows/Data-Exposed/Azure-SQL-Edge-Demo-Renewable-Energy/player]
Git is used to copy all files from the demo to your local computer.
- Install Git.
- Open a command prompt and navigate to a folder where the repo should be downloaded.
- Issue the command
git clone 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.