ABSInfo (Deprecated)

Description

Lists information associated with a blob, offering details such as container name, blob name, creation date-time, last modified date-time, and size.

  • Ensure that you have a properly configured SFTP connection resource set up under the Resources folder.

  • SFTP file names are typically case-sensitive; therefore, abc.JPG, abc.jpg, and ABC.jpg will be saved as different files. To ensure consistency, we recommend using lower-case file names and extensions: abc.jpg.

Configuration

Field
Required
Description
Example

Name

Required

The name of the activity. This name must be unique in a workflow.

Retrieve Event Log File Details

Description

Optional

The description of the activity. We recommend you make this as clear as possible to guide execution, foster understanding, and support collaboration.

Retrieves information associated with the events.log file.

ABS Connection

Required

A predefined resource for accessing ABS blobs.

/Resources/ABSConnection

Container Name

Required

The name of the container in ABS.

runtime-data

Path

Required

The location of the virtual directory that contains the blob to which you want to write.

Note

While entering the path, only include the virtual directories without adding the container name, because the container name is already specified (see Container Name, above).

For example, consider the following complete path:

runtime-data/app1/logs/2025/march

In this complete path:

  • runtime-data is the blob container.

  • march is the virtual directory that contains the blob you want to update.

  • app1/logs/2025/march is the path to the blob.

Blob Name

Required

The name of the blob file.

events.log

Last updated

Was this helpful?