To add Azure Cosmos DB as an output data connector of Azure Stream Analytics jobs, follow the given steps:
- You need to select the output sink type as Azure Cosmos DB under the Outputs section of JOB TOPOLOGY and confirm that the Azure Cosmos DB account is already provisioned with the appropriate Collection ID and database:
- Next, select the Azure Cosmos DB account ID and the database name, and provide the proper collection ID of the document database and document ID since for this weather telemetry demo. I've used a Document DB (SQL)-type API of the Cosmos ...