- Azure SQL database: The output of the Stream Analytics job is relational in nature with well-defined schema and can be hosted for applications such as RDBMS and can be stored as Azure SQL database tables. Schema queries of ASA jobs and DB-level column schema of Azure SQL DB must match.
Azure SQL data warehouse can also be configured as an output of ASA jobs, which is a petabyte-scale MPP solution.
- Azure Table storage: This helps store the output of ASA jobs, which are structured, key-value pairs with partitions but non-relational in nature. Azure Table storage is a highly available NoSQL ...