Skip to content

Files

Latest commit

720d48d · Jan 5, 2021

History

History
26 lines (20 loc) · 1.25 KB

internal-error-codes.md

File metadata and controls

26 lines (20 loc) · 1.25 KB
title description ms.author author ms.topic ms.date ms.service
Troubleshoot with Azure Stream Analytics error codes
Troubleshoot Azure Stream Analytics issues with internal error codes.
sidram
sidramadoss
troubleshooting
05/07/2020
stream-analytics

Azure Stream Analytics internal error codes

You can use activity logs and resource logs to help debug unexpected behaviors from your Azure Stream Analytics job. This article lists the description for every internal error code. Internal errors are generic errors that are thrown within the Stream Analytics platform when Stream Analytics can't distinguish if the error is an Internal Availability error or a bug in the system.

CosmosDBOutputBatchSizeTooLarge

  • Cause: The batch size used to write to Cosmos DB is too large.
  • Recommendation: Retry with a smaller batch size.

Next steps