Use Azure SQL Edge to build smarter renewable resources
Important
Azure SQL Edge will be retired on September 30, 2025. For more information and migration options, see the 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.
Set up the demo on your local computer
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.