|
1 | 1 | ---
|
2 | 2 | title: Deploying Azure SQL Edge on turbines in a Contoso wind farm
|
3 |
| -description: In this tutorial, you'll use Azure SQL Edge for wake-detection on the turbines in a Contoso wind farm. |
| 3 | +description: This tutorial shows you how to use Azure SQL Edge for wake-detection on the turbines in a Contoso wind farm. |
4 | 4 | author: kendalvandyke
|
5 | 5 | ms.author: kendalv
|
6 | 6 | ms.reviewer: randolphwest
|
7 |
| -ms.date: 12/18/2020 |
| 7 | +ms.date: 05/11/2023 |
8 | 8 | ms.service: sql-edge
|
9 | 9 | ms.topic: tutorial
|
10 |
| -services: sql-edge |
11 | 10 | ---
|
12 |
| -# Using Azure SQL Edge to build smarter renewable resources |
| 11 | +# Use Azure SQL Edge to build smarter renewable resources |
13 | 12 |
|
14 |
| -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. |
| 13 | +The [Wind Turbine Demo](https://github.com/microsoft/sql-server-samples/tree/master/samples/demos/azure-sql-edge-demos/Wind%20Turbine%20Demo) for Azure SQL Edge is based on Contoso Renewable Energy, a wind turbine farm that uses SQL Edge for data processing onboard the generator. |
15 | 14 |
|
16 |
| -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. |
| 15 | +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. |
17 | 16 |
|
18 | 17 | Azure SQL Edge - renewable Energy demo video on Channel 9:
|
| 18 | + |
| 19 | +<br /> |
| 20 | + |
19 | 21 | > [!VIDEO https://learn.microsoft.com/shows/Data-Exposed/Azure-SQL-Edge-Demo-Renewable-Energy/player]
|
20 | 22 |
|
21 |
| -## Setting up the demo on your local computer |
22 |
| -Git will be used to copy all files from the demo to your local computer. |
| 23 | +## Set up the demo on your local computer |
| 24 | + |
| 25 | +Git is used to copy all files from the demo to your local computer. |
23 | 26 |
|
24 |
| -1. Install git from [here](https://git-scm.com/download). |
25 |
| -2. Open a command prompt and navigate to a folder where the repo should be downloaded. |
26 |
| -3. Issue the command https://github.com/microsoft/sql-server-samples.git. |
27 |
| -4. Navigate to **'sql-server-samples\samples\demos\azure-sql-edge-demos\Wind Turbine Demo'** in the location where the repository is cloned. |
28 |
| -5. Follow the instructions in README.md to set up the demo environment and execute the demo. |
| 27 | +1. Install [Git](https://git-scm.com/download). |
| 28 | +1. Open a command prompt and navigate to a folder where the repo should be downloaded. |
| 29 | +1. Issue the command `git clone https://github.com/microsoft/sql-server-samples.git`. |
| 30 | +1. Navigate to `sql-server-samples\samples\demos\azure-sql-edge-demos\Wind Turbine Demo` in the location where the repository is cloned. |
| 31 | +1. Follow the instructions in `README.md` to set up the demo environment and execute the demo. |
0 commit comments