Skip to content

Commit ca4a496

Browse files
author
stevestein
committed
edits and metadata
1 parent 727308f commit ca4a496

27 files changed

+114
-114
lines changed

articles/azure-sql-edge/alter-external-stream-transact-sql.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: "ALTER EXTERNAL STREAM (Transact-SQL)"
3-
description: Learn about the ALTER EXTERNAL STREAM statement in Azure SQL Edge Preview
2+
title: ALTER EXTERNAL STREAM (Transact-SQL) - Azure SQL Edge (Preview)
3+
description: Learn about the ALTER EXTERNAL STREAM statement in Azure SQL Edge (Preview)
44
keywords:
55
services: sql-database-edge
66
ms.service: sql-database-edge
77
ms.topic: conceptual
88
author: SQLSourabh
99
ms.author: sourabha
1010
ms.reviewer: sstein
11-
ms.date: 05/04/2020
11+
ms.date: 05/19/2020
1212
---
1313

1414
# ALTER EXTERNAL STREAM (Transact-SQL)
@@ -31,7 +31,7 @@ Modifies the definition of an External Stream. Modifying an External Stream that
3131

3232
## Arguments
3333

34-
For details on the Alter External Stream T-SQL command arguments refer [CREATE EXTERNAL STREAM (Transact-SQL)](create-external-stream-transact-sql.md)
34+
For details on the Alter External Stream command arguments, see [CREATE EXTERNAL STREAM (Transact-SQL)](create-external-stream-transact-sql.md).
3535

3636
## Return code values
3737

articles/azure-sql-edge/backup-restore.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Backup and restore databases in Azure SQL Edge Preview
3-
description: Learn about backup and restore capabilities in Azure SQL Edge Preview
2+
title: Backup and restore databases - Azure SQL Edge (Preview)
3+
description: Learn about backup and restore capabilities in Azure SQL Edge (Preview)
44
keywords:
55
services: sql-database-edge
66
ms.service: sql-database-edge
@@ -11,7 +11,7 @@ ms.reviewer: sstein
1111
ms.date: 05/19/2020
1212
---
1313

14-
# Backup and Restore databases in Azure SQL Edge Preview
14+
# Backup and Restore databases in Azure SQL Edge (Preview)
1515

1616
Azure SQL Edge is built on the latest versions of the Microsoft SQL Server Database Engine on Linux, providing similar backup and restore database capabilities as those available in SQL Server on Linux and SQL Server running in containers. Backup and restore component provides an essential safeguard for protecting data stored in your Azure SQL Edge databases. To minimize the risk of catastrophic data loss, it's recommended that you back up your databases periodically to preserve modifications to your data on a regular basis. A well-planned backup and restore strategy helps protect databases against data loss caused by a variety of failures. Test your strategy by restoring a set of backups and then recovering your database to prepare you to respond effectively to a disaster.
1717

articles/azure-sql-edge/configure-replication.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: Configure replication to Azure SQL Edge Preview
3-
description: Learn about configuring replication to Azure SQL Edge
2+
title: Configure replication to Azure SQL Edge (Preview)
3+
description: Learn about configuring replication to Azure SQL Edge (Preview)
44
keywords:
55
services: sql-database-edge
66
ms.service: sql-database-edge
77
ms.topic: conceptual
88
author: SQLSourabh
99
ms.author: sourabha
1010
ms.reviewer: sstein
11-
ms.date: 04/28/2020
11+
ms.date: 05/19/2020
1212
---
1313

14-
# Configure replication to Azure SQL Edge Preview
14+
# Configure replication to Azure SQL Edge (Preview)
1515

1616
Azure SQL Edge instance can be configured as the push subscriber for a one-way transactional replication or snapshot replication. Azure SQL Edge instance cannot act as the publisher or the distributor for a transactional replication configuration. Merge Replication, P2P Replication, Oracle Publishing are not supported with Azure SQL Edge.
1717

articles/azure-sql-edge/configure.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: Configure Azure SQL Edge Preview
3-
description: Learn about configuring Azure SQL Edge Preview
2+
title: Configure Azure SQL Edge (Preview)
3+
description: Learn about configuring Azure SQL Edge (Preview)
44
keywords:
55
services: sql-database-edge
66
ms.service: sql-database-edge
77
ms.topic: conceptual
88
author: SQLSourabh
99
ms.author: sourabha
1010
ms.reviewer: sstein
11-
ms.date: 05/05/2020
11+
ms.date: 05/19/2020
1212
---
1313

14-
# Configure Azure SQL Edge Preview
14+
# Configure Azure SQL Edge (Preview)
1515

1616
Azure SQL Edge supports configuration through one of the following two options:
1717

articles/azure-sql-edge/connect.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: Connect and query Azure SQL Edge Preview
3-
description: Learn about connecting and querying Azure SQL Edge Preview
2+
title: Connect and query Azure SQL Edge (Preview)
3+
description: Learn about connecting and querying Azure SQL Edge (Preview)
44
keywords:
55
services: sql-database-edge
66
ms.service: sql-database-edge
77
ms.topic: conceptual
88
author: SQLSourabh
99
ms.author: sourabha
1010
ms.reviewer: sstein
11-
ms.date: 04/28/2020
11+
ms.date: 05/19/2020
1212
---
1313

14-
# Connect and Query Azure SQL Edge Preview
14+
# Connect and Query Azure SQL Edge (Preview)
1515

1616
After deploying Azure SQL Edge container, you can connect to the SQL database engine from any of the following locations.
1717

articles/azure-sql-edge/create-external-stream-transact-sql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: "CREATE EXTERNAL STREAM (Transact-SQL)"
3-
description: Learn about the CREATE EXTERNAL STREAM statement in Azure SQL Edge Preview
2+
title: CREATE EXTERNAL STREAM (Transact-SQL) - Azure SQL Edge (Preview)
3+
description: Learn about the CREATE EXTERNAL STREAM statement in Azure SQL Edge (Preview)
44
keywords:
55
services: sql-database-edge
66
ms.service: sql-database-edge
77
ms.topic: conceptual
88
author: SQLSourabh
99
ms.author: sourabha
1010
ms.reviewer: sstein
11-
ms.date: 05/06/2020
11+
ms.date: 05/19/2020
1212
---
1313

1414
# CREATE EXTERNAL STREAM (Transact-SQL)

articles/azure-sql-edge/create-stream-analytics-job.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: Create a T-SQL Streaming job in Azure SQL Edge Preview
3-
description: Learn about creating Stream Analytics jobs in Azure SQL Edge Preview
2+
title: Create a T-SQL Streaming job in Azure SQL Edge (Preview)
3+
description: Learn about creating Stream Analytics jobs in Azure SQL Edge (Preview)
44
keywords:
55
services: sql-database-edge
66
ms.service: sql-database-edge
77
ms.topic: conceptual
88
author: SQLSourabh
99
ms.author: sourabha
1010
ms.reviewer: sstein
11-
ms.date: 04/28/2020
11+
ms.date: 05/19/2020
1212
---
1313

14-
# Create Stream Analytics job in Azure SQL Edge Preview
14+
# Create Stream Analytics job in Azure SQL Edge (Preview)
1515

16-
This article explains how to create a T-SQL Streaming job in Azure SQL Edge preview. To create a streaming job in SQL Edge, the following steps are needed
16+
This article explains how to create a T-SQL Streaming job in Azure SQL Edge (Preview). To create a streaming job in SQL Edge, the following steps are needed
1717

1818
1. Create the external stream input and output objects
1919
2. Define the streaming job query as part of the streaming job creation.
@@ -204,5 +204,5 @@ The streaming job can be in any one of the following statuses
204204

205205
## Next Steps
206206

207-
- View metadata associated with streaming jobs in Azure SQL Edge Preview
208-
- Create an External Stream
207+
- View metadata associated with streaming jobs in Azure SQL Edge (Preview)
208+
- [Create an External Stream](create-external-stream-transact-sql.md)

articles/azure-sql-edge/date-bucket-tsql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Date_Bucket (Transact-SQL) - Azure SQL Edge
3-
description: Learn about using Date_Bucket in SQL Edge
2+
title: Date_Bucket (Transact-SQL) - Azure SQL Edge (Preview)
3+
description: Learn about using Date_Bucket in Azure SQL Edge (Preview)
44
keywords: Date_Bucket, SQL Edge
55
services: sql-database-edge
66
ms.service: sql-database-edge
77
ms.topic: reference
88
author: SQLSourabh
99
ms.author: sourabha
1010
ms.reviewer: sstein
11-
ms.date: 05/03/2019
11+
ms.date: 05/19/2019
1212
---
1313

1414
# Date_Bucket (Transact-SQL)

articles/azure-sql-edge/deploy-onnx.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
---
2-
title: Deploy and make predictions with ONNX in SQL Edge Preview
3-
description: Learn how to train a model, convert it to ONNX, deploy it to Azure SQL Edge Preview, and then run native PREDICT on data using the uploaded ONNX model.
2+
title: Deploy and make predictions with ONNX in Azure SQL Edge (Preview)
3+
description: Learn how to train a model, convert it to ONNX, deploy it to Azure SQL Edge (Preview), and then run native PREDICT on data using the uploaded ONNX model.
44
keywords: deploy SQL Edge
55
services: sql-database-edge
66
ms.service: sql-database-edge
77
ms.subservice: machine-learning
88
ms.topic: conceptual
99
author: dphansen
1010
ms.author: davidph
11-
ms.date: 04/23/2020
11+
ms.date: 05/19/2020
1212
---
1313

14-
# Deploy and make predictions with an ONNX model in SQL Edge Preview
14+
# Deploy and make predictions with an ONNX model in Azure SQL Edge (Preview)
1515

16-
In this quickstart, you'll learn how to train a model, convert it to ONNX, deploy it to Azure SQL Edge Preview, and then run native PREDICT on data using the uploaded ONNX model. For more information, see [Machine learning and AI with ONNX in SQL Edge Preview](onnx-overview.md).
16+
In this quickstart, you'll learn how to train a model, convert it to ONNX, deploy it to Azure SQL Edge (Preview), and then run native PREDICT on data using the uploaded ONNX model. For more information, see [Machine learning and AI with ONNX in SQL Edge (Preview)](onnx-overview.md).
1717

1818
This quickstart is based on **scikit-learn** and uses the [Boston Housing dataset](https://scikit-learn.org/stable/modules/generated/sklearn.datasets.load_boston.html).
1919

2020
## Before you begin
2121

22-
* If you haven't deployed an Azure SQL Edge module, follow the steps of [deploy SQL Edge Preview using the Azure portal](deploy-portal.md).
22+
* If you haven't deployed an Azure SQL Edge module, follow the steps of [deploy SQL Edge (Preview) using the Azure portal](deploy-portal.md).
2323

2424
* Install [Azure Data Studio](https://docs.microsoft.com/sql/azure-data-studio/download).
2525

articles/azure-sql-edge/deploy-portal.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: Deploy SQL Edge Preview using the Azure portal | Microsoft Docs
3-
description: Learn how to deploy Azure SQL Edge using the Azure portal
2+
title: Deploy Azure SQL Edge (Preview) using the Azure portal
3+
description: Learn how to deploy Azure SQL Edge (Preview) using the Azure portal
44
keywords: deploy SQL Edge
55
services: sql-database-edge
66
ms.service: sql-database-edge
77
ms.topic: conceptual
88
author: SQLSourabh
99
ms.author: sourabha
1010
ms.reviewer: sstein
11-
ms.date: 11/04/2019
11+
ms.date: 05/19/2020
1212
---
1313

14-
# Deploy Azure SQL Edge Preview
14+
# Deploy Azure SQL Edge (Preview)
1515

16-
Azure SQL Edge Preview is a relational database engine optimized for IoT and Azure IoT Edge deployments. It provides capabilities to create a high-performance data storage and processing layer for IoT applications and solutions. This quickstart shows you how to get started with creating an Azure SQL Edge module through Azure IoT Edge using the Azure portal.
16+
Azure SQL Edge (Preview) is a relational database engine optimized for IoT and Azure IoT Edge deployments. It provides capabilities to create a high-performance data storage and processing layer for IoT applications and solutions. This quickstart shows you how to get started with creating an Azure SQL Edge module through Azure IoT Edge using the Azure portal.
1717

1818
## Before you begin
1919

@@ -114,4 +114,4 @@ In this quickstart, you deployed a SQL Edge Module on an IoT Edge device.
114114
## Next Steps
115115

116116
- [Machine Learning and Artificial Intelligence with ONNX in SQL Edge](onnx-overview.md).
117-
- Building an end to end IoT Solution with SQL Edge using IoT Edge.
117+
- Building an end to end IoT Solution with SQL Edge using IoT Edge.

0 commit comments

Comments
 (0)