Case Sentive issue while using Create SAS URI by path (V2) in Logic app

VShivam 6 Reputation points
2021-09-13T05:47:16.003+00:00

Hi I tried to use Create SAS URI by path (V2) for generating the SAS token URL to the file that is stored in the Blob storage.

I have used the triggerOutput field as shown below
131397-image.png

But when the WebURL is generated the url is generated ignoring the case sensitivity and I am not able to download the file with the generated WebURL link.

Please let me know how can I get the exact URL when the output filed "List of Files Id is used"

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

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 68,746 Reputation points
    2021-09-13T06:54:26.453+00:00

    @VShivam It looks like you are using When a blob is added or modified (properties only) (V2) trigger as I can see it returns the List of files blob meta data and using this output in your create sas uri by path (v2). Please confirm if my understanding is correct. If this is the case then create sas uri by path (v2) accepts the blob path where as you are passing the List of Files Id. You need to pass List of Files Path i.e. Path parameter that has the path of the file or folder of BlobMetadata.

    131513-image.png

    1 person found this answer helpful.