Problems with creating a Blob using Logic apps

Daya Sandhu 21 Reputation points
2021-05-19T09:51:45.563+00:00

97856-image.png

I want to upload the file relating to its date and time , but it doesn't seem to work.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,996 questions
0 comments No comments
{count} votes

Accepted answer
  1. ChaitanyaNaykodi-MSFT 24,666 Reputation points Microsoft Employee
    2021-05-20T01:16:59.133+00:00

    Hello @Daya Sandhu ,

    The issue is due to the naming conventions for a container in Azure Storage. Only "-" character is allowed and as the From and Date contains other characters due to which the error is occurring.
    Do you wish to create a new "Container" for every attachment? If yes, you will need to perform string operation on "From" and "Attachment Last Modified Date Time" to get rid of the special characters which are not allowed.

    Else as we will recommend you can create folders inside a container as shown below, so that you won't have to do any string operations.
    In the screenshot /test is the container.

    98032-image.png

    Please let me know if there are any concerns. Thank you!

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful