Skip to content

Commit 605f1a7

Browse files
Merge pull request #287135 from rwestMSFT/rw-0921-retirement
[SCOPED] Retirement notice and related content
2 parents a0d0a54 + 7283182 commit 605f1a7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+209
-117
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ title: Back up and restore databases - Azure SQL Edge
33
description: Learn about backup and restore capabilities in Azure SQL Edge.
44
author: rwestMSFT
55
ms.author: randolphwest
6-
ms.date: 09/14/2023
6+
ms.date: 09/21/2024
77
ms.service: azure-sql-edge
88
ms.topic: conceptual
99
ms.custom: devx-track-azurepowershell
1010
---
1111
# Back up and restore databases in Azure SQL Edge
1212

13-
> [!IMPORTANT]
13+
[!INCLUDE [retirement-notice](includes/retirement-notice.md)]
14+
15+
> [!NOTE]
1416
> Azure SQL Edge no longer supports the ARM64 platform.
1517
1618
Azure SQL Edge is built on the latest versions of the Microsoft SQL Database Engine. It provides similar backup and restore database capabilities to SQL Server on Linux and SQL Server running in containers. The backup and restore component provides an essential safeguard for protecting data stored in your Azure SQL Edge databases.

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ title: Configure replication to Azure SQL Edge
33
description: Learn about configuring replication to Azure SQL Edge.
44
author: rwestMSFT
55
ms.author: randolphwest
6-
ms.date: 09/14/2023
6+
ms.date: 09/21/2024
77
ms.service: azure-sql-edge
88
ms.topic: conceptual
99
---
1010
# Configure replication to Azure SQL Edge
1111

12-
> [!IMPORTANT]
12+
[!INCLUDE [retirement-notice](includes/retirement-notice.md)]
13+
14+
> [!NOTE]
1315
> Azure SQL Edge no longer supports the ARM64 platform.
1416
1517
You can configure an instance of Azure SQL Edge as the push subscriber for one-way transactional replication or snapshot replication. This instance can't act as the publisher or the distributor for a transactional replication configuration. Azure SQL Edge doesn't support merge replication, peer-to-peer replication, or Oracle publishing.
@@ -79,7 +81,7 @@ Create a publication and a push subscription. For more information, see:
7981
- [Create a publication](/sql/relational-databases/replication/publish/create-a-publication)
8082
- [Create a push subscription](/sql/relational-databases/replication/create-a-push-subscription/) by using the Azure SQL Edge server name and IP as the subscriber (for example, **myEdgeinstance,1433**), and a database name on the Azure SQL Edge instance as the destination database (for example, **AdventureWorks**).
8183

82-
## Next steps
84+
## Related content
8385

8486
- [Create a publication](/sql/relational-databases/replication/publish/create-a-publication)
8587
- [Create a push subscription](/sql/relational-databases/replication/create-a-push-subscription/)

articles/azure-sql-edge/configure.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ title: Configure Azure SQL Edge
33
description: Learn about configuring Azure SQL Edge.
44
author: rwestMSFT
55
ms.author: randolphwest
6-
ms.date: 09/14/2023
6+
ms.date: 09/21/2024
77
ms.service: azure-sql-edge
88
ms.topic: conceptual
99
ms.custom:
1010
---
1111
# Configure Azure SQL Edge
1212

13-
> [!IMPORTANT]
13+
[!INCLUDE [retirement-notice](includes/retirement-notice.md)]
14+
15+
> [!NOTE]
1416
> Azure SQL Edge no longer supports the ARM64 platform.
1517
1618
Azure SQL Edge supports configuration through one of the following two options:
@@ -19,7 +21,7 @@ Azure SQL Edge supports configuration through one of the following two options:
1921
- An mssql.conf file placed in the /var/opt/mssql folder
2022

2123
> [!NOTE]
22-
> Setting environment variables overrides the settings specified in the mssql.conf file.
24+
> Setting environment variables overrides the settings specified in the `mssql.conf` file.
2325
2426
## Configure by using environment variables
2527

@@ -226,7 +228,7 @@ To remove a data volume container, use the `docker volume rm` command.
226228
> [!WARNING]
227229
> If you delete the data volume container, any Azure SQL Edge data in the container is *permanently* deleted.
228230
229-
## Next steps
231+
## Related content
230232
231233
- [Connect to Azure SQL Edge](connect.md)
232234
- [Build an end-to-end IoT solution with SQL Edge](tutorial-deploy-azure-resources.md)

articles/azure-sql-edge/connect.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ title: Connect and query Azure SQL Edge
33
description: Learn how to connect to and query Azure SQL Edge.
44
author: rwestMSFT
55
ms.author: randolphwest
6-
ms.date: 09/14/2023
6+
ms.date: 09/21/2024
77
ms.service: azure-sql-edge
88
ms.topic: conceptual
99
---
1010
# Connect and query Azure SQL Edge
1111

12-
> [!IMPORTANT]
12+
[!INCLUDE [retirement-notice](includes/retirement-notice.md)]
13+
14+
> [!NOTE]
1315
> Azure SQL Edge no longer supports the ARM64 platform.
1416
1517
In Azure SQL Edge, after you deploy a container, you can connect to the Database Engine from any of the following locations:
@@ -105,7 +107,7 @@ To connect to an instance of Azure SQL Edge by using Visual Studio Code on a Win
105107

106108
To connect to an instance of Azure SQL Edge by using Azure Data Studio on a Windows, macOS or Linux machine, see [Azure Data Studio](/azure-data-studio/quickstart-sql-server).
107109

108-
## Next steps
110+
## Related content
109111

110112
- [Connect and query](/sql/linux/sql-server-linux-configure-docker#connect-and-query)
111113
- [Install SQL Server tools on Linux](/sql/linux/sql-server-linux-setup-tools)

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ title: CREATE EXTERNAL STREAM (Transact-SQL) - Azure SQL Edge
33
description: Learn about the CREATE EXTERNAL STREAM statement in Azure SQL Edge
44
author: rwestMSFT
55
ms.author: randolphwest
6-
ms.date: 09/14/2023
6+
ms.date: 09/21/2024
77
ms.service: azure-sql-edge
88
ms.topic: conceptual
99
---
1010
# CREATE EXTERNAL STREAM (Transact-SQL)
1111

12-
> [!IMPORTANT]
12+
[!INCLUDE [retirement-notice](includes/retirement-notice.md)]
13+
14+
> [!NOTE]
1315
> Azure SQL Edge no longer supports the ARM64 platform.
1416
1517
The EXTERNAL STREAM object has a dual purpose of both an input and output stream. It can be used as an input to query streaming data from event ingestion services such as Azure Event Hubs, Azure IoT Hub (or Edge Hub) or Kafka or it can be used as an output to specify where and how to store results from a streaming query.
@@ -288,6 +290,6 @@ CREATE EXTERNAL STREAM Stream_A (
288290
);
289291
```
290292

291-
## See also
293+
## Related content
292294

293295
- [DROP EXTERNAL STREAM (Transact-SQL)](drop-external-stream-transact-sql.md)

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ title: Create a T-SQL streaming job in Azure SQL Edge
33
description: Learn about creating Stream Analytics jobs in Azure SQL Edge.
44
author: rwestMSFT
55
ms.author: randolphwest
6-
ms.date: 09/14/2023
6+
ms.date: 09/21/2024
77
ms.service: azure-sql-edge
88
ms.topic: conceptual
99
---
1010
# Create a data streaming job in Azure SQL Edge
1111

12-
> [!IMPORTANT]
12+
[!INCLUDE [retirement-notice](includes/retirement-notice.md)]
13+
14+
> [!NOTE]
1315
> Azure SQL Edge no longer supports the ARM64 platform.
1416
1517
This article explains how to create a T-SQL streaming job in Azure SQL Edge. You create the external stream input and output objects, and then you define the streaming job query as part of the streaming job creation.
@@ -244,7 +246,7 @@ The streaming job can have any one of the following statuses:
244246
> [!NOTE]
245247
> Since the streaming job is executed asynchronously, the job might encounter errors at runtime. In order to troubleshoot a streaming job failure, use the `sys.sp_get_streaming_job` stored procedure, or review the Docker log from the Azure SQL Edge container, which can provide the error details from the streaming job.
246248
247-
## Next steps
249+
## Related content
248250

249251
- [View metadata associated with streaming jobs in Azure SQL Edge](streaming-catalog-views.md)
250252
- [Create an external stream](create-external-stream-transact-sql.md)

articles/azure-sql-edge/data-retention-cleanup.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manage historical data with retention policy - Azure SQL Edge
33
description: Learn how to manage historical data with retention policy in Azure SQL Edge
44
author: rwestMSFT
55
ms.author: randolphwest
6-
ms.date: 09/14/2023
6+
ms.date: 09/21/2024
77
ms.service: azure-sql-edge
88
ms.topic: conceptual
99
keywords:
@@ -12,7 +12,9 @@ keywords:
1212
---
1313
# Manage historical data with retention policy
1414

15-
> [!IMPORTANT]
15+
[!INCLUDE [retirement-notice](includes/retirement-notice.md)]
16+
17+
> [!NOTE]
1618
> Azure SQL Edge no longer supports the ARM64 platform.
1719
1820
After the data retention policy is defined for a database and the underlying table, a background time timer task runs to remove any obsolete records from the table enabled for data retention. Identification of matching rows and their removal from the table occur transparently, in the background task scheduled and run by the system. Age condition for the table rows is checked based on the `filter_column` column specified in the table definition. If retention period is set to one week, for instance, table rows eligible for cleanup satisfy either of the following condition:
@@ -80,7 +82,7 @@ The following Extended Events help track the state of the cleanup operations.
8082

8183
Additionally, a new ring buffer type named `RING_BUFFER_DATA_RETENTION_CLEANUP` has been added to the `sys.dm_os_ring_buffers` dynamic management view. This view can be used to monitor the data retention cleanup operations.
8284

83-
## Next steps
85+
## Related content
8486

8587
- [Data Retention Policy](data-retention-overview.md)
8688
- [Enable and Disable Data Retention Policies](data-retention-enable-disable.md)

articles/azure-sql-edge/data-retention-enable-disable.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Enable and disable data retention policies - Azure SQL Edge
33
description: Learn how to enable and disable data retention policies in Azure SQL Edge
44
author: rwestMSFT
55
ms.author: randolphwest
6-
ms.date: 09/14/2023
6+
ms.date: 09/21/2024
77
ms.service: azure-sql-edge
88
ms.topic: conceptual
99
keywords:
@@ -12,7 +12,9 @@ keywords:
1212
---
1313
# Enable and disable data retention policies
1414

15-
> [!IMPORTANT]
15+
[!INCLUDE [retirement-notice](includes/retirement-notice.md)]
16+
17+
> [!NOTE]
1618
> Azure SQL Edge no longer supports the ARM64 platform.
1719
1820
This article describes how to enable and disable data retention policies for a database and a table.
@@ -132,7 +134,7 @@ Data retention can be disabled on a table by using [ALTER DATABASE](/sql/t-sql/s
132134
ALTER DATABASE [<DatabaseName>] SET DATA_RETENTION OFF;
133135
```
134136

135-
## Next steps
137+
## Related content
136138

137139
- [Data Retention and Automatic Data Purging](data-retention-overview.md)
138140
- [Manage historical data with retention policy](data-retention-cleanup.md)

articles/azure-sql-edge/data-retention-overview.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Data retention policy overview - Azure SQL Edge
33
description: Learn about the data retention policy in Azure SQL Edge
44
author: rwestMSFT
55
ms.author: randolphwest
6-
ms.date: 09/14/2023
6+
ms.date: 09/21/2024
77
ms.service: azure-sql-edge
88
ms.topic: conceptual
99
keywords:
@@ -12,7 +12,9 @@ keywords:
1212
---
1313
# Data retention overview
1414

15-
> [!IMPORTANT]
15+
[!INCLUDE [retirement-notice](includes/retirement-notice.md)]
16+
17+
> [!NOTE]
1618
> Azure SQL Edge no longer supports the ARM64 platform.
1719
1820
Collection and storage of data from connected IoT devices is important to drive and gain operational and business insights. However, with the volume of data originating from these devices, it becomes important for organizations to carefully plan the amount of data they want to retain and at what granularity. While retaining all data at all granularity is desirable, it's not always practical. Additionally, the volume of data that can be retained is constrained by the amount of storage available on the IoT or Edge devices.
@@ -39,7 +41,7 @@ After data retention is configured for a table, a background task runs to identi
3941
- Data Retention can't be enabled for a Temporal History Table
4042
- Data Retention filter column can't be altered. To alter the column, disable data retention on the table.
4143

42-
## Next steps
44+
## Related content
4345

4446
- [Machine Learning and Artificial Intelligence with ONNX in SQL Edge](onnx-overview.md).
4547
- [Building an end to end IoT Solution with SQL Edge using IoT Edge](tutorial-deploy-azure-resources.md).

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: DATE_BUCKET (Transact-SQL) - Azure SQL Edge
33
description: Learn about using DATE_BUCKET in Azure SQL Edge
44
author: rwestMSFT
55
ms.author: randolphwest
6-
ms.date: 09/14/2023
6+
ms.date: 09/21/2024
77
ms.service: azure-sql-edge
88
ms.topic: reference
99
keywords:
@@ -12,7 +12,9 @@ keywords:
1212
---
1313
# DATE_BUCKET (Transact-SQL)
1414

15-
> [!IMPORTANT]
15+
[!INCLUDE [retirement-notice](includes/retirement-notice.md)]
16+
17+
> [!NOTE]
1618
> Azure SQL Edge no longer supports the ARM64 platform.
1719
1820
This function returns the datetime value corresponding to the start of each datetime bucket, from the timestamp defined by the `origin` parameter or the default origin value of `1900-01-01 00:00:00.000` if the origin parameter isn't specified.
@@ -319,6 +321,6 @@ DECLARE @origin DATETIME2 = '2019-01-01 00:00:00';
319321
SELECT DATE_BUCKET(HOUR, 2, @date, @origin);
320322
```
321323

322-
## See also
324+
## Related content
323325

324326
- [CAST and CONVERT (Transact-SQL)](/sql/t-sql/functions/cast-and-convert-transact-sql/)

0 commit comments

Comments
 (0)