Azure Files Event

An Event enables you to specify when and how frequently a Process Flow bound with it would be executed based on the polling frequency. It also overrides the parameters you have provided in the application source used in the Process Flow as an activity.

This page discusses the event having application type as Azure Files.

You can create an Event using Azure Files as a Source and use it in a Process Flow. Follow the steps given below to create an Azure Files Event.

  1. Click Configure > EVENTS > Application.

  2. Click Create Application Event


  3. In the Name field, enter a name for the event.

  4. In the Description field, enter a description for the event.

  5. In the Application field, select Azure Files as the type of application source.

  6. In the Account field, select the Azure Files account that you want to use as a source.
    You can also create an Azure Files account by clicking the  icon, and then providing the following information on the Create New Account screen.

    Field Name

    Description

    Provide a name for this account. e.g. "MyAccount"

    A short, descriptive name that helps you re-use this account in future.

    Access Type

    This field governs the type of authentication you choose to connect to your Azure Files.

    Note: You can select Shared Key, or Shared Access Signatures as the Access Type. Based on your selection, the next field will ask you for the required input (Key, or Signature) to proceed. 

    You can select one of the following Access Types:

    1. Shared Key – Facilitates non-OAuth based authentication. To know how to get the Shared Key, refer to this page in the Microsoft Azure documentation.
      As you complete all the fields and click Continue, your account will be created and saved.
      You may want to test if you’d be able to connect this account with Azure Files by clicking Test.
    2. Shared Access Signatures  Facilitates non-OAuth based authentication. To know how to get the Shared Access Signature, refer to this page in the Microsoft Azure documentation.
      As you complete all the fields and click Continue, your account will be created and saved.
      You may want to test if you’d be able to connect this account with Azure Files by clicking Test.

    Storage Account Name

    Name of your storage account in Azure.

    File Share Name

    Name of the File Share in the selected Storage Account.

    Select Project

    Name of your Project in which you want to create a Template/Transaction.

    Once you have provided the information, click  to save the account.

  7. In the Trigger field, select either of the following triggers based on your requirement.

    Sl. No.

    Name

    Description

    1New or Updated FileDownloads a newly created or updated file from specified folder.
    2Get FileDownloads a file from the system, including its metadata and properties.
    3All FilesDownload all Files.
  8. In the Folder field, specify the path of the folder where the source file is located.

  9. In the Search Criteria field, specify additional filter criteria in case you want to retrieve only specific type of files which matches this filter criteria. For example, *.txt to fetch all the files having .txt as their extension. 

    For Get File trigger, you need to specify the name of the file in this field.
  10. Select Run Initial Load check box, if you want to process all the files when the event gets triggered for the first time.

  11. In the Polling Frequency field, provide the time interval at which the Process Flow bounded with it will get executed. 

  12. Expand Advanced properties.
  13. In the Select Project field, select the project.
  14. Click Save.