HomeGuidesRecipesAPI
HomeGuidesAPILog In

Azure Storage

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.

Configuring Connector Settings

  1. From SmartIQ Manage, navigate to Settings > Azure Storage.
887
  1. Review and update the settings as required. The settings are described in the table below.
SettingDescription
NameName of the Connection setting.

Note: If left blank, will use Default.
Storage Account NameThe Azure portal storage account name.
Access KeyThe Azure portal account access keys. To view your access keys, refer to this page.
Debug ModeIf the debug mode is enabled, the detailed logs will be shown in Manage > Management.
  1. (Optional) For multiple accounts, click the New Set button. For example, Staging and Production.

  2. Click the Save button at the top of the page.

Save to Azure File Blob Action

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

398

Action Inputs

  • Storage Account Name – Specify a value to override Storage Account Name in Connector Settings.
  • Access Key – Specify a value to override Access Key in Connector Settings.
  • Create Container (true/false) – Specify true or false on whether to create a Container if the Container cannot be found when attempting to write the file.
  • Container Name – Specify the name of the Container to save generated documents to.

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.

398

Action Inputs

  • Storage Account Name – Specify a value to override Storage Account Name in Connector Settings.
  • 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.

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.