Logic App Error- Specific Container not found

ankit kumar 101 Reputation points
2020-10-09T14:21:44.497+00:00

I am trying to do a copy of blobs from one container to another in same storage account. The storage account is of general purpose v2. On running its giving me an error as :

"status": 404,
"message": "Specified container ContainerName does not exist.\r\nclientRequestId: 1f2e8b68-86f5-4a1c-82cf-77cbe9d3b228",
"error": {
"message": "Specified container ContainerName does not exist."
},
"source": "azureblob-ne.azconn-ne-01.p.azurewebsites.net"
}

What is happening here, In my copy activity, I am getting the right format of url in input and in destination and both container exists in my storage account:

31179-image.png

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,608 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,772 questions
0 comments No comments
{count} votes

Accepted answer
  1. MayankBargali-MSFT 67,691 Reputation points
    2020-10-12T04:02:10.11+00:00

    Hi @ankit kumar

    As per the error message in the body, you can see that it is mentioned that the specified container <yourcontainername> does not exist. I was able to reproduce the issue if I am not passing the correct container name. I have tested with the below workflow and didn't observe any issue. Can you please verify if you are passing the right container name? Please also test with the below workflow if it helps you.

    31542-image.png

    If you are still facing the issue please share your workflow details along with the container screenshot from the portal. Please don't share your storage account details.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.

    0 comments No comments

0 additional answers

Sort by: Most helpful