Skip to content

Commit dbf8ece

Browse files
author
stevestein
committed
sqledge - update for name change
1 parent 7919826 commit dbf8ece

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

articles/azure-sql-edge/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.date: 05/05/2020
1515

1616
Azure SQL Edge Preview is an optimized relational database engine geared for IoT and IoT Edge deployments. It provides capabilities to create a high-performance data storage and processing layer for IoT applications and solutions. Azure SQL Edge provides capabilities to stream, process, and analyze relational and non-relational such as JSON, graph and time-series data, which makes it the right choice for a variety of modern IoT applications.
1717

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.
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/azure-sql-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

2020
> [!NOTE]
2121
> Azure SQL Edge is currently in Preview and as such should NOT be used in production environments.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Azure SQL Edge exposes two optional parameters through the `module twin's desire
3232
|Field | Description |
3333
|------|-------------|
3434
| SqlPackage | Azure Blob storage URI for the *.zip file that contains the SQL Database DAC package.
35-
| ASAJobInfo | Azure Blob storage URI for the ASA Edge job. For more information, see [Publishing an ASA Edge job for SQL Edge](/azure/sql-database-edge/stream-analytics#using-streaming-jobs-with-sql-database-edge).
35+
| ASAJobInfo | Azure Blob storage URI for the ASA Edge job. For more information, see [Publishing an ASA Edge job for SQL Edge](#using-streaming-jobs-with-sql-edge).
3636

3737
## Using SQL Database DAC packages with SQL Edge
3838

articles/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ productDirectory:
695695
azureCategories:
696696
- databases
697697
- iot
698-
url: sql-database-edge/index.yml
698+
url: azure-sql-edge/index.yml
699699
# Card
700700
- title: Table Storage
701701
summary: NoSQL key-value store using semi-structured datasets

bread/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -795,9 +795,9 @@
795795
- name: SQL Database
796796
tocHref: /azure/sql-database/
797797
topicHref: /azure/sql-database/
798-
- name: SQL Database Edge
799-
tocHref: /azure/sql-database-edge/
800-
topicHref: /azure/sql-database-edge/
798+
- name: Azure SQL Edge
799+
tocHref: /azure/azure-sql-edge/
800+
topicHref: /azure/azure-sql-edge/
801801
- name: SQL Server Stretch Database
802802
tocHref: /azure/sql-server-stretch-database/
803803
topicHref: /azure/sql-server-stretch-database/

0 commit comments

Comments
 (0)