Skip to content

Commit 55f204d

Browse files
author
stevestein
committed
sqledge - update links
1 parent c867bc7 commit 55f204d

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@ Modifies the definition of an External Stream. Modifying an External Stream that
3535
ALTER EXTERNAL STREAM returns 0 if successful. A non-zero return value indicates failure.
3636

3737

38+
## See also
39+
40+
- [CREATE EXTERNAL STREAM (Transact-SQL)](create-external-stream-transact-sql.md)
41+
- [DROP EXTERNAL STREAM (Transact-SQL)](drop-external-stream-transact-sql.md)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,10 @@ ms.date: 05/04/2020
1313

1414
# CREATE EXTERNAL STREAM (Transact-SQL)
1515

16-
The EXTERNAL STREAM object has a dual purpose of both an input and output. It can be used as an input to query streaming data from event ingestion services such as Azure Event or IoT hubs or used as an output to specify where and how to store results from a streaming query.
17-
18-
IMAGE
16+
The EXTERNAL STREAM object has a dual purpose of both an input and output. It can be used as an input to query streaming data from event ingestion services such as Azure Event or IoT hubs or used as an output to specify where and how to store results from a streaming query.
1917

2018
An EXTERNAL STREAM can also be specified and created as both an output and input for services such as Event Hub or Blob storage. This is for chaining scenarios where a streaming query is persisting results to the external stream as output and another streaming query reading from the same external stream as input.
2119

22-
IMAGE
2320

2421
## Syntax
2522

@@ -666,5 +663,8 @@ WITH (
666663
```
667664
668665
666+
## See also
669667
668+
- [ALTER EXTERNAL STREAM (Transact-SQL)](alter-external-stream-transact-sql.md)
669+
- [DROP EXTERNAL STREAM (Transact-SQL)](drop-external-stream-transact-sql.md)
670670

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ Drops a streaming job.
2121
DROP EXTERNAL STREAM {external_stream_name}
2222
```
2323

24+
## See also
25+
26+
- [CREATE EXTERNAL STREAM (Transact-SQL)](create-external-stream-transact-sql.md)
27+
- [ALTER EXTERNAL STREAM (Transact-SQL)](alter-external-stream-transact-sql.md)

0 commit comments

Comments
 (0)