Azure Storage Container

General

This communication process allow to transfert data to a Azure Storage Blob Container.

You use this communication process (AZ_CONTAINER) in a Storage Card to define the parameters:

Parameters

Parameter Description
Azure Container Account Azure Storage Account created on Azure portal Microsoft Learn
Azure Container Name Azure Container Name created on Azure portal Microsoft Learn
Azure Container SAS Token Azure Container SAS Token created on Azure portal Microsoft Learn
Folder Folder path where to write/read the files (use of tags allowed see below)
Archive Folder Archive folder path where to write the files after reading process (use of tags allowed see below)
File name Name of the file with extension (use of tags allowed see below)

Prefefined Tags

Below, the list of the predefined tags than you can use in the path and file names:

Outbound/Inbound Tags

Tag Replaced value
%Tenant Tenant ID.
%EnvironmentName Environment Name.
%CompanyName Code of the current company.
%YYYY Current Year on 4 digits.
%YY Current Year on 2 digits.
%MM Current month number on 2 digits.
%DD Current day number on 2 digits.
%hh Current time 24 hours format on 2 digits.
%mm Current minutes format on 2 digits.
%ss Current Secondes format on 2 digits.
%WK Week number on 2 digits.
%WD First 2 letters of the current date day.
%DateTime YYYYMMDD-HHMMSS current datetime.
%Date YYYYMMDD current date.

Outbound Tags Only

Tag Replaced value
%PrimaryKey Primary key value of the record to export, fields values separated by ‘-'.
%SystemID System ID value of the record to export (Guid).
All predefined tags are case sensitive.
Previous
Next