tAzureStoragePut Standard properties
These properties are used to configure tAzureStoragePut running in the Standard Job framework.
The Standard tAzureStoragePut component belongs to the Cloud family.
The component in this framework is available in all Talend products.
Basic settings
Property Type |
Select the way the connection details will be set.
This property is not available when other connection component is selected from the Connection Component drop-down list. |
Connection Component |
Select the component whose connection details will be used to set up the connection to Azure storage from the drop-down list. |
Account Name |
Enter the name of the storage account you need to access. A storage account name can be found in the Storage accounts dashboard of the Microsoft Azure Storage system to be used. Ensure that the administrator of the system has granted you the appropriate access permissions to this storage account. |
Authentication type |
Set the authentication type for connecting to Microsoft Azure Blob storage: Basic, Azure Active Directory, or Managed identities.
Information noteNote: The Managed identities option is available only when
you have installed the 8.0.1-R2023-03 Talend Studio Monthly update or a later one delivered by Talend. For more information, check with your administrator.
|
Region | Select one of the following Azure regions from the drop-down list.
This drop-down list is not available if you select Managed identities from the Authentication type drop-down list. Information noteNote: The Region drop-down list is available only when
you have installed the 8.0.1-R2023-03 Talend Studio Monthly update or a later one delivered by Talend. For more information, check with your administrator.
|
Account Key |
Enter the key associated with the storage account you need to access. Two keys are available for each account and by default, either of them can be used for this access. Select the component whose connection details will be used to set up the connection to Azure storage from the drop-down list. This option is available if you select Basic from the Authentication type drop-down list. |
Protocol |
Select the protocol for this connection to be created. This option is available if you select Basic from the Authentication type drop-down list. |
Use Azure Shared Access Signature |
Select this check box to use a shared access signature (SAS) to access the storage resources without need for the account key. For more information, see Using Shared Access Signatures (SAS). In the Azure Shared Access Signature field displayed, enter your account SAS URL between double quotation marks. You can get the SAS URL for each allowed service on Microsoft Azure portal after generating SAS. The SAS URL format is https://<$storagename>.<$service>.core.windows.net/<$sastoken>, where <$storagename> is the storage account name, <$service> is the allowed service name (blob, file, queue or table), and <$sastoken> is the SAS token value. For more information, see Constructing the Account SAS URI. Note that the SAS has valid period, you can set the start time at which the SAS becomes valid and the expiry time after which the SAS is no longer valid when generating it, and you need to make sure your SAS is still valid when running your Job. This option is available if you select Basic from the Authentication type drop-down list. |
Tenant ID |
Enter the ID of the Azure AD tenant. See Acquire a token from Azure AD for authorizing requests from a client application for related information. This option is available if you select Azure Active Directory from the Authentication method drop-down list. |
Client ID |
Enter the client ID of your application. See Acquire a token from Azure AD for authorizing requests from a client application for related information. This option is available if you select Azure Active Directory from the Authentication method drop-down list. |
Client Secret |
Enter the client secret of your application. See Acquire a token from Azure AD for authorizing requests from a client application for related information. This option is available if you select Azure Active Directory from the Authentication method drop-down list. |
Container name |
Enter the name of the container you need to write files in. This container must exist in the Azure Storage system you are using. |
Local folder |
Enter the path, or browse to the folder from which you need to upload files. |
Azure storage folder |
Enter the path to the virtual blob folder in the remote Azure storage system you want to upload files into. If you do not put any value in this field but leave this field as it is with only its default quotation marks, tAzureStoragePut writes files directly beneath the container level. |
Use file list |
Select this check box to be able to define file filtering conditions. Once selecting it, the Files table is displayed. |
Files |
Complete this table to select the files to be uploaded into Azure. The parameters to be provided are:
Information noteNote: To prevent undesired files from being uploaded to the container, do not
use these characters in the Filemask column:
(, ), [, and
].
|
Die on error |
Select the check box to stop the execution of the Job when an error occurs. Clear the check box to skip any rows on error and complete the process for error-free rows. When errors are skipped, you can collect the rows on error using a Row > Reject link. |
Advanced settings
Allow to escape the '+' sign in filemask |
Select this option if you want to use + as a normal character in the filemask strings entered in the Files table in the Basic settings view. If this option is not selected, + serves as a special RegEx character in the filemask strings. |
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at the Job level as well as at each component level. |
Global Variables
CONTAINER |
The name of the blob container. This is an After variable and it returns a string. |
LOCAL_FOLDER |
The local directory used in this component. This is an After variable and it returns a string. |
REMOTE_FOLDER |
The remote directory used in this component. This is an After variable and it returns a string. |
ERROR_MESSAGE |
The error message generated by the component when an error occurs. This is an After variable and it returns a string. |
Usage
Usage rule |
This component can be used as a standalone component of a Job or subJob. |
Prerequisites |
Knowledge about Microsoft Azure Storage is required. |