Skip to content

Commit 9032517

Browse files
authored
Merge pull request #113989 from SQLSourabh/patch-6
Update overview.md
2 parents a5d77dd + 04061fe commit 9032517

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

articles/azure-sql-edge/overview.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: conceptual
88
author: SQLSourabh
99
ms.author: sourabha
1010
ms.reviewer: sstein
11-
ms.date: 03/24/2020
11+
ms.date: 05/05/2020
1212
---
1313

1414
# What is Azure SQL Edge Preview?
@@ -17,6 +17,9 @@ Azure SQL Edge Preview is an optimized relational database engine geared for IoT
1717

1818
Azure SQL Edge is built on the latest versions of the [Microsoft SQL Server Database Engine](/sql/sql-server/sql-server-technical-documentation?toc=/azure/sql-database-edge/toc.json), which provides industry-leading performance, security and query processing capabilities. Since, Azure SQL Edge is built on the same engine as SQL Server and Azure SQL Database, it provides the same T-SQL programming surface area that makes development of applications or solutions easier and faster, and at the same time makes application portability between IoT Edge devices, data centers and the cloud straight forward.
1919

20+
> [!NOTE]
21+
> Azure SQL Edge is currently in Preview and as such should NOT be used in production environments.
22+
2023
## Deployment Models
2124

2225
Azure SQL Edge is available on the Azure Marketplace and can be deployed as a module for [Azure IoT Edge](../iot-edge/about-iot-edge.md). For more information, see [Deploy Azure SQL Edge](deploy-portal.md).<br>
@@ -37,13 +40,15 @@ SQL Edge is available with three different editions or software plans. These edi
3740
Azure SQL Database is currently in preview. For more information on the pricing and availability, see [Azure SQL Edge](https://azure.microsoft.com/services/sql-database-edge/).
3841

3942
> [!IMPORTANT]
40-
> To understand the feature differences between Azure SQL Edge and SQL Server, as well as the differences among different Azure SQL Edge options, see [SQL Edge Database features](https://azure.microsoft.com/services/sql-database-edge/).
43+
> To understand the feature differences between Azure SQL Edge and SQL Server, as well as the differences among different Azure SQL Edge options, see [SQL Edge Database features](features.md).
4144
4245
## Streaming Capabilities
4346

44-
Azure SQL Edge provides built in streaming capabilities for real-time analytics and complex event-processing. The streaming capability is built using the same constructs as [Azure Stream Analytics](../stream-analytics/stream-analytics-introduction.md) and provides similar capabilities as [Azure Stream Analytics on IoT Edge](../stream-analytics/stream-analytics-edge.md).
47+
Azure SQL Edge provides built in streaming capabilities for real-time analytics and complex event-processing. The streaming capability is built using the same constructs as [Azure Stream Analytics](../stream-analytics/stream-analytics-introduction.md) and similar capabilities as [Azure Stream Analytics on IoT Edge](../stream-analytics/stream-analytics-edge.md).
48+
49+
The streaming engine for Azure SQL Edge is designed for low-latency, resiliency, efficient use of bandwidth and compliance.
4550

46-
The streaming engine for Azure SQL Edge is designed for low-latency, resiliency, efficient use of bandwidth and compliance.
51+
For more information on data streaming in SQL Edge, refer [Data Streaming](stream-data.md)
4752

4853
## Machine Learning and Artificial Intelligence Capabilities
4954

@@ -63,7 +68,7 @@ Azure SQL Edge makes developing and maintaining applications easier and more pro
6368
## Next steps
6469

6570
- For pricing and availability-related details, see [Azure SQL Edge](https://azure.microsoft.com/services/sql-database-edge/).
66-
- Request to enable Azure SQL Edge for your subscription.
6771
- To get started, see the following:
6872
- [Deploy SQL Edge through Azure portal](deploy-portal.md)
6973
- [Machine Learning and Artificial Intelligence with SQL Edge](onnx-overview.md)
74+
- [Building an end-to-end IoT solution with SQL Edge](onnx-demo.md)

0 commit comments

Comments
 (0)