Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Upload Azure File action is a premium action that can be used to upload files to a file share under the specified account on Azure.

...

A globbing pattern used to select files in the source folder and its subfolders. [–pattern]

The supported pattern characters are:

  *        Matches zero or more of any character.
  ?        Matches exactly one of any character.
  [seq]  Matches one character of any of the characters within the square brackets.
  [!seq] Matches one character which is not one of the characters within the square brackets.

Note that matching is case-insensitive.

File Share Name

The destination file share which the file(s) will be uploaded to. [--container-name | --destination]

...