question

DayaSandhu-9522 avatar image
0 Votes"
DayaSandhu-9522 asked ChaitanyaNaykodiMSFT-9638 answered

Problems with creating a Blob using Logic apps

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
image.png (151.3 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

ChaitanyaNaykodiMSFT-9638 avatar image
1 Vote"
ChaitanyaNaykodiMSFT-9638 answered

Hello @DayaSandhu-9522,

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!



image.png (27.8 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.