Skip to main content

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.

info
  • 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

FieldRequiredDescriptionExample
NameRequiredThe name of the activity. This name must be unique in a workflow.Retrieve Event Log File Details
DescriptionOptionalThe 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 ConnectionRequiredA predefined resource for accessing ABS blobs./Resources/ABSConnection
Container NameRequiredThe name of the container in ABS.runtime-data
PathRequired

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 NameRequiredThe name of the blob file.events.log

![ABSInfo Configuration](../../../../../assets/images/ABSInfo-Config (1).png)