Skip to content

Commit 9cbce69

Browse files
authored
Merge pull request #237827 from rwestMSFT/rw-0511-fix-109126
Refresh SQL Edge tutorial page and fix issue 109126
2 parents 92fd8ff + 1c51ae9 commit 9cbce69

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed
Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,31 @@
11
---
22
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.
44
author: kendalvandyke
55
ms.author: kendalv
66
ms.reviewer: randolphwest
7-
ms.date: 12/18/2020
7+
ms.date: 05/11/2023
88
ms.service: sql-edge
99
ms.topic: tutorial
10-
services: sql-edge
1110
---
12-
# Using Azure SQL Edge to build smarter renewable resources
11+
# Use Azure SQL Edge to build smarter renewable resources
1312

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.
1514

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.
1716

1817
Azure SQL Edge - renewable Energy demo video on Channel 9:
18+
19+
<br />
20+
1921
> [!VIDEO https://learn.microsoft.com/shows/Data-Exposed/Azure-SQL-Edge-Demo-Renewable-Energy/player]
2022
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.
2326

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

Comments
 (0)