Questions tagged [azureazure-blob-storage]

3 questions
0
votes
1 answer

Im trying to get the count if items in my container and im getting "InvalidChunkLength(got length b'', 0 bytes read"

I'm trying to get the count if items in my container and I'm getting an error: InvalidChunkLength(got length b'', 0 bytes read code: from azure.storage.blob import ContainerClient import requests # Set the SAS URI for your Azure Blob…
0
votes
1 answer

Trigger Azure Function which update the status of a record on blob containers file deletion

Use Case : We have a blob container contains CSV files which gets deletes on 24 hours from the creation. On delete event of file would like to call a azure blob trigger function to update the status of respective file row in SQL DB to…
0
votes
1 answer

Azure SQL storing database logs

For storing Azure SQL database logs, is it necessary to explicitly create blob for logs storage or it is implicitly created. I read this and this post but still not sure about it? Also, for Java/Spring application deployed in App Services, when…
Nenad Bulatović
  • 7,238
  • 14
  • 83
  • 113