Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,220 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I have used create blob action to create .csv file.
In one logic app run If there are many data to be updated in .csv file facing issue
as status 409. Kindly help us on how to resolve this issue.
"status": 409, "message": "Another active upload session exists, please retry after some time.
Hi Ananya Dixith,
Thank you for reaching out on Microsoft Q&A!
Are you perhaps executing the Blob action in a 'for each' loop? If so, can you try to set the concurrency to 1 to let it run sequential as the concurrent runs may interfere each other.
Please click “Accept answer” if you find this helpful. Feel free to drop additional queries in the comments below!
Kind regards,
Sonny