Skip to content

Commit eda4571

Browse files
authored
Merge pull request #114294 from stevestein/sql-edge-5.7.1
sqledge - update for name change
2 parents b31ebeb + 03c09e0 commit eda4571

File tree

6 files changed

+12
-17
lines changed

6 files changed

+12
-17
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Azure SQL Edge Preview is a relational database engine optimized for IoT and Azu
1919

2020
* If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/).
2121
* Sign in to the [Azure portal](https://portal.azure.com/).
22-
* Submit a request [here](https://azure.microsoft.com/services/sql-database-edge/#contact), to have the subscription enabled for deployment of SQL Edge.
2322
* Create an [Azure IoT Hub](../iot-hub/iot-hub-create-through-portal.md).
2423
* Register an [IoT Edge Device from the Azure portal](../iot-edge/how-to-register-device-portal.md).
2524
* Prepare the IoT Edge device to [deploy IoT Edge module from the Azure portal](../iot-edge/how-to-deploy-modules-portal.md).

articles/azure-sql-edge/overview.md

Lines changed: 6 additions & 8 deletions
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.
@@ -37,10 +37,10 @@ SQL Edge is available with three different editions or software plans. These edi
3737

3838
## Pricing and Availability
3939

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/).
40+
Azure SQL Edge is currently in preview. For more information on the pricing and availability, see [Azure SQL Edge](https://azure.microsoft.com/services/sql-database-edge/).
4141

4242
> [!IMPORTANT]
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).
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 [Supported features of Azure SQL Edge](features.md).
4444
4545
## Streaming Capabilities
4646

@@ -67,8 +67,6 @@ Azure SQL Edge makes developing and maintaining applications easier and more pro
6767

6868
## Next steps
6969

70-
- For pricing and availability-related details, see [Azure SQL Edge](https://azure.microsoft.com/services/sql-database-edge/).
71-
- To get started, see the following:
72-
- [Deploy SQL Edge through Azure portal](deploy-portal.md)
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)
70+
- [Deploy SQL Edge through Azure portal](deploy-portal.md)
71+
- [Machine Learning and Artificial Intelligence with SQL Edge](onnx-overview.md)
72+
- [Building an end-to-end IoT solution with SQL Edge](onnx-demo.md)

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

Lines changed: 1 addition & 3 deletions
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

@@ -171,6 +171,4 @@ To deploy the streaming job to the SQL Edge module, update the SQL Edge module c
171171

172172
## Next steps
173173

174-
- For pricing and availability details, see [Azure SQL Edge](https://azure.microsoft.com/services/sql-database-edge/).
175-
- Request enabling Azure SQL Edge for your subscription.
176174
- To get started, see [Deploy SQL Edge through Azure portal](deploy-portal.md).

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

articles/iot-edge/tutorial-store-data-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Before beginning this tutorial, you should have gone through the previous tutori
3737

3838
* A free or standard-tier [IoT Hub](../iot-hub/iot-hub-create-through-portal.md) in Azure.
3939
* An AMD64 [Linux device running Azure IoT Edge](quickstart-linux.md).
40-
* ARM devices, like Raspberry Pis, cannot run SQL Server. If you want to use SQL on an ARM device, you can sign up to try [Azure SQL Edge](https://azure.microsoft.com/services/sql-database-edge/) in preview.
40+
* ARM devices, like Raspberry Pis, cannot run SQL Server. If you want to use SQL on an ARM device, you can sign up to try [Azure SQL Edge](https://azure.microsoft.com/services/azure-sql-edge/) in preview.
4141
* A container registry, like [Azure Container Registry](https://docs.microsoft.com/azure/container-registry/).
4242
* [Visual Studio Code](https://code.visualstudio.com/) configured with the [Azure IoT Tools](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools).
4343
* [Docker CE](https://docs.docker.com/install/) configured to run Linux containers.

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)