Azure AppendBlob number of block/writes
问题 I am using AppendBlob in Azure for logging. After some time I experienced 409 Conflict Error . My guess is the maximal amount of block/writes (50.000) was reached. Is there any way to get count of blocks/writes in the blob? 回答1: In Azure Reference, you can find the table of Blob Service Error Codes which list the error codes may be returned by an operation against the Blob service includes Conflict 409 , please see below. The details for the maximums of AppendBlob , you can refer to the