Skip to content

Commit dfd09c4

Browse files
authored
Merge pull request #251485 from MicrosoftDocs/alexbuckgit/docutune-autopr-20230914-172202-4008035-ignore-build
[BULK] - DocuTune: Fix formatting issues
2 parents b621be0 + 92ea188 commit dfd09c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ WITH ( <with_options> )
9090
- [FILE_FORMAT](/sql/t-sql/statements/create-external-file-format-transact-sql/)
9191
- **LOCATION**: Specifies the name for the actual data or location in the data source.
9292
- For Edge Hub or Kafka stream objects, location specifies the name of the Edge Hub or Kafka topic to read from or write to.
93-
- For SQL stream objects(SQL Server, Azure SQL Database or Azure SQL Edge) location specifies the name of the table. If the stream is created in the same database and schema as the destination table, then just the Table name suffices. Otherwise you need to fully qualify (<database_name.schema_name.table_name) the table name.
94-
- For Azure Blob Storage stream object location refers to the path pattern to use inside the blob container. For more information on this feature refer to (/articles/stream-analytics/stream-analytics-define-outputs.md#blob-storage-and-azure-data-lake-gen2)
93+
- For SQL stream objects(SQL Server, Azure SQL Database or Azure SQL Edge) location specifies the name of the table. If the stream is created in the same database and schema as the destination table, then just the Table name suffices. Otherwise you need to fully qualify (`database_name.schema_name.table_name`) the table name.
94+
- For Azure Blob Storage stream object location refers to the path pattern to use inside the blob container. For more information, see [Outputs from Azure Stream Analytics](/articles/stream-analytics/stream-analytics-define-outputs.md#blob-storage-and-azure-data-lake-gen2).
9595

9696
- **INPUT_OPTIONS**: Specify options as key-value pairs for services such as Kafka, IoT Edge Hub that are inputs to streaming queries
9797
- PARTITIONS:

0 commit comments

Comments
 (0)