Azure Blob Storage

    You can use Azure Blob Storage objects like regular files by specifying paths in the following format:

    See below for how to use Azure Blob Storage in a Flink job:

    flink-azure-fs-hadoop registers default FileSystem wrappers for URIs with the wasb:// and wasbs:// (SSL encrypted access) scheme.

    Configurations setup

    After setting up the Azure Blob Storage FileSystem wrapper, you need to configure credentials to make sure that Flink is allowed to access Azure Blob Storage.

    You can see the configuration keys in the .

    There are some required configurations that must be added to :