...
Java connector is a critical middle-ware component used Azure SQL storage. Please follow the installation steps described in the /wiki/spaces/ReuseLib/pages/1550812246 Java Connector Setup.
Minimum required Java connector version is 222.
...
Azure BLOB storage is required as intermediate storage during data transfer. Please follow this guide to create the storage Azure BLOB.
Master Key
To allow BULK INSERT into database tables from the BLOB container, Azure SQL needs to store Database Scoped Credentials.
SAS token used for authentication to BLOB container is used for creation or update of these credentials, but to store this sensitive information securely, Azure SQL requires the use of Master Key.
This can be simply created by executing query:
...