Creating csv file using create blob action, facing issue status 409,another active upload session exists

Ananya Dixith 61 Reputation points
2024-03-07T07:18:50.95+00:00

Hi,

status409

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.

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,836 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,559 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,948 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sonny Gillissen 3,351 Reputation points
    2024-03-07T09:43:32.0833333+00:00

    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

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful