DSL References
DSL stands for Domain Specific Language. In Flow, the DSL is a set of small functions that wrap object construction so pipelines read top-to-bottom. See the examples for usage in context.
HELPER
azure_blob_service(Configuration $configuration, AuthorizationFactory $azure_authorization_factory, ?ClientInterface $client, ?HttpFactory $azure_http_factory, ?URLFactory $azure_url_factory, ?LoggerInterface $logger) : BlobServiceInterface azure_blob_service_config(string $account, string $container) : Configuration azure_http_factory(RequestFactoryInterface $request_factory, StreamFactoryInterface $stream_factory) : HttpFactory azure_shared_key_authorization_factory(string $account, string $key) : SharedKeyFactory azure_url_factory(string $host) : AzureURLFactory azurite_url_factory(string $host, string $port, bool $secure) : AzuriteURLFactory