Did you create the blob with the appropriate type?
Not able to append blob file , it's overwriting the blob using powershell

Azure-learning
56
Reputation points
Not able to append blob file for logging , it's overwriting the file everytime I am running the powershell script,
Below is the command i am using in powershell
Set-AzStorageBlobContent -Container "data" -File "file" -Blob "$Year/$Month/$Day/status.csv" -Context $context -Force -BlobType Append
please suggest if any additional stoarge account related changes I have to perform