azure_filesystem(BlobServiceInterface $blob_service, Options $options) : AzureBlobFilesystem
DSL References
DSL stands for Domain Specific Language. In the case of Flow, the DSL is used to define simple functions that can be used to transform data. Most of those functions are initializing a new instance of a class under the hood since Flow is fully object-oriented. Please look at the examples below to get a better understanding of how to use the DSL functions.
HELPER
azure_filesystem_options() : Options