Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.74 KB

tutorial-renewable-energy-demo.md

File metadata and controls

36 lines (26 loc) · 1.74 KB
titledescriptionauthorms.authorms.reviewerms.datems.servicems.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

Use Azure SQL Edge to build smarter renewable resources

[!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]

Set up the demo on your local computer

Git is used to copy all files from the demo to your local computer.

  1. Install Git.
  2. Open a command prompt and navigate to a folder where the repo should be downloaded.
  3. Issue the command git clone https://github.com/microsoft/sql-server-samples.git.
  4. Navigate to sql-server-samples\samples\demos\azure-sql-edge-demos\Wind Turbine Demo in the location where the repository is cloned.
  5. Follow the instructions in README.md to set up the demo environment and execute the demo.
close