Azure / logicapps

Azure Logic Apps labs, samples, and tools
MIT License
368 stars 302 forks source link

Logic app builder : Blob actions configurations fields names are confusing #1196

Open Hkllopp opened 1 month ago

Hkllopp commented 1 month ago

Describe the Bug with repro steps

The problem is that the names are incoherent and confusing.

Eg : In action Copy Blob V2 (doc here), you can find the fields "Source url" and "destination Blob Path".

You could assume that "url" means the full url () and "path" means {path_to_blob}, but no, both of them are path in this form (/{folder_hierarchy}/{blob_bame}).

It may be a good idea to use the same words for both fields name and to add examples in the documentation.

Steps to reproduce :

  1. Use any logic app ressource
  2. Insert a blob manipulation action (eg : copy blob V2)
  3. Open the configuration panel

Image

What type of Logic App Is this happening in?

Consumption (Portal)

Which operating system are you using?

Windows

Are you using new designer or old designer

New Designer

Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg

Yes

Workflow JSON

No response

Screenshots or Videos

No response

Browser

Firefox

Additional context

No response