Unable To Find Or Retrieve The Container * In Storage Account * And Resource Group

How to upload files to a virtual hierarchy present in a blob container?

Issue Description: Specifying virtual hierarchy along with Container name is incorrect. The activity Get Blob Container retrieves the details for the specified blob container. Ensure to provide just the 'ContainerName' in the property, do not provide virtual hierarchies.

Resolution:

To upload files to a virtual hierarchy present in a blob container.

  1. In the Upload Blob activity, add the folder name in the ‘BlobName’ property.
  • BlobName

Ex: foldername/filename.ext

The Blob service is based on a flat storage scheme, not a hierarchical scheme.

However, specify a character or string delimiter within a blob name to create a virtual hierarchy. For example, a string can be valid as both a blob name and as a virtual directory name in the same container.