Skip to content

Commit e1f5839

Browse files
Merge pull request #266035 from AliciaLiMicrosoft/patch-28
Update sql-database-output.md
2 parents d06ff35 + 31b7128 commit e1f5839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/stream-analytics/sql-database-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following table lists the property names and their description for creating
2323
| Output alias |A friendly name used in queries to direct the query output to this database. |
2424
| Database | The name of the database where you're sending your output. |
2525
| Server name | The logical SQL server name or managed instance name. For SQL Managed Instance, it is required to specify the port 3342. For example, *sampleserver.public.database.windows.net,3342* |
26-
| Username | The username that has write access to the database. Stream Analytics supports only SQL authentication. |
26+
| Username | The username that has write access to the database. Stream Analytics supports three authentication mode: SQL server authentication, system assigned managed identity and use assigned managed identity |
2727
| Password | The password to connect to the database. |
2828
| Table | The table name where the output is written. The table name is case-sensitive. The schema of this table should exactly match the number of fields and their types that your job output generates. |
2929
|Inherit partition scheme| An option for inheriting the partitioning scheme of your previous query step, to enable fully parallel topology with multiple writers to the table. For more information, see [Azure Stream Analytics output to Azure SQL Database](stream-analytics-sql-output-perf.md).|

0 commit comments

Comments
 (0)