You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-sql-edge/overview.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.topic: conceptual
8
8
author: SQLSourabh
9
9
ms.author: sourabha
10
10
ms.reviewer: sstein
11
-
ms.date: 03/24/2020
11
+
ms.date: 05/05/2020
12
12
---
13
13
14
14
# What is Azure SQL Edge Preview?
@@ -17,6 +17,9 @@ Azure SQL Edge Preview is an optimized relational database engine geared for IoT
17
17
18
18
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.
19
19
20
+
> [!NOTE]
21
+
> Azure SQL Edge is currently in Preview and as such should NOT be used in production environments.
22
+
20
23
## Deployment Models
21
24
22
25
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
37
40
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/).
38
41
39
42
> [!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).
41
44
42
45
## Streaming Capabilities
43
46
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.
45
50
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)
47
52
48
53
## Machine Learning and Artificial Intelligence Capabilities
49
54
@@ -63,7 +68,7 @@ Azure SQL Edge makes developing and maintaining applications easier and more pro
63
68
## Next steps
64
69
65
70
- 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.
67
71
- To get started, see the following:
68
72
-[Deploy SQL Edge through Azure portal](deploy-portal.md)
69
73
-[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