HomeGuidesRecipesAPI
HomeGuidesAPILog In

Save to Azure File Blob/Share

SmartIQ provides the ability to store documents to the client’s Azure File Storage Azure Account/subscription as either file share or blob type storage.

Save to Azure File Blob Action

The Save to Azure File Blob Action saves the generated documents to the Azure blob container.

Inputs

Input
  • Access Key – Specify a value to override Access Key in Connector Settings.
  • Container Name – Specify the name of the Container to save generated documents to.
  • Create Container (true/false) – Specify true or false on whether to create a Container or just in case the Container cannot be found when attempting to write the file. This can be useful when moving a project from development to production. Common containers are 'Images', 'Documents', etc.
  • Overwrite if exists (true/false) – Specify whether to overwrite an existing blob found in the specified Container.
  • Storage Access Policy – Specify the newly created Container's access policy value as 'Private', 'Blobs', or 'Container and Blobs'. This will default to 'Private' and can only be specified for Containers created via the Create Container input.
  • Storage Account Name – Specify a value to override Storage Account Name in Connector Settings.

Outputs

  • Path URL – The URL of the first document uploaded to the blob.
  • Base Container URL – The URL of the blob container for the uploaded files.

Save to Azure File Share Action

The Save to Azure File Share Action saves the generated documents to the Azure File folders.

Inputs

Input
  • Access Key – Specify a value to override Key in Connector Settings.
  • Create Folder (true/false) – Specify true or false on whether to create a folder if the folder cannot be found when attempting to write the file.
  • File Share Name (Required) – Specify the name of the File Share to save generated documents to.
  • Path (Required) – Specify the folder path to write the generated document files to in the File Share.
  • Storage Account Name – Specify a value to override Storage Account Name in Connector Settings.

Outputs

  • Path URL – The URL of the first document uploaded to the File Share.
  • Base Directory URL – The URL of the File Share folder for the uploaded files.