Logstash: Ingesting the data from Azure Storage

I know from AWS S3 we can ingest the data into elasticsearch using logstash. Similar way is it possible to ingest the data from Azure Storage as well?

I don't see the input plugin in the documentation - Input plugins | Logstash Reference [8.7] | Elastic

Not possible, the only plugin for blob storages is the s3 input which is maintained by Elastic.

There is a third-party plugin for Google Cloud Storage, but it is basically abandoned and the performance is pretty bad.

For Azure Storage there is nothing, unfortunatelly.

Sure. Thanks Leandro.