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.

  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:

    1. Click the New Set button. For example, Staging and Production.
    2. Click the Set as Default button to change the default connector set. If the previous Default was set in Design, SmartIQ will now use the new Default connector values.
  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.

Action Inputs

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

Action Inputs

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